Re: [Piglit] [PATCH] Hook up two new EXT_packed_depth_stencil tests added recently

2014-06-11 Thread Brian Paul

On 06/11/2014 12:09 AM, Michel Dänzer wrote:

From: Michel Dänzer michel.daen...@amd.com

Signed-off-by: Michel Dänzer michel.daen...@amd.com
---
  tests/all.py | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/tests/all.py b/tests/all.py
index 3830013..4cd5e97 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2497,7 +2497,9 @@ add_depthstencil_render_miplevels_tests(
   'ds=z24_s8'))
  ext_packed_depth_stencil['fbo-clear-formats stencil'] = 
concurrent_test('fbo-clear-formats GL_EXT_packed_depth_stencil stencil')
  ext_packed_depth_stencil['DEPTH_STENCIL texture'] = 
concurrent_test('ext_packed_depth_stencil-depth-stencil-texture')
+ext_packed_depth_stencil['errors'] = 
concurrent_test('ext_packed_depth_stencil-errors')
  ext_packed_depth_stencil['getteximage'] = 
concurrent_test('ext_packed_depth_stencil-getteximage')
+ext_packed_depth_stencil['readdrawpixels'] = 
concurrent_test('ext_packed_depth_stencil-readdrawpixels')

  oes_packed_depth_stencil = {}
  spec['OES_packed_depth_stencil'] = oes_packed_depth_stencil



Reviewed-by: Brian Paul bri...@vmware.com

Hmm, I did that but somehow it didn't make it into my patch.  Thanks.

-Brian

___
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit


Re: [Piglit] [PATCH] Hook up two new EXT_packed_depth_stencil tests added recently

2014-06-11 Thread Michel Dänzer
On 11.06.2014 21:03, Brian Paul wrote:
 On 06/11/2014 12:09 AM, Michel Dänzer wrote:
 From: Michel Dänzer michel.daen...@amd.com

 Signed-off-by: Michel Dänzer michel.daen...@amd.com
 ---
   tests/all.py | 2 ++
   1 file changed, 2 insertions(+)

 diff --git a/tests/all.py b/tests/all.py
 index 3830013..4cd5e97 100644
 --- a/tests/all.py
 +++ b/tests/all.py
 @@ -2497,7 +2497,9 @@ add_depthstencil_render_miplevels_tests(
'ds=z24_s8'))
   ext_packed_depth_stencil['fbo-clear-formats stencil'] =
 concurrent_test('fbo-clear-formats GL_EXT_packed_depth_stencil stencil')
   ext_packed_depth_stencil['DEPTH_STENCIL texture'] =
 concurrent_test('ext_packed_depth_stencil-depth-stencil-texture')
 +ext_packed_depth_stencil['errors'] =
 concurrent_test('ext_packed_depth_stencil-errors')
   ext_packed_depth_stencil['getteximage'] =
 concurrent_test('ext_packed_depth_stencil-getteximage')
 +ext_packed_depth_stencil['readdrawpixels'] =
 concurrent_test('ext_packed_depth_stencil-readdrawpixels')

   oes_packed_depth_stencil = {}
   spec['OES_packed_depth_stencil'] = oes_packed_depth_stencil

 
 Reviewed-by: Brian Paul bri...@vmware.com
 
 Hmm, I did that but somehow it didn't make it into my patch.  Thanks.

I can't push myself, feel free to push yours or mine as you see fit, thanks.


-- 
Earthling Michel Dänzer|  http://www.amd.com
Libre software enthusiast  |Mesa and X developer
___
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit