[Mesa3d-dev] [Bug 10908] GLSL: gl_FogParamaters gl_Fog built-in uniform not functioning

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10908 --- Comment #7 from Vinson Lee 2009-09-17 23:55:01 PST --- > uniform gl_FogParameters gl_Fog; The Apple GLSL compiler will not compile the fragment shader if the above line is included. The error message "'gl_' : reserved built-in name" is g

Re: [Mesa3d-dev] g3dvl and xvmc indention and location

2009-09-17 Thread Cooper Yuan
Do you implement scaling and CSC in one pixel shader? Cooper On Fri, Sep 18, 2009 at 1:44 AM, Younes Manton wrote: > On Thu, Sep 17, 2009 at 1:26 PM, Corbin Simpson > wrote: > > On 09/17/2009 10:21 AM, Younes Manton wrote: > >> On Thu, Sep 17, 2009 at 12:43 PM, Zack Rusin wrote: > >>> Hey, > >

Re: [Mesa3d-dev] Mesa (mesa_7_6_branch): i965: do a flush in clear, fix openarena render issue,

2009-09-17 Thread Dave Airlie
> >>In general, adding flush() calls is not the correct way to fix bugs > >>(and can impact performance). This flush is probably hiding the true > >>cause of the bug. Unfortunately, I don't know what that would be. > >> > > I don't know exactly the reason. > It seems that some rendering is delay

[Mesa3d-dev] [Bug 21828] Feature request: GL_EXT_vertex_array_bgra support

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21828 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 23774] Using glutCreateWindow() seeds RNG with predictable value

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23774 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 16653] Mesa 7.1 tracker

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16653 Ian Romanick changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Mesa3d-dev] [Bug 14675] mythfrontend crashes in glXMakeCurrentReadSGI()

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14675 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 11605] glxgears cause X to crash

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11605 Ian Romanick changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Mesa3d-dev] [Bug 11031] small bug in glOrtho manual

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11031 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 10908] GLSL: gl_FogParamaters gl_Fog built-in uniform not functioning

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10908 Ian Romanick changed: What|Removed |Added Version|6.5 |git --- Comment #6 from Ian Romanick

[Mesa3d-dev] [Bug 10416] Mesa: regression with glsl-compiler merge

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10416 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 9784] Extend query object interface to allow better hw support.

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9784 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 9427] Problems in manual-page markup on the Mesa gl library pages

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9427 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 9204] Segfault after glXMakeCurrent

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9204 Ian Romanick changed: What|Removed |Added CC||i...@freedesktop.org -- Configure bugm

[Mesa3d-dev] [Bug 9204] Segfault after glXMakeCurrent

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9204 Ian Romanick changed: What|Removed |Added Keywords|have-backtrace |NEEDINFO --- Comment #3 from Ian Romani

[Mesa3d-dev] [Bug 7789] Problem compiling Mesa 6.5

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=7789 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 21873] Missing GLSL feature: Linking of multiple shaders

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21873 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 7340] Conversion error in t_vertex.c when compiling MesaLib-6.5 on Darwin

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=7340 Ian Romanick changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Mesa3d-dev] [Bug 14601] Crash

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14601 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 23774] Using glutCreateWindow() seeds RNG with predictable value

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23774 --- Comment #7 from Geir Ove Myhr 2009-09-17 12:40:22 PST --- (In reply to comment #6) > Geir, could you test this patch? Tested. With the patch, the test program gets new random numbers every new second, so the patch resolves the bug. I

[Mesa3d-dev] OpenVG Bug: Transormations of Fill Paint

2009-09-17 Thread Nicholas Lowell
Found this when playing with radialgradient. Set VG_MATRIX_MODE to VG_MATRIX_FILL_PAINT_TO_USER Called the following to rotate around the center of the gradient (x, y): vgTranslate(x, y); vgRotate(angle); vgTranslate(-x, -y); vgDrawPath() This should cause the center to stay put with simple rota

Re: [Mesa3d-dev] g3dvl and xvmc indention and location

2009-09-17 Thread Zack Rusin
On Thursday 17 September 2009 13:21:45 Younes Manton wrote: > On Thu, Sep 17, 2009 at 12:43 PM, Zack Rusin wrote: > > Hey, > > > > I'm going to start adding XvMC acceleration to the Gallium's xorg state > > tracker. > > I'd like to move src/xvmc to src/gallium/state_trackers/xorg/xvmc and run > >

