[Piglit] [PATCH] lineloop: add -dlist option for testing display lists

2015-10-16 Thread Brian Paul
--- tests/all.py | 3 ++- tests/general/lineloop.c | 36 +++- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/tests/all.py b/tests/all.py index 95c5c61..4f03dd0 100644 --- a/tests/all.py +++ b/tests/all.py @@ -874,7 +874,8 @@ with

Re: [Piglit] [PATCH] lineloop: add -dlist option for testing display lists

2015-10-16 Thread Dylan Baker
On Fri, Oct 16, 2015 at 2:27 PM, Brian Paul wrote: > --- > tests/all.py | 3 ++- > tests/general/lineloop.c | 36 +++- > 2 files changed, 33 insertions(+), 6 deletions(-) > > diff --git a/tests/all.py b/tests/all.py > index

Re: [Piglit] [PATCH] ext_texture_format_bgra8888: Add test for GL_BGRA format in Tex(Sub)Image calls

2015-10-16 Thread Eduardo Lima Mitev
On 10/15/2015 05:10 PM, Jason Ekstrand wrote: > On Wed, Oct 14, 2015 at 6:50 PM, Eduardo Lima Mitev wrote: >> This is a new test that checks valid and invalid combinations of GL_BGRA_EXT >> format and internal format in Tex(Sub)Image2D calls, as specified by the >>

Re: [Piglit] [PATCH 0/7] Add tests for ARB_vertex_attrib_binding

2015-10-16 Thread Dave Airlie
Hey Fredrik, were you going to finish these with Eric's comments? Dave. On 12 July 2013 at 14:16, Fredrik Höglund wrote: > All the tests pass on Mesa with my WIP implementation of the extension. > I don't know if they pass on other implementations though, so it would > be good

Re: [Piglit] [PATCH] ext_texture_format_bgra8888: Add test for GL_BGRA format in Tex(Sub)Image calls

2015-10-16 Thread Eduardo Lima Mitev
Hi Emil, I will update the test to address all your suggestions. I left some comments inline. On 10/15/2015 07:25 PM, Emil Velikov wrote: > Hi Eduardo, > > A few humble suggestions. > > On 15 October 2015 at 02:50, Eduardo Lima Mitev wrote: >> This is a new test that checks

Re: [Piglit] [PATCH] lineloop: add -dlist option for testing display lists

2015-10-16 Thread Brian Paul
On 10/16/2015 03:56 PM, Dylan Baker wrote: On Fri, Oct 16, 2015 at 2:27 PM, Brian Paul > wrote: --- tests/all.py | 3 ++- tests/general/lineloop.c | 36 +++- 2 files changed, 33

[Piglit] [PATCH] arb_gpu_shader5: update stream test with interface block subtest

2015-10-16 Thread Timothy Arceri
This tests a bug with Mesa named inteface instances. Test results: Nvidia GeForce 840M - NVIDIA 346.47: pass Mesa 11.1-dev - fail --- tests/spec/arb_gpu_shader5/execution/xfb-streams.c | 105 + 1 file changed, 88 insertions(+), 17 deletions(-) diff --git