Module: Mesa
Branch: master
Commit: 2a90420bbe9509997b1f95b1e81fadca7154f383
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a90420bbe9509997b1f95b1e81fadca7154f383

Author: Erik Faye-Lund <[email protected]>
Date:   Wed Feb 10 18:22:03 2021 +0100

ci: enable max texture size tests for zink

I cargo-culted these from the llvmpipe tests, but they seem to pass and
not take much time or memory at all, so let's try enabling them. If this
works fine, we might want to try the same for llvmpipe as well...

Reviewed-By: Mike Blumenkrantz <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8979>

---

 .gitlab-ci.yml                      |  2 --
 .gitlab-ci/piglit/zink-quick_gl.txt | 16 +++++++++++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb28c559b2e..7574c5abe25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1194,8 +1194,6 @@ zink-piglit-quick_gl:
     PIGLIT_OPTIONS: >
       -x arb_map_buffer_alignment@arb_map_buffer_alignment-map-invalidate-range
       -x glx-make-current
-      -x max-texture-size
-      -x maxsize
     PIGLIT_PROFILES: quick_gl
     PIGLIT_RESULTS: "zink-quick_gl"
     GALLIVM_PERF: "no_filter_hacks"
diff --git a/.gitlab-ci/piglit/zink-quick_gl.txt 
b/.gitlab-ci/piglit/zink-quick_gl.txt
index e0ab05ed06f..fe6c015c01e 100644
--- a/.gitlab-ci/piglit/zink-quick_gl.txt
+++ b/.gitlab-ci/piglit/zink-quick_gl.txt
@@ -411,6 +411,16 @@ spec/!opengl 1.1/linestipple/factor 3x: fail
 spec/!opengl 1.1/linestipple/line loop: fail
 spec/!opengl 1.1/linestipple/line strip: fail
 spec/!opengl 1.1/linestipple/restarting lines within a single begin-end block: 
fail
+spec/!opengl 1.1/max-texture-size/gl_texture_2d-gl_rgba16: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_2d-gl_rgba32f: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_3d-gl_rgba16: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_3d-gl_rgba32f: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_3d-gl_rgba8: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_cube_map-gl_rgba16: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_cube_map-gl_rgba32f: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_cube_map-gl_rgba8: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_rectangle-gl_rgba16: skip
+spec/!opengl 1.1/max-texture-size/gl_texture_rectangle-gl_rgba32f: skip
 spec/!opengl 1.1/polygon-mode: fail
 spec/!opengl 1.1/polygon-mode-facing: fail
 spec/!opengl 1.1/polygon-mode-offset/config 0: expected white pixel on bottom 
edge: fail
@@ -3377,10 +3387,10 @@ wgl/wgl-sanity: skip
 summary:
        name:  results
        ----  --------
-       pass:    18163
+       pass:    18186
        fail:     1173
       crash:      330
-       skip:     1845
+       skip:     1855
     timeout:        0
        warn:        4
  incomplete:        0
@@ -3389,4 +3399,4 @@ summary:
     changes:        0
       fixes:        0
 regressions:        0
-      total:    21539
+      total:    21572

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to