[Mesa-dev] [PATCH] gallium: add PIPE_SHADER_CAP_SUBROUTINES

2010-11-14 Thread Marek Olšák
This fixes piglit/glsl-vs-main-return for the drivers which don't support RET (i915g, r300g, r600g, svga). ir_to_mesa does not currently generate subroutines, but it's a matter of time till it's added. It would then break all the drivers which don't implement them, so this CAP makes sense.

[Mesa-dev] [Bug 30234] [swrast] Mesa xdemo manywin aborted

2010-11-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 --- Comment #10 from Marcin Slusarz marcin.slus...@gmail.com 2010-11-14 12:14:17 PST --- Kristian: I bisected a crash in Warsow to your commit 441344ba7ed2a1d162ee33ac4bac4bf645188ceb. Warsow dies with: X Error of failed request: BadRequest

[Mesa-dev] [Bug 30261] [GLSL 1.20] allowing inconsistent invariant declaration between two vertex shaders

2010-11-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30261 Gordon Jin gordon@intel.com changed: What|Removed |Added AssignedTo|mesa-...@lists.freedesktop. |i...@freedesktop.org

[Mesa-dev] gl_FragCoord / FBOs vs mesa/st

2010-11-14 Thread Dave Airlie
Eric just checked in a test into piglit that tests that the gl_FragCoord works the right way up for FBOs, Now all the gallium drivers fail this currently and fixing it creates an ugly linkage between the currently bound buffer and the fragment shader, since if you swap from an FBO to rendering to

Re: [Mesa-dev] [PATCH] fix regression caused by b4bb6680200b5a898583392f4c831c02f41e63f7

2010-11-14 Thread Xiang, Haihao
On Thu, 2010-11-11 at 10:14 +0800, Xiang, Haihao wrote: On Thu, 2010-11-11 at 01:47 +0800, Jerome Glisse wrote: On Wed, Nov 10, 2010 at 12:28 PM, Eric Anholt e...@anholt.net wrote: On Wed, 10 Nov 2010 08:25:19 +0800, Xiang, Haihao haihao.xi...@intel.com wrote: Any comment? If no