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

2018-08-21 Thread Jan Vesely
On Tue, 2018-08-21 at 21:00 +0300, Matt Arsenault wrote: > ping sorry. I won't have access to my machines until next week (possibly September) > > > On Aug 13, 2018, at 23:33, Matt Arsenault wrote: > > > > v2: Use uintptr_t > > > > v3: Formatting > > --- > > tests/cl/program/execute/realign-s

Re: [Piglit] [PATCH] Add tests for GL_AMD_depth_clamp_separate

2018-08-21 Thread Marek Olšák
Tested-by: Marek Olšák Thanks. The tests pass on radeonsi. Marek On Tue, Aug 21, 2018 at 8:05 PM Sagar Ghuge wrote: > > Signed-off-by: Sagar Ghuge > --- > tests/opengl.py | 8 + > tests/spec/CMakeLists.txt | 1 + > .../CMakeLists.gl.txt

[Piglit] [PATCH] Add tests for GL_AMD_depth_clamp_separate

2018-08-21 Thread Sagar Ghuge
Signed-off-by: Sagar Ghuge --- tests/opengl.py | 8 + tests/spec/CMakeLists.txt | 1 + .../CMakeLists.gl.txt | 15 ++ .../amd_depth_clamp_separate/CMakeLists.txt | 1 + .../depth-clamp-far-status.c

Re: [Piglit] [PATCH] arb_program_interface_query: fix array of arrays case

2018-08-21 Thread andrey simiklit
Hi, > On 21/08/18 21:38, asimiklit.w...@gmail.com wrote: > > From: Andrii Simiklit > > > According to spec: >"For an active variable declared as an array of an aggregate data type > (structures or arrays), a separate entry will be generated for each > active array element, unless no

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

2018-08-21 Thread Matt Arsenault
ping > On Aug 13, 2018, at 23:33, Matt Arsenault wrote: > > v2: Use uintptr_t > > v3: Formatting > --- > tests/cl/program/execute/realign-stack.cl | 93 +++ > 1 file changed, 93 insertions(+) > create mode 100644 tests/cl/program/execute/realign-stack.cl > > diff --git a/tes

[Piglit] [Bug 107639] Test 'arb_program_interface_query-getprogramresourceindex' fails on SNB and KBL on latest mesa from git.

2018-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107639 asimiklit changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

Re: [Piglit] [PATCH] arb_program_interface_query: fix array of arrays case

2018-08-21 Thread Timothy Arceri
On 21/08/18 21:38, asimiklit.w...@gmail.com wrote: From: Andrii Simiklit According to spec: "For an active variable declared as an array of an aggregate data type (structures or arrays), a separate entry will be generated for each active array element, unless noted immediately be

[Piglit] [Bug 107639] Test 'arb_program_interface_query-getprogramresourceindex' fails on SNB and KBL on latest mesa from git.

2018-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107639 --- Comment #2 from Timothy Arceri --- (In reply to asimiklit from comment #0) > Test 'arb_program_interface_query-getprogramresourceindex' fails on SNB and > KBL on latest mesa from git on the following subtest: > > Invalid index for 'vs_input

[Piglit] [Bug 107639] Test 'arb_program_interface_query-getprogramresourceindex' fails on SNB and KBL on latest mesa from git.

2018-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107639 --- Comment #1 from asimiklit --- The solution is suggested: https://patchwork.freedesktop.org/patch/245376/ -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug._

[Piglit] [PATCH] arb_program_interface_query: fix array of arrays case

2018-08-21 Thread asimiklit . work
From: Andrii Simiklit According to spec: "For an active variable declared as an array of an aggregate data type (structures or arrays), a separate entry will be generated for each active array element, unless noted immediately below ..." Mesa should return valid index for 'vs_input2[1]

[Piglit] [Bug 107639] New: Test 'arb_program_interface_query-getprogramresourceindex' fails on SNB and KBL on latest mesa from git.

2018-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107639 Bug ID: 107639 Summary: Test 'arb_program_interface_query-getprogramresourceindex' fails on SNB and KBL on latest mesa from git. Product: piglit Version: unspeci