[Piglit] [PATCH 3/3] arb_bindless_texture: rename vertex uniform test and add vertex attrib test

2018-04-08 Thread Karol Herbst
Signed-off-by: Karol Herbst --- .../sampler-vertex-attrib-input-output.shader_test | 41 ++ ...ampler-vertex-uniform-input-output.shader_test} | 0 2 files changed, 41 insertions(+) create mode 100644

[Piglit] [PATCH 1/3] shader_runner: add vertex attrib command for setting bindless texture handles

2018-04-08 Thread Karol Herbst
Signed-off-by: Karol Herbst --- tests/shaders/shader_runner.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/tests/shaders/shader_runner.c b/tests/shaders/shader_runner.c index 700b11327..e07e7b3ca 100644 ---

[Piglit] [PATCH 2/3] arb_bindless_texture: add some uvec2 arithmetic test

2018-04-08 Thread Karol Herbst
Signed-off-by: Karol Herbst --- .../basic-arithmetic-uvec2-texture2D.shader_test | 37 ++ 1 file changed, 37 insertions(+) create mode 100644 tests/spec/arb_bindless_texture/execution/samplers/basic-arithmetic-uvec2-texture2D.shader_test diff --git

Re: [Piglit] [PATCH 3/3] arb_get_texture_sub_image: update cube map tests to complete the cube map

2018-04-08 Thread Anthony Pesch
Hey Juan, Good catch - I'd only been focusing on the errors test. I've updated the patch to also fix the errors in arb_get_texture_sub_image-get: Author: Anthony Pesch Date: Thu Mar 22 13:11:22 2018 -0400 arb_get_texture_sub_image: update cube map tests to make

Re: [Piglit] [PATCH 1/3] arb_get_texture_sub_image: fix expected error when querying a level which hasn't been explicitly defined

2018-04-08 Thread Anthony Pesch
Hey Juan, I've updated the patch to include the OpenGL spec references: Author: Anthony Pesch Date: Thu Mar 22 11:06:13 2018 -0400 arb_get_texture_sub_image: fix expected error when querying a level which hasn't been explicitly defined Change expected

Re: [Piglit] [PATCH] cl: Add test for CSR VGPRs caused by SGPR spilling

2018-04-08 Thread Jan Vesely
On Fri, 2018-04-06 at 00:49 -0400, Matt Arsenault wrote: > ping I'll need to setup the rocm stack to test this. It will take some time. It should work with clover as well (modulo bugs; asm parser, function calls, ...), right? Jan > > > On Mar 29, 2018, at 11:29, Matt Arsenault

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-04-08 Thread Jan Vesely
On Fri, 2018-04-06 at 00:28 -0400, Matt Arsenault wrote: > > On Apr 4, 2018, at 15:52, Jan Vesely wrote: > > > > redundant newline > > Not sure what you mean by this. Do you mean the newline to put the > single array element on its own line? I was trying to be consistent