Re: [Mesa3d-dev] g3dvl and xvmc indention and location

2009-09-17 Thread Younes Manton
On Thu, Sep 17, 2009 at 1:26 PM, Corbin Simpson wrote: > On 09/17/2009 10:21 AM, Younes Manton wrote: >> On Thu, Sep 17, 2009 at 12:43 PM, Zack Rusin wrote: >>> Hey, >>> >>> I'm going to start adding XvMC acceleration to the Gallium's xorg state >>> tracker. >>> I'd like to move src/xvmc to src/g

Re: [Mesa3d-dev] g3dvl and xvmc indention and location

2009-09-17 Thread Alex Deucher
On Thu, Sep 17, 2009 at 1:21 PM, Younes Manton wrote: > On Thu, Sep 17, 2009 at 12:43 PM, Zack Rusin wrote: >> Hey, >> >> I'm going to start adding XvMC acceleration to the Gallium's xorg state >> tracker. >> I'd like to move src/xvmc to src/gallium/state_trackers/xorg/xvmc and run the >> standar

Re: [Mesa3d-dev] g3dvl and xvmc indention and location

2009-09-17 Thread Corbin Simpson
On 09/17/2009 10:21 AM, Younes Manton wrote: > On Thu, Sep 17, 2009 at 12:43 PM, Zack Rusin wrote: >> Hey, >> >> I'm going to start adding XvMC acceleration to the Gallium's xorg state >> tracker. >> I'd like to move src/xvmc to src/gallium/state_trackers/xorg/xvmc and run the >> standard Mesa3D i

Re: [Mesa3d-dev] g3dvl and xvmc indention and location

2009-09-17 Thread Younes Manton
On Thu, Sep 17, 2009 at 12:43 PM, Zack Rusin wrote: > Hey, > > I'm going to start adding XvMC acceleration to the Gallium's xorg state > tracker. > I'd like to move src/xvmc to src/gallium/state_trackers/xorg/xvmc and run the > standard Mesa3D indent command on both g3dvl and xvmc. > > I'm by no m

[Mesa3d-dev] g3dvl and xvmc indention and location

2009-09-17 Thread Zack Rusin
Hey, I'm going to start adding XvMC acceleration to the Gallium's xorg state tracker. I'd like to move src/xvmc to src/gallium/state_trackers/xorg/xvmc and run the standard Mesa3D indent command on both g3dvl and xvmc. I'm by no means saying that the style in them is bad, or that any style is

Re: [Mesa3d-dev] Mesa (master): mesa: added GL_ARB_provoking_vertex (same as EXT version)

2009-09-17 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: > Module: Mesa > Branch: master > Commit: 2e7a1dd8caa8b5fa83a306f6bb506a48b23616a2 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e7a1dd8caa8b5fa83a306f6bb506a48b23616a2 > > Author: Brian Paul > Date: Tue Sep 15 16

Re: [Mesa3d-dev] Compiling Gallium3D on Windows

2009-09-17 Thread José Fonseca
On Wed, 2009-09-16 at 23:24 -0700, Andreas Pokorny wrote: > Hi, > > 2009/9/16 José Fonseca : > > On Wed, 2009-09-16 at 08:51 -0700, Nicolas Capens wrote: > >> [...] > >> So could anyone explain to me how to glue the pieces together? Is it > >> even supposed to be possible with this release, and if

[Mesa3d-dev] Gallium on top of dx9

2009-09-17 Thread Andreas Pokorny
Hi, Has anybody yet thought about implementing a pipe driver for gallium using the d3d 9 api of windows? How much effort would it take? Why? Targeting EGL with es and vg, mesa seems to become THE khronos sdk. Nobody else seems to have a heart for poor developers that have to develop portable softw

[Mesa3d-dev] [Bug 23859] Assertion failure in SGIS_genereate_mipmaps path

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23859 Ian Romanick changed: What|Removed |Added CC||s...@whiz.se --- Comment #5 from Ian R

[Mesa3d-dev] [Bug 23859] Assertion failure in SGIS_genereate_mipmaps path

2009-09-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23859 --- Comment #6 from Ian Romanick 2009-09-17 00:06:36 PST --- *** Bug 23230 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becau