[Piglit] [PATCH] Add basic execution tests for GL_AMD_shader_trinary_minmax.

2014-04-30 Thread Petri Latvala
Signed-off-by: Petri Latvala petri.latv...@intel.com --- These three tests are very simple tests for GL_AMD_shader_trinary_minmax functions that I used for regression-testing Mesa optimizations when constants are involved in the calls. Tested on Mesa/Haswell, the tests pass. I will need someone

Re: [Piglit] [PATCH] Add basic execution tests for GL_AMD_shader_trinary_minmax.

2014-04-30 Thread Ian Romanick
There are a bunch of generated tests for this extension (in generated_tests/spec/AMD_shader_trinary_minmax/). Since these are specifically testing cases with constants, I'd rename these mid3-with-constants.shader_test. On 04/30/2014 02:28 AM, Petri Latvala wrote: Signed-off-by: Petri Latvala

Re: [Piglit] [PATCH] Add basic execution tests for GL_AMD_shader_trinary_minmax.

2014-04-30 Thread Eric Anholt
Petri Latvala petri.latv...@intel.com writes: Signed-off-by: Petri Latvala petri.latv...@intel.com --- These three tests are very simple tests for GL_AMD_shader_trinary_minmax functions that I used for regression-testing Mesa optimizations when constants are involved in the calls. Tested