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 <michael.blumenkrantz@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8979>
This commit is contained in:
Erik Faye-Lund 2021-02-10 18:22:03 +01:00 committed by Mike Blumenkrantz
parent 664a803879
commit 2a90420bbe
2 changed files with 13 additions and 5 deletions

View File

@ -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"

View File

@ -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