Re: [Piglit] [PATCH] arb_tessellation_shader: test GL_PATCHES with immediate mode

2018-06-20 Thread Marek Olšák
On Thu, Jun 21, 2018 at 12:12 AM, Timothy Arceri wrote: > > > On 21/06/18 14:05, Marek Olšák wrote: >> >> On Mon, Jun 18, 2018 at 12:50 AM, Timothy Arceri >> wrote: >>> >>> --- >>> tests/opengl.py | 1 + >>> .../arb_tessellation_shader/CMakeLists.gl.txt | 1 +

Re: [Piglit] [PATCH] arb_tessellation_shader: test GL_PATCHES with immediate mode

2018-06-20 Thread Timothy Arceri
On 21/06/18 14:05, Marek Olšák wrote: On Mon, Jun 18, 2018 at 12:50 AM, Timothy Arceri wrote: --- tests/opengl.py | 1 + .../arb_tessellation_shader/CMakeLists.gl.txt | 1 + .../immediate-mode-draw-patches.c | 111 ++ 3 files

Re: [Piglit] [PATCH] arb_tessellation_shader: test GL_PATCHES with immediate mode

2018-06-20 Thread Marek Olšák
On Mon, Jun 18, 2018 at 12:50 AM, Timothy Arceri wrote: > --- > tests/opengl.py | 1 + > .../arb_tessellation_shader/CMakeLists.gl.txt | 1 + > .../immediate-mode-draw-patches.c | 111 ++ > 3 files changed, 113 insertions(+) > create

[Piglit] [PATCH] arb_tessellation_shader: test GL_PATCHES with immediate mode

2018-06-17 Thread Timothy Arceri
--- tests/opengl.py | 1 + .../arb_tessellation_shader/CMakeLists.gl.txt | 1 + .../immediate-mode-draw-patches.c | 111 ++ 3 files changed, 113 insertions(+) create mode 100644