Re: [Piglit] [PATCH] tests: Added a new GTF-GLES test profile for the Khronos CTS runner

2018-09-11 Thread Dylan Baker
Quoting Andres Gomez (2018-09-04 14:32:32) > Cc: Mark Janes > Cc: Dylan Baker > Cc: Juan A. Suarez Romero > Signed-off-by: Andres Gomez > --- > tests/gtf_gles.py | 82 +++ > 1 file changed, 82 insertions(+) > create mode 100644 tests/gtf_gles.py >

Re: [Piglit] [PATCH] tests: Added a new GTF-GL test profile for the Khronos CTS runner

2018-09-11 Thread Dylan Baker
Quoting Andres Gomez (2018-09-04 14:39:25) > Cc: Mark Janes > Cc: Dylan Baker > Cc: Juan A. Suarez Romero > Signed-off-by: Andres Gomez > --- > tests/gtf_gl.py | 95 + > 1 file changed, 95 insertions(+) > create mode 100644 tests/gtf_gl.py > >

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

2018-09-11 Thread Jan Vesely
On Mon, 2018-09-10 at 20:36 -0700, Matt Arsenault wrote: > v2: Use uintptr_t > > v3: Formatting > > v4: More uintptr_t pushed, thanks. Jan > --- > tests/cl/program/execute/realign-stack.cl | 93 +++ > 1 file changed, 93 insertions(+) > create mode 100644 tests/cl/program/