Re: [Piglit] [PATCH v2] ext_disjoint_timer_query-simple: basic API test

2017-12-10 Thread Tapani Pälli
On 12/08/2017 11:30 PM, Eric Anholt wrote: Tapani Pälli writes: v2: cleanup code, remove some GL_NO_ERROR checks add to all.py (Eric) Signed-off-by: Tapani Pälli diff --git a/tests/all.py b/tests/all.py index 0c99bff0e..4e41aebdd 100644 --- a/tests/all.py +++ b/tests/all.py @@ -329

Re: [Piglit] [PATCH v2] ext_disjoint_timer_query-simple: basic API test

2017-12-08 Thread Eric Anholt
Tapani Pälli writes: > v2: cleanup code, remove some GL_NO_ERROR checks > add to all.py (Eric) > > Signed-off-by: Tapani Pälli > diff --git a/tests/all.py b/tests/all.py > index 0c99bff0e..4e41aebdd 100644 > --- a/tests/all.py > +++ b/tests/all.py > @@ -3295,6 +3295,11 @@ with profile.test_

[Piglit] [PATCH v2] ext_disjoint_timer_query-simple: basic API test

2017-11-26 Thread Tapani Pälli
v2: cleanup code, remove some GL_NO_ERROR checks add to all.py (Eric) Signed-off-by: Tapani Pälli --- tests/all.py | 5 + tests/spec/CMakeLists.txt | 1 + .../ext_disjoint_timer_query/CMakeLists.gles2.txt | 7 ++ tests/spe