Re: [Piglit] [PATCH 2/2] arb_shading_language_420pack: Added some few more struct initializing tests

2016-08-11 Thread Andres Gomez
On Tue, 2016-08-09 at 13:18 +1000, Timothy Arceri wrote: > On Fri, 2016-08-05 at 17:43 +0300, Andres Gomez wrote: > > This set focus on checking invalid structs > > initializations. Specifically, adds a test to check that only > > implicit > > conversions are perform and vector conversions of the t

Re: [Piglit] [PATCH 2/2] arb_shading_language_420pack: Added some few more struct initializing tests

2016-08-08 Thread Timothy Arceri
On Fri, 2016-08-05 at 17:43 +0300, Andres Gomez wrote: > This set focus on checking invalid structs > initializations. Specifically, adds a test to check that only > implicit > conversions are perform and vector conversions of the type vec3 to > vec2 through dropping the z component are not allowed

[Piglit] [PATCH 2/2] arb_shading_language_420pack: Added some few more struct initializing tests

2016-08-05 Thread Andres Gomez
This set focus on checking invalid structs initializations. Specifically, adds a test to check that only implicit conversions are perform and vector conversions of the type vec3 to vec2 through dropping the z component are not allowed. --- ...e-initializer-struct-wrong-bool-type-struct.frag | 20 +