Re: [Piglit] [PATCH] ARB_shading_language_packing: Generate tests for builtin packing functions

2013-01-28 Thread Chad Versace
On 01/25/2013 02:08 PM, Matt Turner wrote: > This uses the existing pack/unpack testing infrasturcture for GLSL ES > 3.0 and adds support for testing pack/unpack 4x8 operations. > > Generate the following test files: > {const,vs,fs}-{pack,unpack}{Snorm,Unorm}{2x16,4x8}.shader_test > {c

[Piglit] [PATCH] ARB_shading_language_packing: Generate tests for builtin packing functions

2013-01-25 Thread Matt Turner
This uses the existing pack/unpack testing infrasturcture for GLSL ES 3.0 and adds support for testing pack/unpack 4x8 operations. Generate the following test files: {const,vs,fs}-{pack,unpack}{Snorm,Unorm}{2x16,4x8}.shader_test {const,vs,fs}-{pack,unpack}Half2x16.shader_test ---

Re: [Piglit] [PATCH] ARB_shading_language_packing: Generate tests for builtin packing functions

2013-01-25 Thread Paul Berry
On 24 January 2013 19:50, Matt Turner wrote: > This uses the existing pack/unpack testing infrasturcture for GLSL ES > 3.0 and adds support for testing pack/unpack 4x8 operations. > > Generate the following test files: > {const,vs,fs}-{pack,unpack}{Snorm,Unorm}{2x16,4x8}.shader_test >

[Piglit] [PATCH] ARB_shading_language_packing: Generate tests for builtin packing functions

2013-01-24 Thread Matt Turner
This uses the existing pack/unpack testing infrasturcture for GLSL ES 3.0 and adds support for testing pack/unpack 4x8 operations. Generate the following test files: {const,vs,fs}-{pack,unpack}{Snorm,Unorm}{2x16,4x8}.shader_test {const,vs,fs}-{pack,unpack}Half2x16.shader_test ---