Re: [Piglit] piglit-dispatch for gles

2013-01-04 Thread Chad Versace
On 01/03/2013 01:31 PM, Tom Gall wrote: On Thu, Jan 3, 2013 at 12:48 PM, Chad Versace chad.vers...@linux.intel.com wrote: On 01/03/2013 10:00 AM, Tom Gall wrote: What if instead of parsing over the c source file, why not run the test with a --tell-me-what-you-support sort of flag? Spit

Re: [Piglit] [PATCH 2/3] util: Add compressed representations of grayscale images.

2013-01-04 Thread Paul Berry
On 3 January 2013 15:11, Eric Anholt e...@anholt.net wrote: Paul Berry stereotype...@gmail.com writes: This patch adds compressed representations of uniform grayscale images maybe This patch adds compressed representations of uniform grayscale blocks -- I was thinking of these as images of

Re: [Piglit] [PATCH 3/3] Add tests for glCompressedTex{Image, SubImage}3D().

2013-01-04 Thread Paul Berry
On 3 January 2013 14:39, Eric Anholt e...@anholt.net wrote: Paul Berry stereotype...@gmail.com writes: +static const char vs_text[] = + #version GLSL_VERSION \n Maybe fold GLSL_VERSION into the ifdefs instead of ifdeffing it above? Sure, I can go along with that.

Re: [Piglit] piglit-dispatch for gles

2013-01-04 Thread Tom Gall
On Fri, Jan 4, 2013 at 11:56 AM, Chad Versace chad.vers...@linux.intel.com wrote: On 01/03/2013 01:31 PM, Tom Gall wrote: On Thu, Jan 3, 2013 at 12:48 PM, Chad Versace chad.vers...@linux.intel.com wrote: On 01/03/2013 10:00 AM, Tom Gall wrote: What if instead of parsing over the c source