[Piglit] [PATCH 7/7] all.py: add arb_transform_feedback3-begin_end

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Wed Dec 23 16:34:23 PST 2015


From: Dylan Baker <baker.dylan.c at gmail.com>

cc: Dave Airlie <airlied at redhat.com>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---

I'm not knowledgeable enough about this to know whether this needs to be
run serially or not, since all of the other tests for this extension do
I assumed this does too.

 tests/all.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/all.py b/tests/all.py
index 08e3892..03b3672 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3509,6 +3509,7 @@ with profile.group_manager(
     g(['arb_transform_feedback3-ext_interleaved_two_bufs', 'gs_max'],
       'arb_transform_feedback3-ext_interleaved_two_bufs_gs_max',
       run_concurrent=False)
+    g(['arb_transform_feedback3-begin_end'], run_concurrent=False)
 
     for param in ['gl_NextBuffer-1', 'gl_NextBuffer-2', 'gl_SkipComponents1-1',
                   'gl_SkipComponents1-2', 'gl_SkipComponents1-3',
-- 
2.6.4



More information about the Piglit mailing list