Re: [Piglit] [PATCH] es3: add tests for verifying overloading behavior

2017-07-05 Thread Timothy Arceri
Thanks! Reviewed-by: Timothy Arceri On 06/07/17 10:05, Ilia Mirkin wrote: An existing bug in mesa made it so that overloads of any functions that might be builtins in any language version or extension would not be overridable in ESSL 3.00 shaders. This adds tests to

[Piglit] [PATCH] es3: add tests for verifying overloading behavior

2017-07-05 Thread Ilia Mirkin
An existing bug in mesa made it so that overloads of any functions that might be builtins in any language version or extension would not be overridable in ESSL 3.00 shaders. This adds tests to ensure that builtins available in ESSL 3.00 are rejected properly, but builtins from future versions or