[Mesa3d-dev] [PATCH] vp: Only set inputs if actually used.

2008-02-25 Thread Markus Amsler
This time thoroughly tested (well only on r300). WoW in opengl mode hangs the r300 GPU (at least my RV350) due to an uncommon vertex program. It defines an attibute (ATTRIB v18 = vertex.normal;) which is never used in the vertex program. This unused attrib goes into InputsRead. r300 code

[Mesa3d-dev] [PATCH] r300: Blank artificially added outputs in the vertex programs.

2008-02-25 Thread Markus Amsler
This fixes the funny colors on the wow-opengl start screen. Now !ARBvp1.0 MOV result.position, vertex.position; END renders correctly (really it didn't!) It also fixes GPU lockups with simple vertex programs like: !!ARBvp1.0 MOV result.color.secondary, vertex.color.secondary; END Markus ---

[Mesa3d-dev] Sudden pinkness with r300 git

2008-02-25 Thread Chris Rankin
Hi, Something added to git tonight has turned menu boxes in World or Warcraft bight pink :-)! (I'd provide a screenshot, but trying to run WoW while sharing the screen with another application always locks up the GPU.) I have at least been able to rule out the cache-flush change to

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-25 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: | Brian Paul wrote: | On 2/21/08, Ian Romanick [EMAIL PROTECTED] wrote: | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | Brian Paul wrote: | | Ian Romanick wrote: | | | Suggestions? | | | | demos/texcyl.c is the one

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-25 Thread Brian Paul
Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: | Brian Paul wrote: | On 2/21/08, Ian Romanick [EMAIL PROTECTED] wrote: | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | Brian Paul wrote: | | Ian Romanick wrote: | | | Suggestions? | | |

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

2008-02-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14675 Summary: mythfrontend crashes in glXMakeCurrentReadSGI() Product: Mesa Version: unspecified Platform: Other URL: http://svn.mythtv.org/trac/ticket/4603 OS/Version: All