diff options
Diffstat (limited to 'tests/general')
100 files changed, 200 insertions, 0 deletions
diff --git a/tests/general/array-stride.c b/tests/general/array-stride.c index 9a644c3c1..5bf80d58f 100644 --- a/tests/general/array-stride.c +++ b/tests/general/array-stride.c @@ -31,6 +31,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/bgra-sec-color-pointer.c b/tests/general/bgra-sec-color-pointer.c index b2184a738..5f3b9a010 100644 --- a/tests/general/bgra-sec-color-pointer.c +++ b/tests/general/bgra-sec-color-pointer.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/bgra-vert-attrib-pointer.c b/tests/general/bgra-vert-attrib-pointer.c index 9b4505628..fc39cede0 100644 --- a/tests/general/bgra-vert-attrib-pointer.c +++ b/tests/general/bgra-vert-attrib-pointer.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/blendminmax.c b/tests/general/blendminmax.c index 5195bd356..61cc67906 100644 --- a/tests/general/blendminmax.c +++ b/tests/general/blendminmax.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/blendsquare.c b/tests/general/blendsquare.c index d184ca094..c5926ff69 100644 --- a/tests/general/blendsquare.c +++ b/tests/general/blendsquare.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/clear-accum.c b/tests/general/clear-accum.c index 9569c9236..eddfdd362 100644 --- a/tests/general/clear-accum.c +++ b/tests/general/clear-accum.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_ACCUM; diff --git a/tests/general/clear-varray-2.0.c b/tests/general/clear-varray-2.0.c index 8acb5dba3..552df7218 100644 --- a/tests/general/clear-varray-2.0.c +++ b/tests/general/clear-varray-2.0.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 200; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/copy-pixels.c b/tests/general/copy-pixels.c index 460793997..435ab8e1a 100644 --- a/tests/general/copy-pixels.c +++ b/tests/general/copy-pixels.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 32; config.window_height = 32; config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_STENCIL | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/copypixels-draw-sync.c b/tests/general/copypixels-draw-sync.c index f632f4cb4..7c12ec4ae 100644 --- a/tests/general/copypixels-draw-sync.c +++ b/tests/general/copypixels-draw-sync.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 64; config.window_height = 64; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_ALPHA; diff --git a/tests/general/copypixels-sync.c b/tests/general/copypixels-sync.c index 7a31d415e..62d9d46eb 100644 --- a/tests/general/copypixels-sync.c +++ b/tests/general/copypixels-sync.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 64; config.window_height = 64; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_ALPHA; diff --git a/tests/general/depth-clamp-range.c b/tests/general/depth-clamp-range.c index 26c386836..ef034fef9 100644 --- a/tests/general/depth-clamp-range.c +++ b/tests/general/depth-clamp-range.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 150; config.window_height = 150; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/depth_clamp.c b/tests/general/depth_clamp.c index b78389d9e..b28a7d991 100644 --- a/tests/general/depth_clamp.c +++ b/tests/general/depth_clamp.c @@ -38,6 +38,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 150; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/depthfunc.c b/tests/general/depthfunc.c index f56352156..f786644da 100644 --- a/tests/general/depthfunc.c +++ b/tests/general/depthfunc.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/depthrange-clear.c b/tests/general/depthrange-clear.c index eee62f322..efc0b014c 100644 --- a/tests/general/depthrange-clear.c +++ b/tests/general/depthrange-clear.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/dlist-clear.c b/tests/general/dlist-clear.c index a8523c679..7f1e38a95 100644 --- a/tests/general/dlist-clear.c +++ b/tests/general/dlist-clear.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/dlist-color-material.c b/tests/general/dlist-color-material.c index 6db791b4f..bfbb85004 100644 --- a/tests/general/dlist-color-material.c +++ b/tests/general/dlist-color-material.c @@ -37,6 +37,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/dlist-fdo3129-01.c b/tests/general/dlist-fdo3129-01.c index c53b073b7..3d09de257 100644 --- a/tests/general/dlist-fdo3129-01.c +++ b/tests/general/dlist-fdo3129-01.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 256; config.window_height = 256; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/dlist-fdo3129-02.c b/tests/general/dlist-fdo3129-02.c index 27af71961..2ef3ebf86 100644 --- a/tests/general/dlist-fdo3129-02.c +++ b/tests/general/dlist-fdo3129-02.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 256; config.window_height = 256; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/dlist-fdo31590.c b/tests/general/dlist-fdo31590.c index 519fd8cbd..8cda8bd2a 100644 --- a/tests/general/dlist-fdo31590.c +++ b/tests/general/dlist-fdo31590.c @@ -39,6 +39,8 @@ static const char *TestName = "dlist-fdo31590"; PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 500; config.window_height = 500; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-arrays-colormaterial.c b/tests/general/draw-arrays-colormaterial.c index bb7045ae8..45325394d 100644 --- a/tests/general/draw-arrays-colormaterial.c +++ b/tests/general/draw-arrays-colormaterial.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-batch.c b/tests/general/draw-batch.c index 6aaaecfa3..2e3268f32 100644 --- a/tests/general/draw-batch.c +++ b/tests/general/draw-batch.c @@ -26,6 +26,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 130; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-copypixels-sync.c b/tests/general/draw-copypixels-sync.c index 2630230e2..8ef88a61d 100644 --- a/tests/general/draw-copypixels-sync.c +++ b/tests/general/draw-copypixels-sync.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 64; config.window_height = 64; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_ALPHA; diff --git a/tests/general/draw-elements-base-vertex-bounds.c b/tests/general/draw-elements-base-vertex-bounds.c index 63897286f..db150dbd9 100644 --- a/tests/general/draw-elements-base-vertex-bounds.c +++ b/tests/general/draw-elements-base-vertex-bounds.c @@ -37,6 +37,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 300; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-elements-base-vertex-neg.c b/tests/general/draw-elements-base-vertex-neg.c index 1ba70dfa6..9cee94751 100644 --- a/tests/general/draw-elements-base-vertex-neg.c +++ b/tests/general/draw-elements-base-vertex-neg.c @@ -28,6 +28,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 320; config.window_height = 80; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-elements-base-vertex.c b/tests/general/draw-elements-base-vertex.c index 56adb0260..a5e8e2a24 100644 --- a/tests/general/draw-elements-base-vertex.c +++ b/tests/general/draw-elements-base-vertex.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 300; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-elements-vs-inputs.c b/tests/general/draw-elements-vs-inputs.c index f186f568a..0e4537824 100644 --- a/tests/general/draw-elements-vs-inputs.c +++ b/tests/general/draw-elements-vs-inputs.c @@ -41,6 +41,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 300; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-elements.c b/tests/general/draw-elements.c index 8ac433e79..d31d0dc32 100644 --- a/tests/general/draw-elements.c +++ b/tests/general/draw-elements.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 320; config.window_height = 60; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-instanced-divisor.c b/tests/general/draw-instanced-divisor.c index 684fd5495..9601761de 100644 --- a/tests/general/draw-instanced-divisor.c +++ b/tests/general/draw-instanced-divisor.c @@ -31,6 +31,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 500; config.window_height = 500; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-instanced.c b/tests/general/draw-instanced.c index 860becdb3..1e0a73add 100644 --- a/tests/general/draw-instanced.c +++ b/tests/general/draw-instanced.c @@ -31,6 +31,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 500; config.window_height = 500; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-pixel-with-texture.c b/tests/general/draw-pixel-with-texture.c index debc9377f..bb0a4b21c 100644 --- a/tests/general/draw-pixel-with-texture.c +++ b/tests/general/draw-pixel-with-texture.c @@ -25,6 +25,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-pixels.c b/tests/general/draw-pixels.c index 6860cb9ce..36e0cd674 100644 --- a/tests/general/draw-pixels.c +++ b/tests/general/draw-pixels.c @@ -53,6 +53,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 16; config.window_height = 16; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/draw-sync.c b/tests/general/draw-sync.c index 9f017d267..d9954f3fd 100644 --- a/tests/general/draw-sync.c +++ b/tests/general/draw-sync.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 64; config.window_height = 64; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_ALPHA; diff --git a/tests/general/draw-vertices-half-float.c b/tests/general/draw-vertices-half-float.c index 2ed9eeb7b..176a07611 100644 --- a/tests/general/draw-vertices-half-float.c +++ b/tests/general/draw-vertices-half-float.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 320; config.window_height = 60; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/draw-vertices.c b/tests/general/draw-vertices.c index 7d5e1d2ad..a7933b0b7 100644 --- a/tests/general/draw-vertices.c +++ b/tests/general/draw-vertices.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 320; config.window_height = 60; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/drawpix-z.c b/tests/general/drawpix-z.c index 895c90c59..0d789eae6 100644 --- a/tests/general/drawpix-z.c +++ b/tests/general/drawpix-z.c @@ -38,6 +38,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 200; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/early-z.c b/tests/general/early-z.c index 88ad2aae4..010b72a21 100644 --- a/tests/general/early-z.c +++ b/tests/general/early-z.c @@ -31,6 +31,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 128; config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/fog-modes.c b/tests/general/fog-modes.c index 11059ca8c..0a5f845e9 100644 --- a/tests/general/fog-modes.c +++ b/tests/general/fog-modes.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/fragment-center.c b/tests/general/fragment-center.c index d1b4c5d3b..14fbce592 100644 --- a/tests/general/fragment-center.c +++ b/tests/general/fragment-center.c @@ -25,6 +25,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 96; config.window_height = 96; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/framebuffer-srgb.c b/tests/general/framebuffer-srgb.c index 4120a120a..b6a2095b5 100644 --- a/tests/general/framebuffer-srgb.c +++ b/tests/general/framebuffer-srgb.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 128; config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/getactiveattrib.c b/tests/general/getactiveattrib.c index 19e6671ae..e2f5bd3b5 100644 --- a/tests/general/getactiveattrib.c +++ b/tests/general/getactiveattrib.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/geterror-inside-begin.c b/tests/general/geterror-inside-begin.c index d8c0d6328..92b024e86 100644 --- a/tests/general/geterror-inside-begin.c +++ b/tests/general/geterror-inside-begin.c @@ -37,6 +37,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/geterror-invalid-enum.c b/tests/general/geterror-invalid-enum.c index 0839beb86..8f0f60def 100644 --- a/tests/general/geterror-invalid-enum.c +++ b/tests/general/geterror-invalid-enum.c @@ -24,6 +24,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 10; config.window_height = 10; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/gl30basic.c b/tests/general/gl30basic.c index 9a664591e..41f8a7bd5 100644 --- a/tests/general/gl30basic.c +++ b/tests/general/gl30basic.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/hiz.c b/tests/general/hiz.c index a43bdcb5f..c053dbd4f 100644 --- a/tests/general/hiz.c +++ b/tests/general/hiz.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 400; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/infinite-spot-light.c b/tests/general/infinite-spot-light.c index a7d28c15a..4b242a7ae 100644 --- a/tests/general/infinite-spot-light.c +++ b/tests/general/infinite-spot-light.c @@ -43,6 +43,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/isbufferobj.c b/tests/general/isbufferobj.c index 7f53bc4c8..7cb7a3efc 100644 --- a/tests/general/isbufferobj.c +++ b/tests/general/isbufferobj.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB; diff --git a/tests/general/line-aa-width.c b/tests/general/line-aa-width.c index a14846a38..dd35a677a 100644 --- a/tests/general/line-aa-width.c +++ b/tests/general/line-aa-width.c @@ -40,6 +40,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 300; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/linestipple.c b/tests/general/linestipple.c index 4da4da0a9..39286b32a 100644 --- a/tests/general/linestipple.c +++ b/tests/general/linestipple.c @@ -30,6 +30,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 128; config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/longprim.c b/tests/general/longprim.c index 4822e904c..4c8be6766 100644 --- a/tests/general/longprim.c +++ b/tests/general/longprim.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/object_purgeable-api-pbo.c b/tests/general/object_purgeable-api-pbo.c index 80413dede..2f068af0e 100644 --- a/tests/general/object_purgeable-api-pbo.c +++ b/tests/general/object_purgeable-api-pbo.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB; diff --git a/tests/general/object_purgeable-api-texture.c b/tests/general/object_purgeable-api-texture.c index 1f02da0d2..bd58931e1 100644 --- a/tests/general/object_purgeable-api-texture.c +++ b/tests/general/object_purgeable-api-texture.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB; diff --git a/tests/general/object_purgeable-api-vbo.c b/tests/general/object_purgeable-api-vbo.c index 33a2dd1df..f5c54ffd1 100644 --- a/tests/general/object_purgeable-api-vbo.c +++ b/tests/general/object_purgeable-api-vbo.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB; diff --git a/tests/general/occlusion-query-discard.c b/tests/general/occlusion-query-discard.c index 6bfc84420..1881087d0 100644 --- a/tests/general/occlusion-query-discard.c +++ b/tests/general/occlusion-query-discard.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 50; config.window_height = 50; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/occlusion_query.c b/tests/general/occlusion_query.c index 18a5d80ec..ba35ed0c7 100644 --- a/tests/general/occlusion_query.c +++ b/tests/general/occlusion_query.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 180; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/oes-read-format.c b/tests/general/oes-read-format.c index 7c9c64aec..fd43e1051 100644 --- a/tests/general/oes-read-format.c +++ b/tests/general/oes-read-format.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/pbo-drawpixels.c b/tests/general/pbo-drawpixels.c index 1a6410b72..ea270e36e 100644 --- a/tests/general/pbo-drawpixels.c +++ b/tests/general/pbo-drawpixels.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/pbo-read-argb8888.c b/tests/general/pbo-read-argb8888.c index 4833f9b96..777b36796 100644 --- a/tests/general/pbo-read-argb8888.c +++ b/tests/general/pbo-read-argb8888.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/pbo-readpixels-small.c b/tests/general/pbo-readpixels-small.c index 66d52163f..84f88afa1 100644 --- a/tests/general/pbo-readpixels-small.c +++ b/tests/general/pbo-readpixels-small.c @@ -40,6 +40,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 2; config.window_height = 2; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/pbo-teximage-tiling-2.c b/tests/general/pbo-teximage-tiling-2.c index 281bc0e72..5afb65947 100644 --- a/tests/general/pbo-teximage-tiling-2.c +++ b/tests/general/pbo-teximage-tiling-2.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/pbo-teximage-tiling.c b/tests/general/pbo-teximage-tiling.c index 69fc990b9..ac9dab832 100644 --- a/tests/general/pbo-teximage-tiling.c +++ b/tests/general/pbo-teximage-tiling.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/pbo-teximage.c b/tests/general/pbo-teximage.c index 180681a2d..9cef6485a 100644 --- a/tests/general/pbo-teximage.c +++ b/tests/general/pbo-teximage.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/point-line-no-cull.c b/tests/general/point-line-no-cull.c index 34c6080db..5c6b20aae 100644 --- a/tests/general/point-line-no-cull.c +++ b/tests/general/point-line-no-cull.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 120; config.window_height = 120; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/polygon-mode.c b/tests/general/polygon-mode.c index 425c09b41..dcb5a9f46 100644 --- a/tests/general/polygon-mode.c +++ b/tests/general/polygon-mode.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 500; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/pos-array.c b/tests/general/pos-array.c index c5afb122e..7894c0262 100644 --- a/tests/general/pos-array.c +++ b/tests/general/pos-array.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/primitive-restart.c b/tests/general/primitive-restart.c index d496ee74d..5cff16332 100644 --- a/tests/general/primitive-restart.c +++ b/tests/general/primitive-restart.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/provoking-vertex.c b/tests/general/provoking-vertex.c index 284007ac2..55dc4c078 100644 --- a/tests/general/provoking-vertex.c +++ b/tests/general/provoking-vertex.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/quad-invariance.c b/tests/general/quad-invariance.c index 7015eab9a..39f219671 100644 --- a/tests/general/quad-invariance.c +++ b/tests/general/quad-invariance.c @@ -40,6 +40,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 128; config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/read-front.c b/tests/general/read-front.c index e0e017c4a..524702c37 100644 --- a/tests/general/read-front.c +++ b/tests/general/read-front.c @@ -39,6 +39,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/readpix-z.c b/tests/general/readpix-z.c index fa79a2194..170589f5b 100644 --- a/tests/general/readpix-z.c +++ b/tests/general/readpix-z.c @@ -31,6 +31,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 200; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/roundmode-getintegerv.c b/tests/general/roundmode-getintegerv.c index 280580b91..7bc27525a 100644 --- a/tests/general/roundmode-getintegerv.c +++ b/tests/general/roundmode-getintegerv.c @@ -45,6 +45,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 10; config.window_height = 10; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/roundmode-pixelstore.c b/tests/general/roundmode-pixelstore.c index 433953223..dc350d266 100644 --- a/tests/general/roundmode-pixelstore.c +++ b/tests/general/roundmode-pixelstore.c @@ -42,6 +42,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 10; config.window_height = 10; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/scissor-bitmap.c b/tests/general/scissor-bitmap.c index 6af6ba84a..d9978367e 100644 --- a/tests/general/scissor-bitmap.c +++ b/tests/general/scissor-bitmap.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 400; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB; diff --git a/tests/general/scissor-clear.c b/tests/general/scissor-clear.c index 5840a94f0..ce4f194fb 100644 --- a/tests/general/scissor-clear.c +++ b/tests/general/scissor-clear.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB; diff --git a/tests/general/scissor-copypixels.c b/tests/general/scissor-copypixels.c index b9b782ae7..ee21cc7ed 100644 --- a/tests/general/scissor-copypixels.c +++ b/tests/general/scissor-copypixels.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/scissor-depth-clear.c b/tests/general/scissor-depth-clear.c index 77166ad3d..9a7448af8 100644 --- a/tests/general/scissor-depth-clear.c +++ b/tests/general/scissor-depth-clear.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/scissor-many.c b/tests/general/scissor-many.c index 68bba082f..0d03b0267 100644 --- a/tests/general/scissor-many.c +++ b/tests/general/scissor-many.c @@ -37,6 +37,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/scissor-offscreen.c b/tests/general/scissor-offscreen.c index f77a11b76..30d662930 100644 --- a/tests/general/scissor-offscreen.c +++ b/tests/general/scissor-offscreen.c @@ -38,6 +38,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 64; config.window_height = 64; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/scissor-stencil-clear.c b/tests/general/scissor-stencil-clear.c index 40de62cbe..5d696c50f 100644 --- a/tests/general/scissor-stencil-clear.c +++ b/tests/general/scissor-stencil-clear.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/select.c b/tests/general/select.c index ede8c0757..b8b2dd285 100644 --- a/tests/general/select.c +++ b/tests/general/select.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/stencil-drawpixels.c b/tests/general/stencil-drawpixels.c index c390ed450..32dc0ba75 100644 --- a/tests/general/stencil-drawpixels.c +++ b/tests/general/stencil-drawpixels.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/stencil-twoside.c b/tests/general/stencil-twoside.c index 22cf20c72..f6d934fab 100644 --- a/tests/general/stencil-twoside.c +++ b/tests/general/stencil-twoside.c @@ -39,6 +39,8 @@ static int use20syntax = 1; PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 650; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/stencil-wrap.c b/tests/general/stencil-wrap.c index 9c6eed8d3..86568427b 100644 --- a/tests/general/stencil-wrap.c +++ b/tests/general/stencil-wrap.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 550; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; diff --git a/tests/general/sync_api.c b/tests/general/sync_api.c index af5652bf0..af08cdf34 100644 --- a/tests/general/sync_api.c +++ b/tests/general/sync_api.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB; diff --git a/tests/general/texgen.c b/tests/general/texgen.c index 7e29ad200..c087bbed1 100644 --- a/tests/general/texgen.c +++ b/tests/general/texgen.c @@ -30,6 +30,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 128; config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/texunits.c b/tests/general/texunits.c index a3dde2759..3140f80c9 100644 --- a/tests/general/texunits.c +++ b/tests/general/texunits.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 128; config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/timer_query.c b/tests/general/timer_query.c index 9dc69d666..f6aedebfb 100644 --- a/tests/general/timer_query.c +++ b/tests/general/timer_query.c @@ -35,6 +35,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 180; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; diff --git a/tests/general/triangle-rasterization-overdraw.cpp b/tests/general/triangle-rasterization-overdraw.cpp index 998523342..0a41e5850 100644 --- a/tests/general/triangle-rasterization-overdraw.cpp +++ b/tests/general/triangle-rasterization-overdraw.cpp @@ -73,6 +73,8 @@ int random_test_count = 10; PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 1000; config.window_height = 1000; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/triangle-rasterization.cpp b/tests/general/triangle-rasterization.cpp index 0df75c72a..78b5b73b0 100644 --- a/tests/general/triangle-rasterization.cpp +++ b/tests/general/triangle-rasterization.cpp @@ -101,6 +101,8 @@ int fbo_height = 256; PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = fbo_width; config.window_height = fbo_height; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/two-sided-lighting-separate-specular.c b/tests/general/two-sided-lighting-separate-specular.c index cb567565c..c95b5527e 100644 --- a/tests/general/two-sided-lighting-separate-specular.c +++ b/tests/general/two-sided-lighting-separate-specular.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 256; config.window_height = 256; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/two-sided-lighting.c b/tests/general/two-sided-lighting.c index 4ea139836..0a4b3ca05 100644 --- a/tests/general/two-sided-lighting.c +++ b/tests/general/two-sided-lighting.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 256; config.window_height = 256; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/user-clip.c b/tests/general/user-clip.c index db283e2ce..3d1438e94 100644 --- a/tests/general/user-clip.c +++ b/tests/general/user-clip.c @@ -33,6 +33,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/vao-01.c b/tests/general/vao-01.c index eaa3f468a..290a9bc35 100644 --- a/tests/general/vao-01.c +++ b/tests/general/vao-01.c @@ -40,6 +40,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/vao-02.c b/tests/general/vao-02.c index 9b7eca220..72b72693f 100644 --- a/tests/general/vao-02.c +++ b/tests/general/vao-02.c @@ -40,6 +40,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/vao-element-array-buffer.c b/tests/general/vao-element-array-buffer.c index 1e387f657..14cca4e18 100644 --- a/tests/general/vao-element-array-buffer.c +++ b/tests/general/vao-element-array-buffer.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/varray-disabled.c b/tests/general/varray-disabled.c index efca19a08..bb7e0fbc8 100644 --- a/tests/general/varray-disabled.c +++ b/tests/general/varray-disabled.c @@ -38,6 +38,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 128; config.window_height = 128; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/vbo-bufferdata.c b/tests/general/vbo-bufferdata.c index e35173941..33f63f2c8 100644 --- a/tests/general/vbo-bufferdata.c +++ b/tests/general/vbo-bufferdata.c @@ -29,6 +29,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/vbo-map-remap.c b/tests/general/vbo-map-remap.c index 957d0cc2d..c49909c6b 100644 --- a/tests/general/vbo-map-remap.c +++ b/tests/general/vbo-map-remap.c @@ -28,6 +28,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/vbo-subdata-sync.c b/tests/general/vbo-subdata-sync.c index d065dc24d..18f4cb61c 100644 --- a/tests/general/vbo-subdata-sync.c +++ b/tests/general/vbo-subdata-sync.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/vbo-subdata-zero.c b/tests/general/vbo-subdata-zero.c index f9387ac17..329e6df92 100644 --- a/tests/general/vbo-subdata-zero.c +++ b/tests/general/vbo-subdata-zero.c @@ -28,6 +28,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; diff --git a/tests/general/vs-point_size-zero.c b/tests/general/vs-point_size-zero.c index b30684754..b6b97d5cc 100644 --- a/tests/general/vs-point_size-zero.c +++ b/tests/general/vs-point_size-zero.c @@ -26,6 +26,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 50; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; |