<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 6, 2015 at 8:39 PM, Dave Airlie <span dir="ltr"><<a href="mailto:airlied@gmail.com" target="_blank">airlied@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Dave Airlie <<a href="mailto:airlied@redhat.com">airlied@redhat.com</a>><br>
<br>
This adds the tests so far to all.py.<br>
<br>
Signed-off-by: Dave Airlie <<a href="mailto:airlied@redhat.com">airlied@redhat.com</a>><br>
---<br>
 tests/all.py | 15 ++++++++++++++-<br>
 1 file changed, 14 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/tests/all.py b/tests/all.py<br>
index 8f5d117..06eacfc 100755<br>
--- a/tests/all.py<br>
+++ b/tests/all.py<br>
@@ -128,7 +128,7 @@ def add_fbo_formats_tests(adder, extension, suffix=''):<br>
           'fbo-clear-formats{}'.format(suffix))<br>
     adder(['get-renderbuffer-internalformat', extension],<br>
           'get-renderbuffer-internalformat{}'.format(suffix))<br>
-    if 'depth' not in extension:<br>
+    if 'depth' not in extension and 'stencil' not in extension:<br>
         adder(['fbo-blending-formats', extension],<br>
               'fbo-blending-formats{}'.format(suffix))<br>
         adder(['fbo-alphatest-formats', extension],<br>
@@ -3635,6 +3635,7 @@ with profile.group_manager(<br>
     g(['arb_clear_texture-rg'])<br>
     g(['arb_clear_texture-depth-stencil'])<br>
     g(['arb_clear_texture-srgb'])<br>
+    g(['arb_clear_texture-stencil'])<br>
<br>
 with profile.group_manager(<br>
         PiglitGLTest,<br>
@@ -4313,5 +4314,17 @@ with profile.group_manager(<br>
     g(['arb_shader_image_load_store-state'], 'state')<br>
     g(['arb_shader_image_load_store-unused'], 'unused')<br>
<br>
+with profile.group_manager(<br>
+        PiglitGLTest,<br>
+        grouptools.join('spec', 'arb_texture_stencil8')) as g:<br>
+    g(['arb_texture_stencil8-draw'], 'draw')<br>
+    g(['arb_texture_stencil8-getteximage'], 'getteximage')<br>
+    g(['arb_texture_stencil8-stencil-texture'], 'stencil-texture')<br>
+    g(['arb_texture_stencil8-fbo-stencil8', 'clear', 'GL_STENCIL_INDEX8'], 'fbo-stencil-clear')<br>
+    g(['arb_texture_stencil8-fbo-stencil8', 'blit', 'GL_STENCIL_INDEX8'], 'fbo-stencil-blit')<br>
+    g(['arb_texture_stencil8-fbo-stencil8', 'readpixels', 'GL_STENCIL_INDEX8'], 'fbo-stencil-readpixels')<br>
+    add_fbo_formats_tests(g, 'GL_ARB_texture_stencil8')<br>
+    add_texwrap_format_tests(g, 'GL_ARB_texture_stencil8')<br>
+<br>
 if platform.system() is 'Windows':<br>
     profile.filter_tests(lambda p, _: not p.startswith('glx'))<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.1.0<br>
<br>
_______________________________________________<br>
Piglit mailing list<br>
<a href="mailto:Piglit@lists.freedesktop.org">Piglit@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/piglit" target="_blank">http://lists.freedesktop.org/mailman/listinfo/piglit</a><br>
</font></span></blockquote></div><br></div><div class="gmail_extra">Patches 7-9 are:</div><div class="gmail_extra">Reviewed-by: Anuj Phogat <<a href="mailto:anuj.phogat@gmail.com">anuj.phogat@gmail.com</a>></div></div>