Re: [Piglit] [PATCH 0/23] Port glsl1 Glean test to Piglit

2017-11-28 Thread Brian Paul
On 11/23/2017 01:44 PM, Fabian Bieler wrote: This series replaces the "glsl1" Glean test with some Piglit tests. Most tests were replaced by shader_runner tests. The tests for built-in-uniform state were extended. Some of the preprocessor tests were modified to make them stricter. To port

[Piglit] [PATCH] cl: Add test for MUBUF access with a negative vaddr

2017-11-28 Thread Matt Arsenault
Explanation in test comment. --- .../program/execute/amdgcn-mubuf-negative-vaddr.cl | 62 ++ 1 file changed, 62 insertions(+) create mode 100644 tests/cl/program/execute/amdgcn-mubuf-negative-vaddr.cl diff --git a/tests/cl/program/execute/amdgcn-mubuf-negative-vaddr.cl