[Piglit] [PATCH] arb_gpu_shader5: Rename `signed` to `signed_`.

Ken Phillis Jr kphillisjr at gmail.com
Sun Mar 30 08:20:04 PDT 2014


On Mar 30, 2014 3:15 AM, "Chris Forbes" <chrisf at ijw.co.nz> wrote:
>
> nVIDIA's compiler considers `signed` to be a reserved word and so
> refuses to compile these shaders. Whether that's sensible or not,
> we'd like to see any real failures in these tests instead.
>

I believe the nvidia compiler failing to conform to performing to spec. I
double checked the glsl 1.50 specification for keywords ( section 3.6 ) and
the keyword signed is not mentioned. However I did notice that unsigned is
a reserved keyword, so the behavior nvidia has is sensible since most
c-like languages reserve this keyword.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20140330/62e4a068/attachment.html>


More information about the Piglit mailing list