diff options
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/crash-cubemap-order.c | 2 | ||||
-rw-r--r-- | tests/bugs/crash-texparameter-before-teximage.c | 2 | ||||
-rw-r--r-- | tests/bugs/drawbuffer-modes.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo10370.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo14575.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo20701.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo22540.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo23489.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo23670-depth_test.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo23670-drawpix_stencil.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo24066.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo25614-genmipmap.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo28551.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo31934.c | 2 | ||||
-rw-r--r-- | tests/bugs/fdo9833.c | 2 | ||||
-rw-r--r-- | tests/bugs/point-sprite.c | 2 | ||||
-rw-r--r-- | tests/bugs/r300-readcache.c | 2 | ||||
-rw-r--r-- | tests/bugs/tex1d-2dborder.c | 2 | ||||
-rw-r--r-- | tests/bugs/tri-tex-crash.c | 2 | ||||
-rw-r--r-- | tests/bugs/vbo-buffer-unmap.c | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/tests/bugs/crash-cubemap-order.c b/tests/bugs/crash-cubemap-order.c index 2d07fc059..3b95eaca9 100644 --- a/tests/bugs/crash-cubemap-order.c +++ b/tests/bugs/crash-cubemap-order.c @@ -6,7 +6,7 @@ * This bug existed in the R300 driver and was triggered by Sauerbraten. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/bugs/crash-texparameter-before-teximage.c b/tests/bugs/crash-texparameter-before-teximage.c index 581cb1b55..345eabb91 100644 --- a/tests/bugs/crash-texparameter-before-teximage.c +++ b/tests/bugs/crash-texparameter-before-teximage.c @@ -7,7 +7,7 @@ * This bug was originally triggered by Glest. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/bugs/drawbuffer-modes.c b/tests/bugs/drawbuffer-modes.c index 94ee90d70..30cb7edb4 100644 --- a/tests/bugs/drawbuffer-modes.c +++ b/tests/bugs/drawbuffer-modes.c @@ -34,7 +34,7 @@ * * \Author Yi Sun <yi.sun@intel.com>, Anuj Phogat <anuj.phogat@gmail.com> */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/bugs/fdo10370.c b/tests/bugs/fdo10370.c index 996c0ee10..5fd84f349 100644 --- a/tests/bugs/fdo10370.c +++ b/tests/bugs/fdo10370.c @@ -3,7 +3,7 @@ * http://bugs.freedesktop.org/show_bug.cgi?id=10370 */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 128 /*window_width*/, diff --git a/tests/bugs/fdo14575.c b/tests/bugs/fdo14575.c index 09d0f5124..0748230ad 100644 --- a/tests/bugs/fdo14575.c +++ b/tests/bugs/fdo14575.c @@ -30,7 +30,7 @@ * * Tests that the driver doesn't fail when deleting a mapped buffer object. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 128 /*window_width*/, diff --git a/tests/bugs/fdo20701.c b/tests/bugs/fdo20701.c index a00fb149f..08afed65e 100644 --- a/tests/bugs/fdo20701.c +++ b/tests/bugs/fdo20701.c @@ -34,7 +34,7 @@ * passes. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 128 /*window_width*/, diff --git a/tests/bugs/fdo22540.c b/tests/bugs/fdo22540.c index f2cd24ec7..3e5d5d519 100644 --- a/tests/bugs/fdo22540.c +++ b/tests/bugs/fdo22540.c @@ -23,7 +23,7 @@ // author: Ben Holmes -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 400 /*window_width*/, diff --git a/tests/bugs/fdo23489.c b/tests/bugs/fdo23489.c index afdfb4763..ae206bf22 100644 --- a/tests/bugs/fdo23489.c +++ b/tests/bugs/fdo23489.c @@ -3,7 +3,7 @@ * http://bugs.freedesktop.org/show_bug.cgi?id=23489 */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 250 /*window_width*/, diff --git a/tests/bugs/fdo23670-depth_test.c b/tests/bugs/fdo23670-depth_test.c index bef9d71cf..85a1f9906 100644 --- a/tests/bugs/fdo23670-depth_test.c +++ b/tests/bugs/fdo23670-depth_test.c @@ -24,7 +24,7 @@ * Shuang he <shuang.he@intel.com> */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/bugs/fdo23670-drawpix_stencil.c b/tests/bugs/fdo23670-drawpix_stencil.c index 207223378..c2498995c 100644 --- a/tests/bugs/fdo23670-drawpix_stencil.c +++ b/tests/bugs/fdo23670-drawpix_stencil.c @@ -24,7 +24,7 @@ * Shuang he <shuang.he@intel.com> */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/bugs/fdo24066.c b/tests/bugs/fdo24066.c index 5308a9ce1..2d8b1bd30 100644 --- a/tests/bugs/fdo24066.c +++ b/tests/bugs/fdo24066.c @@ -32,7 +32,7 @@ * before a fragment program has been setup. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( diff --git a/tests/bugs/fdo25614-genmipmap.c b/tests/bugs/fdo25614-genmipmap.c index 15f208d2d..5075bf615 100644 --- a/tests/bugs/fdo25614-genmipmap.c +++ b/tests/bugs/fdo25614-genmipmap.c @@ -31,7 +31,7 @@ * \author Ian Romanick */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" /* Pick the number of LODs to examine and the size of the texture so that the * smallest LOD is the one where each of the 4x4 tiles in the checkerboard diff --git a/tests/bugs/fdo28551.c b/tests/bugs/fdo28551.c index cf4ea8e17..e256571fe 100644 --- a/tests/bugs/fdo28551.c +++ b/tests/bugs/fdo28551.c @@ -24,7 +24,7 @@ * Kristian Høgsberg <krh@bitplanet.net> */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/bugs/fdo31934.c b/tests/bugs/fdo31934.c index 644d6e1e2..c5b8392fa 100644 --- a/tests/bugs/fdo31934.c +++ b/tests/bugs/fdo31934.c @@ -1,4 +1,4 @@ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 512 /*window_width*/, diff --git a/tests/bugs/fdo9833.c b/tests/bugs/fdo9833.c index 5f5a7dcf6..0192ec1d8 100644 --- a/tests/bugs/fdo9833.c +++ b/tests/bugs/fdo9833.c @@ -3,7 +3,7 @@ * https://bugs.freedesktop.org/show_bug.cgi?id=9833 */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/bugs/point-sprite.c b/tests/bugs/point-sprite.c index f7e27f663..8e1069f71 100644 --- a/tests/bugs/point-sprite.c +++ b/tests/bugs/point-sprite.c @@ -28,7 +28,7 @@ * \author Ben Holmes */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #include "piglit-framework.h" #define BOX_SIZE 64 diff --git a/tests/bugs/r300-readcache.c b/tests/bugs/r300-readcache.c index 24db1d389..6f0a65aab 100644 --- a/tests/bugs/r300-readcache.c +++ b/tests/bugs/r300-readcache.c @@ -15,7 +15,7 @@ * so this test is always automatic. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( diff --git a/tests/bugs/tex1d-2dborder.c b/tests/bugs/tex1d-2dborder.c index dc294ea5e..c93e2fe8c 100644 --- a/tests/bugs/tex1d-2dborder.c +++ b/tests/bugs/tex1d-2dborder.c @@ -30,7 +30,7 @@ * 2D textures, which caused incorrect sampling of border colors. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( diff --git a/tests/bugs/tri-tex-crash.c b/tests/bugs/tri-tex-crash.c index 36bbca2ef..5f11587be 100644 --- a/tests/bugs/tri-tex-crash.c +++ b/tests/bugs/tri-tex-crash.c @@ -28,7 +28,7 @@ * LLVMpipe crash which only seems to happen when SSE4.1 is not used. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 400 /*window_width*/, diff --git a/tests/bugs/vbo-buffer-unmap.c b/tests/bugs/vbo-buffer-unmap.c index d19d8c48a..c4e1f1df0 100644 --- a/tests/bugs/vbo-buffer-unmap.c +++ b/tests/bugs/vbo-buffer-unmap.c @@ -30,7 +30,7 @@ */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( |