Re: [Piglit] [PATCH] sso: Add compile tests for the location layout qualifier

2013-10-14 Thread Paul Berry
On 2 October 2013 11:04, Ian Romanick wrote: > From: Ian Romanick > > NVIDIA (304.64 on GTX 260) fails all of the 1.10, 1.20, and 1.30 tests > because they fail to recognize the layout keyword at all. Paul has > suggested that adding > > #extension GL_ARB_fragment_coord_conventions: require

Re: [Piglit] [PATCH] sso: Add compile tests for the location layout qualifier

2013-10-06 Thread Wen Su
Ian, Thanks. I have logged this driver bug. Wen -Original Message- From: Ian Romanick [mailto:i...@freedesktop.org] Sent: Friday, October 04, 2013 09:06 AM To: Wen Su Cc: piglit@lists.freedesktop.org; Paul Berry; Piers Daniell Subject: Re: [PATCH] sso: Add compile tests for the location

Re: [Piglit] [PATCH] sso: Add compile tests for the location layout qualifier

2013-10-04 Thread Ian Romanick
On 10/03/2013 04:33 PM, Wen Su wrote: > Piers and I reviewed the glsl spec v1.3 and v1.4. The layout qualifier was > not added until v1.4. See page 18 in the pdf below. > http://www.opengl.org/registry/doc/GLSLangSpec.Full.1.40.05.pdf That is true. It is also added by GL_ARB_fragment_coord_conve

[Piglit] [PATCH] sso: Add compile tests for the location layout qualifier

2013-10-02 Thread Ian Romanick
From: Ian Romanick NVIDIA (304.64 on GTX 260) fails all of the 1.10, 1.20, and 1.30 tests because they fail to recognize the layout keyword at all. Paul has suggested that adding #extension GL_ARB_fragment_coord_conventions: require may work around this issue in some cases. Signed-off-by: