Re: [Piglit] [PATCH] glsl-3.30: Add a coverage test for bitcasting functions.

2013-08-26 Thread Paul Berry
On 23 August 2013 16:57, Kenneth Graunke kenn...@whitecape.org wrote: This ensures that the bitcasting functions are available in 3.30 without having to use #extension GL_ARB_shader_bit_encoding: require. Serious functional testing of those functions is left to Matt's thorough generated

Re: [Piglit] [PATCH] glsl-3.30: Add a coverage test for bitcasting functions.

2013-08-26 Thread Matt Turner
Reviewed-by: Matt Turner matts...@gmail.com ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH] glsl-3.30: Add a coverage test for bitcasting functions.

2013-08-23 Thread Kenneth Graunke
This ensures that the bitcasting functions are available in 3.30 without having to use #extension GL_ARB_shader_bit_encoding: require. Serious functional testing of those functions is left to Matt's thorough generated tests for the GL_ARB_shader_bit_encoding extension. Signed-off-by: Kenneth