[Piglit] [PATCH] gen_builtin_functions: add test for assignment operators

2014-05-21 Thread Dylan Baker
Adds shader_tests for +=, -=, *=, /=, %=, <<=, >>=, &=, ^=, and |= This generates 816 new tests by extending gen_builtin_unform_tests. Signed-off-by: Dylan Baker --- generated_tests/builtin_function.py | 92 +++- generated_tests/gen_constant_array_size_tests.py

Re: [Piglit] [PATCH 7/7] gen_texture_lod_tests.py: Give the tests insightful names

2014-05-21 Thread Chad Versace
On Wed, May 21, 2014 at 02:09:36PM -0700, Dylan Baker wrote: > This is a trivial change that renames generated tests from 01, 02, 03... > to names that express what is actually being tested. This information > was already available to the function generating the tests, it just > wasn't used. > > S

Re: [Piglit] [PATCH 6/7] gen_texture_query_lod_tests: lowercase api in dir name

2014-05-21 Thread Chad Versace
Patches 1-6 are Reviewed-by: Chad Versace ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

Re: [Piglit] [PATCH] svga: enable instanced arrays for VGPU10

2014-05-21 Thread Brian Paul
On 05/21/2014 04:08 PM, Brian Paul wrote: Please disregard. -Brian ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH] svga: enable instanced arrays for VGPU10

2014-05-21 Thread Brian Paul
This enables the GL_ARB_instanced_arrays extension (vertex attribute divisors). Piglit tests pass. --- src/gallium/drivers/svga/svga_pipe_vertex.c | 10 -- src/gallium/drivers/svga/svga_screen.c |2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/gallium/d

[Piglit] [PATCH 6/7] gen_texture_query_lod_tests: lowercase api in dir name

2014-05-21 Thread Dylan Baker
This makes generated_tests/ consistent in naming with tests/ Signed-off-by: Dylan Baker --- generated_tests/gen_texture_query_lod_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_tests/gen_texture_query_lod_tests.py b/generated_tests/gen_texture_query_lod_t

[Piglit] [PATCH 7/7] gen_texture_lod_tests.py: Give the tests insightful names

2014-05-21 Thread Dylan Baker
This is a trivial change that renames generated tests from 01, 02, 03... to names that express what is actually being tested. This information was already available to the function generating the tests, it just wasn't used. Signed-off-by: Dylan Baker --- generated_tests/gen_texture_lod_tests.py

[Piglit] [PATCH 5/7] gen_texture_lod_tests: lower case api in dir name

2014-05-21 Thread Dylan Baker
This makes generated_tests/ consistent in naming with tests/ Signed-off-by: Dylan Baker --- generated_tests/gen_texture_lod_tests.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/generated_tests/gen_texture_lod_tests.py b/generated_tests/gen_texture_lod_tests.py in

[Piglit] [PATCH 4/7] gen_shader_bit_encoding_tests.py: lowercase extension name in dir

2014-05-21 Thread Dylan Baker
This makes generated_tests/ consistent in naming with tests/ Signed-off-by: Dylan Baker --- generated_tests/gen_shader_bit_encoding_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_tests/gen_shader_bit_encoding_tests.py b/generated_tests/gen_shader_bit_enco

[Piglit] [PATCH 2/7] gen_builtin_uniform_tests.py: lowercase extensions names in dir name

2014-05-21 Thread Dylan Baker
This makes generated_tests/ consistent in naming with tests/ Signed-off-by: Dylan Baker --- generated_tests/gen_builtin_uniform_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_tests/gen_builtin_uniform_tests.py b/generated_tests/gen_builtin_uniform_tests.p

[Piglit] [PATCH 3/7] gen_constant_array_size_tests.py: lowercase extension names in dir

2014-05-21 Thread Dylan Baker
This makes generated_tests/ consistent in naming with tests/ Signed-off-by: Dylan Baker --- generated_tests/gen_constant_array_size_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_tests/gen_constant_array_size_tests.py b/generated_tests/gen_constant_array_

[Piglit] [PATCH 1/7] gen_builtin_packing_tests.py: Use lowercase extension name in dir

2014-05-21 Thread Dylan Baker
This makes generated tests consistent with static tests Signed-off-by: Dylan Baker --- generated_tests/gen_builtin_packing_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_tests/gen_builtin_packing_tests.py b/generated_tests/gen_builtin_packing_tests.py ind

[Piglit] Rename generated tests

2014-05-21 Thread Dylan Baker
Patches 1-6 rename the directories used by generated tests to be consistant with the names used by the static tests in the tests/ folder. The difference is that in tests/ all extension names are lowered, but in generated_tests/ they use mixed caps keeping consistancy with the spec names. Patch 7 c

Re: [Piglit] [PATCH 02/11] glean/glsl1: Port illegal shader tests to piglit.

2014-05-21 Thread Kenneth Graunke
On 05/21/2014 06:51 AM, Brian Paul wrote: > On 05/20/2014 04:31 PM, Matt Turner wrote: >> From: Kenneth Graunke >> >> --- >> tests/glean/tglsl1.cpp | 152 >> + >> tests/shaders/glsl1/COPYRIGHT | 31 + >> tests/shaders/gl

Re: [Piglit] [PATCH 02/11] glean/glsl1: Port illegal shader tests to piglit.

2014-05-21 Thread Brian Paul
On 05/20/2014 04:31 PM, Matt Turner wrote: From: Kenneth Graunke --- tests/glean/tglsl1.cpp | 152 + tests/shaders/glsl1/COPYRIGHT | 31 + tests/shaders/glsl1/break-with-no-loop.frag| 9 ++ tests/shaders/gl