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 wrote:
> > > On Wed, 10 Nov 2010 08:25:19 +0800, "Xiang, Haihao"
> > > wrote:
> > >> Any comment? If no problem, I will check in thi
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
https://bugs.freedesktop.org/show_bug.cgi?id=30261
Gordon Jin changed:
What|Removed |Added
AssignedTo|mesa-...@lists.freedesktop. |i...@freedesktop.org
|org
https://bugs.freedesktop.org/show_bug.cgi?id=30234
--- Comment #10 from Marcin Slusarz 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 (invalid request code or n
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.
Signed