[Piglit] [PATCH] glean/texCombine: test fewer combinations

2012-09-11 Thread Marek Olšák
It takes 10 minutes for llvmpipe to finish this test. With this patch, it takes 20 seconds. Before: Tested 104 GL_REPLACE combinations Tested 7540 GL_ADD combinations Tested 7540 GL_ADD_SIGNED_EXT combinations Tested 7540 GL_MODULATE combinations Tested 5957 GL_INTERPOLATE_EXT combinations Tested

Re: [Piglit] [PATCH 2/2] Make shader_runner add a #version directive to shaders lacking one.

2012-09-11 Thread Paul Berry
On 10 September 2012 17:55, Stuart Abercrombie wrote: > The version number is taken from the GLSL version requirement, if there is > one. > > This is part of the effort to make version handling more flexible for GLES. > --- > tests/shaders/shader_runner.c | 41 >