diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-09-14 02:18:42 +0300 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-10-09 19:08:30 -0700 |
commit | 1b7dae65d886ba777597555948cfcdac53045132 (patch) | |
tree | f76d4f8e4aa169bfc79e8cd718dbd75845ae027b | |
parent | 4520ae8fc1ddbf46c75fa91e10c4a0be0f474ae8 (diff) |
tests: Remove direct includes of piglit-framework.h
This prepares for the next commit, which renames piglit-framework.h. All
modified files included piglit-framework.h transitively.
Reviewed-and-tested-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Tested-by: Paul Berry <stereotype441@gmail.com>
Acked-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
86 files changed, 0 insertions, 86 deletions
diff --git a/tests/bugs/fdo24066.c b/tests/bugs/fdo24066.c index d0fc3750d..b32189611 100644 --- a/tests/bugs/fdo24066.c +++ b/tests/bugs/fdo24066.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 16 /*window_width*/, diff --git a/tests/bugs/point-sprite.c b/tests/bugs/point-sprite.c index 1b429d531..08c356015 100644 --- a/tests/bugs/point-sprite.c +++ b/tests/bugs/point-sprite.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define BOX_SIZE 64 #define TEST_COLS 6 diff --git a/tests/bugs/r300-readcache.c b/tests/bugs/r300-readcache.c index 4982c1cc6..3461e4a75 100644 --- a/tests/bugs/r300-readcache.c +++ b/tests/bugs/r300-readcache.c @@ -16,7 +16,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/bugs/tex1d-2dborder.c b/tests/bugs/tex1d-2dborder.c index be0cebc15..f2bcc1d31 100644 --- a/tests/bugs/tex1d-2dborder.c +++ b/tests/bugs/tex1d-2dborder.c @@ -31,7 +31,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 256 /*window_width*/, diff --git a/tests/bugs/vbo-buffer-unmap.c b/tests/bugs/vbo-buffer-unmap.c index b5e97000c..0c13f70b9 100644 --- a/tests/bugs/vbo-buffer-unmap.c +++ b/tests/bugs/vbo-buffer-unmap.c @@ -31,7 +31,6 @@ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/fbo/fbo-draw-buffers-blend.c b/tests/fbo/fbo-draw-buffers-blend.c index 30da3291d..60a54ad3b 100644 --- a/tests/fbo/fbo-draw-buffers-blend.c +++ b/tests/fbo/fbo-draw-buffers-blend.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/fbo/fbo-flushing-2.c b/tests/fbo/fbo-flushing-2.c index 42586c0c6..412bf1a9d 100644 --- a/tests/fbo/fbo-flushing-2.c +++ b/tests/fbo/fbo-flushing-2.c @@ -36,7 +36,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEX_WIDTH 8 #define TEX_HEIGHT 8 diff --git a/tests/fbo/fbo-flushing.c b/tests/fbo/fbo-flushing.c index 849e0a00b..936c7c3df 100644 --- a/tests/fbo/fbo-flushing.c +++ b/tests/fbo/fbo-flushing.c @@ -36,7 +36,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEX_WIDTH 128 #define TEX_HEIGHT 128 diff --git a/tests/fbo/fbo-fragcoord2.c b/tests/fbo/fbo-fragcoord2.c index 275a6d35b..f91fe90fc 100644 --- a/tests/fbo/fbo-fragcoord2.c +++ b/tests/fbo/fbo-fragcoord2.c @@ -31,7 +31,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 256 /*window_width*/, diff --git a/tests/fbo/fbo-scissor-bitmap.c b/tests/fbo/fbo-scissor-bitmap.c index 57693fa20..1f9bba638 100644 --- a/tests/fbo/fbo-scissor-bitmap.c +++ b/tests/fbo/fbo-scissor-bitmap.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 400 /*window_width*/, diff --git a/tests/fbo/fbo-storage-completeness.c b/tests/fbo/fbo-storage-completeness.c index 3f74ac14c..b5a87ab74 100644 --- a/tests/fbo/fbo-storage-completeness.c +++ b/tests/fbo/fbo-storage-completeness.c @@ -32,7 +32,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/fbo/fbo-storage-formats.c b/tests/fbo/fbo-storage-formats.c index 93f2f4d3f..15132f78f 100644 --- a/tests/fbo/fbo-storage-formats.c +++ b/tests/fbo/fbo-storage-formats.c @@ -31,7 +31,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/fbo/fbo-viewport.c b/tests/fbo/fbo-viewport.c index 6f07046cb..e1033d51d 100644 --- a/tests/fbo/fbo-viewport.c +++ b/tests/fbo/fbo-viewport.c @@ -30,7 +30,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 500 /*window_width*/, diff --git a/tests/general/array-stride.c b/tests/general/array-stride.c index 2d4ff8338..8c360ce19 100644 --- a/tests/general/array-stride.c +++ b/tests/general/array-stride.c @@ -28,7 +28,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/general/copy-pixels.c b/tests/general/copy-pixels.c index 9cce238cd..4c38f2757 100644 --- a/tests/general/copy-pixels.c +++ b/tests/general/copy-pixels.c @@ -30,7 +30,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define IMAGE_WIDTH 16 #define IMAGE_HEIGHT 16 diff --git a/tests/general/copypixels-draw-sync.c b/tests/general/copypixels-draw-sync.c index 3152b6dfd..ca44d1665 100644 --- a/tests/general/copypixels-draw-sync.c +++ b/tests/general/copypixels-draw-sync.c @@ -30,7 +30,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 64 /*window_width*/, diff --git a/tests/general/copypixels-sync.c b/tests/general/copypixels-sync.c index 8861eda7e..44379c7c2 100644 --- a/tests/general/copypixels-sync.c +++ b/tests/general/copypixels-sync.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 64 /*window_width*/, diff --git a/tests/general/depthfunc.c b/tests/general/depthfunc.c index 0c3c35514..92d3c9066 100644 --- a/tests/general/depthfunc.c +++ b/tests/general/depthfunc.c @@ -31,7 +31,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/general/dlist-fdo3129-01.c b/tests/general/dlist-fdo3129-01.c index 7a2c24b9f..56446abfb 100644 --- a/tests/general/dlist-fdo3129-01.c +++ b/tests/general/dlist-fdo3129-01.c @@ -29,7 +29,6 @@ * Once upon a time, this triggered an assertion failure in Mesa. */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 256 /*window_width*/, diff --git a/tests/general/dlist-fdo3129-02.c b/tests/general/dlist-fdo3129-02.c index 3ad10ced0..6d4eb991a 100644 --- a/tests/general/dlist-fdo3129-02.c +++ b/tests/general/dlist-fdo3129-02.c @@ -29,7 +29,6 @@ * Once upon a time, this triggered an assertion failure in Mesa. */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 256 /*window_width*/, diff --git a/tests/general/dlist-fdo31590.c b/tests/general/dlist-fdo31590.c index 5556564da..ffdeb473e 100644 --- a/tests/general/dlist-fdo31590.c +++ b/tests/general/dlist-fdo31590.c @@ -34,7 +34,6 @@ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" static const char *TestName = "dlist-fdo31590"; diff --git a/tests/general/draw-copypixels-sync.c b/tests/general/draw-copypixels-sync.c index a526687a5..0cb0f6160 100644 --- a/tests/general/draw-copypixels-sync.c +++ b/tests/general/draw-copypixels-sync.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 64 /*window_width*/, diff --git a/tests/general/draw-sync.c b/tests/general/draw-sync.c index c9cc433d0..628e18ebe 100644 --- a/tests/general/draw-sync.c +++ b/tests/general/draw-sync.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 64 /*window_width*/, diff --git a/tests/general/fog-modes.c b/tests/general/fog-modes.c index 2982a1b02..c4ad5d701 100644 --- a/tests/general/fog-modes.c +++ b/tests/general/fog-modes.c @@ -27,7 +27,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #if defined(_WIN32) #undef near diff --git a/tests/general/gl30basic.c b/tests/general/gl30basic.c index 3a7f94df4..b8fe82972 100644 --- a/tests/general/gl30basic.c +++ b/tests/general/gl30basic.c @@ -32,7 +32,6 @@ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/general/hiz.c b/tests/general/hiz.c index 892aa6e4c..ee9f945f4 100644 --- a/tests/general/hiz.c +++ b/tests/general/hiz.c @@ -31,7 +31,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 400 /*window_width*/, diff --git a/tests/general/isbufferobj.c b/tests/general/isbufferobj.c index d8d0bceb3..b8d2a6cc2 100644 --- a/tests/general/isbufferobj.c +++ b/tests/general/isbufferobj.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/general/longprim.c b/tests/general/longprim.c index 752335d91..2c3b40308 100644 --- a/tests/general/longprim.c +++ b/tests/general/longprim.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/general/roundmode-getintegerv.c b/tests/general/roundmode-getintegerv.c index cd9375500..fecb17361 100644 --- a/tests/general/roundmode-getintegerv.c +++ b/tests/general/roundmode-getintegerv.c @@ -40,7 +40,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #include <fenv.h> diff --git a/tests/general/roundmode-pixelstore.c b/tests/general/roundmode-pixelstore.c index 59c29b76b..ace5cff8a 100644 --- a/tests/general/roundmode-pixelstore.c +++ b/tests/general/roundmode-pixelstore.c @@ -37,7 +37,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #include <fenv.h> diff --git a/tests/general/scissor-bitmap.c b/tests/general/scissor-bitmap.c index 612ffa6c8..0631bed14 100644 --- a/tests/general/scissor-bitmap.c +++ b/tests/general/scissor-bitmap.c @@ -32,7 +32,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 400 /*window_width*/, diff --git a/tests/general/select.c b/tests/general/select.c index f28d700ef..70df613c4 100644 --- a/tests/general/select.c +++ b/tests/general/select.c @@ -32,7 +32,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/general/user-clip.c b/tests/general/user-clip.c index 0828690a5..c5984bdc0 100644 --- a/tests/general/user-clip.c +++ b/tests/general/user-clip.c @@ -28,7 +28,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define BOX_SIZE 32 diff --git a/tests/gles2/gles2_shader_runner.c b/tests/gles2/gles2_shader_runner.c index 0b5d48d5f..e1d8297a4 100644 --- a/tests/gles2/gles2_shader_runner.c +++ b/tests/gles2/gles2_shader_runner.c @@ -33,7 +33,6 @@ #include <ctype.h> #include <string.h> #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 250 /*window_width*/, diff --git a/tests/shaders/fp-abs-01.c b/tests/shaders/fp-abs-01.c index 592643c70..269136b34 100644 --- a/tests/shaders/fp-abs-01.c +++ b/tests/shaders/fp-abs-01.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 2 diff --git a/tests/shaders/fp-abs-02.c b/tests/shaders/fp-abs-02.c index a2d4319fb..ba43d1a16 100644 --- a/tests/shaders/fp-abs-02.c +++ b/tests/shaders/fp-abs-02.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 3 diff --git a/tests/shaders/fp-condition_codes-01.c b/tests/shaders/fp-condition_codes-01.c index f51d848c8..32bd69a48 100644 --- a/tests/shaders/fp-condition_codes-01.c +++ b/tests/shaders/fp-condition_codes-01.c @@ -30,7 +30,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" /* One for the reference square and one for each possible condition code. */ diff --git a/tests/shaders/fp-formats.c b/tests/shaders/fp-formats.c index 049c42857..32a47f1f2 100644 --- a/tests/shaders/fp-formats.c +++ b/tests/shaders/fp-formats.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/shaders/fp-indirections2.c b/tests/shaders/fp-indirections2.c index 1b22cd099..929809d53 100644 --- a/tests/shaders/fp-indirections2.c +++ b/tests/shaders/fp-indirections2.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEXTURE_SIZE 32 /* Note: Hardcoded dependencies in texture_init and texture_follow */ diff --git a/tests/shaders/fp-long-alu.c b/tests/shaders/fp-long-alu.c index b185d46d8..784e2b964 100644 --- a/tests/shaders/fp-long-alu.c +++ b/tests/shaders/fp-long-alu.c @@ -35,7 +35,6 @@ #include <string.h> #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 32 /*window_width*/, diff --git a/tests/shaders/fp-rfl.c b/tests/shaders/fp-rfl.c index c7263ed6b..0b0cae8b4 100644 --- a/tests/shaders/fp-rfl.c +++ b/tests/shaders/fp-rfl.c @@ -31,7 +31,6 @@ #include <time.h> #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define BOX_SIZE 8 diff --git a/tests/shaders/fp-set-01.c b/tests/shaders/fp-set-01.c index ba30c99f7..288a21381 100644 --- a/tests/shaders/fp-set-01.c +++ b/tests/shaders/fp-set-01.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" /* One column for each possible combination of set-on results */ diff --git a/tests/shaders/fp-set-02.c b/tests/shaders/fp-set-02.c index 2285b8d93..57d13a430 100644 --- a/tests/shaders/fp-set-02.c +++ b/tests/shaders/fp-set-02.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" typedef int (cmp_func)(float a, float b); diff --git a/tests/shaders/fp-unpack-01.c b/tests/shaders/fp-unpack-01.c index 44bcef14a..e0e1575de 100644 --- a/tests/shaders/fp-unpack-01.c +++ b/tests/shaders/fp-unpack-01.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" /* There are 128 possible values. These values a distributed into 3 color * components. Ensure that all of the values are seen at least once. diff --git a/tests/shaders/getuniform-01.c b/tests/shaders/getuniform-01.c index ae6e58f92..1934f5101 100644 --- a/tests/shaders/getuniform-01.c +++ b/tests/shaders/getuniform-01.c @@ -30,7 +30,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 20 /*window_width*/, diff --git a/tests/shaders/getuniform-02.c b/tests/shaders/getuniform-02.c index f56860981..7b06fb512 100644 --- a/tests/shaders/getuniform-02.c +++ b/tests/shaders/getuniform-02.c @@ -27,7 +27,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 20 /*window_width*/, diff --git a/tests/shaders/glsl-bindattriblocation.c b/tests/shaders/glsl-bindattriblocation.c index 1daf0572a..07163dad6 100644 --- a/tests/shaders/glsl-bindattriblocation.c +++ b/tests/shaders/glsl-bindattriblocation.c @@ -40,7 +40,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/shaders/glsl-dlist-getattriblocation.c b/tests/shaders/glsl-dlist-getattriblocation.c index 1e15ac8f3..4be44a011 100644 --- a/tests/shaders/glsl-dlist-getattriblocation.c +++ b/tests/shaders/glsl-dlist-getattriblocation.c @@ -31,7 +31,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/shaders/glsl-getattriblocation.c b/tests/shaders/glsl-getattriblocation.c index 5ccf31a12..1357e1331 100644 --- a/tests/shaders/glsl-getattriblocation.c +++ b/tests/shaders/glsl-getattriblocation.c @@ -41,7 +41,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/shaders/glsl-max-vertex-attrib.c b/tests/shaders/glsl-max-vertex-attrib.c index 8fbdd7644..f7082da9d 100644 --- a/tests/shaders/glsl-max-vertex-attrib.c +++ b/tests/shaders/glsl-max-vertex-attrib.c @@ -35,7 +35,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 250 /*window_width*/, diff --git a/tests/shaders/glsl-novertexdata.c b/tests/shaders/glsl-novertexdata.c index 4165a9eeb..e13bb0330 100644 --- a/tests/shaders/glsl-novertexdata.c +++ b/tests/shaders/glsl-novertexdata.c @@ -41,7 +41,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/shaders/glsl-reload-source.c b/tests/shaders/glsl-reload-source.c index 785e12e0c..38a3a22aa 100644 --- a/tests/shaders/glsl-reload-source.c +++ b/tests/shaders/glsl-reload-source.c @@ -33,7 +33,6 @@ #include <stdio.h> #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/shaders/glsl-uniform-out-of-bounds.c b/tests/shaders/glsl-uniform-out-of-bounds.c index cddf9cd2a..2af5fe3ca 100644 --- a/tests/shaders/glsl-uniform-out-of-bounds.c +++ b/tests/shaders/glsl-uniform-out-of-bounds.c @@ -35,7 +35,6 @@ #include <stdio.h> #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/shaders/glsl-uniform-update.c b/tests/shaders/glsl-uniform-update.c index 11f6081c4..303c77511 100644 --- a/tests/shaders/glsl-uniform-update.c +++ b/tests/shaders/glsl-uniform-update.c @@ -35,7 +35,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/shaders/vp-address-01.c b/tests/shaders/vp-address-01.c index d1ea45172..117dabf9f 100644 --- a/tests/shaders/vp-address-01.c +++ b/tests/shaders/vp-address-01.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" static const GLfloat attrib[] = { 1.0, diff --git a/tests/shaders/vp-address-02.c b/tests/shaders/vp-address-02.c index 8a9441adb..81a78a779 100644 --- a/tests/shaders/vp-address-02.c +++ b/tests/shaders/vp-address-02.c @@ -34,7 +34,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" static const GLfloat attrib[] = { 1.0, 1.0, diff --git a/tests/shaders/vp-address-03.c b/tests/shaders/vp-address-03.c index 61597c0ed..72fb6529e 100644 --- a/tests/shaders/vp-address-03.c +++ b/tests/shaders/vp-address-03.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 4 diff --git a/tests/shaders/vp-address-04.c b/tests/shaders/vp-address-04.c index ff0edcadb..9bd4321fd 100644 --- a/tests/shaders/vp-address-04.c +++ b/tests/shaders/vp-address-04.c @@ -34,7 +34,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" static const GLfloat attrib[] = { 0.0, 0.0, diff --git a/tests/shaders/vp-address-05.c b/tests/shaders/vp-address-05.c index f502f0dc9..596ec83ba 100644 --- a/tests/shaders/vp-address-05.c +++ b/tests/shaders/vp-address-05.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 4 diff --git a/tests/shaders/vp-address-06.c b/tests/shaders/vp-address-06.c index 093ffcb7b..605f4b612 100644 --- a/tests/shaders/vp-address-06.c +++ b/tests/shaders/vp-address-06.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 2 diff --git a/tests/shaders/vp-clipdistance-01.c b/tests/shaders/vp-clipdistance-01.c index 028f05e19..add72305c 100644 --- a/tests/shaders/vp-clipdistance-01.c +++ b/tests/shaders/vp-clipdistance-01.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 6 diff --git a/tests/shaders/vp-clipdistance-02.c b/tests/shaders/vp-clipdistance-02.c index 429c38639..6538685e3 100644 --- a/tests/shaders/vp-clipdistance-02.c +++ b/tests/shaders/vp-clipdistance-02.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 6 diff --git a/tests/shaders/vp-clipdistance-03.c b/tests/shaders/vp-clipdistance-03.c index a8c9e20a2..880cd1474 100644 --- a/tests/shaders/vp-clipdistance-03.c +++ b/tests/shaders/vp-clipdistance-03.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 1 diff --git a/tests/shaders/vp-clipdistance-04.c b/tests/shaders/vp-clipdistance-04.c index 467a92faa..04409cf8f 100644 --- a/tests/shaders/vp-clipdistance-04.c +++ b/tests/shaders/vp-clipdistance-04.c @@ -33,7 +33,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define TEST_ROWS 1 #define TEST_COLS 6 diff --git a/tests/shaders/vp-max-array.c b/tests/shaders/vp-max-array.c index eebd0f50a..568a8c9e5 100644 --- a/tests/shaders/vp-max-array.c +++ b/tests/shaders/vp-max-array.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend-explicit.c b/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend-explicit.c index e789bb171..7336e2c4d 100644 --- a/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend-explicit.c +++ b/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend-explicit.c @@ -36,7 +36,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c b/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c index ddea5a95d..b859196b2 100644 --- a/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c +++ b/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c @@ -36,7 +36,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/spec/arb_sampler_objects/framebufferblit.c b/tests/spec/arb_sampler_objects/framebufferblit.c index 60386c3b1..82bb40f2d 100644 --- a/tests/spec/arb_sampler_objects/framebufferblit.c +++ b/tests/spec/arb_sampler_objects/framebufferblit.c @@ -35,7 +35,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 16 /*window_width*/, diff --git a/tests/spec/arb_sampler_objects/sampler-incomplete.c b/tests/spec/arb_sampler_objects/sampler-incomplete.c index 00f6a5144..147bdc47a 100644 --- a/tests/spec/arb_sampler_objects/sampler-incomplete.c +++ b/tests/spec/arb_sampler_objects/sampler-incomplete.c @@ -34,7 +34,6 @@ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/spec/arb_sampler_objects/sampler-objects.c b/tests/spec/arb_sampler_objects/sampler-objects.c index 9615c3989..c62618aaa 100644 --- a/tests/spec/arb_sampler_objects/sampler-objects.c +++ b/tests/spec/arb_sampler_objects/sampler-objects.c @@ -31,7 +31,6 @@ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, diff --git a/tests/spec/arb_sampler_objects/srgb-decode.c b/tests/spec/arb_sampler_objects/srgb-decode.c index 0cc7dbed3..55cf520c6 100644 --- a/tests/spec/arb_sampler_objects/srgb-decode.c +++ b/tests/spec/arb_sampler_objects/srgb-decode.c @@ -40,7 +40,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 16 /*window_width*/, diff --git a/tests/spec/arb_shader_objects/bindattriblocation-scratch-name.c b/tests/spec/arb_shader_objects/bindattriblocation-scratch-name.c index 2c6eadcba..da9af2761 100644 --- a/tests/spec/arb_shader_objects/bindattriblocation-scratch-name.c +++ b/tests/spec/arb_shader_objects/bindattriblocation-scratch-name.c @@ -32,7 +32,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 10 /*window_width*/, diff --git a/tests/spec/ati_envmap_bumpmap/bump.c b/tests/spec/ati_envmap_bumpmap/bump.c index cfea0514b..5aef76af6 100644 --- a/tests/spec/ati_envmap_bumpmap/bump.c +++ b/tests/spec/ati_envmap_bumpmap/bump.c @@ -26,7 +26,6 @@ * Test of ATI_envmap_bumpmap texture combiners. */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #define TEXSIZE 32 diff --git a/tests/spec/ext_fog_coord/modes.c b/tests/spec/ext_fog_coord/modes.c index a6f3e9af5..72cc22e9d 100644 --- a/tests/spec/ext_fog_coord/modes.c +++ b/tests/spec/ext_fog_coord/modes.c @@ -27,7 +27,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #if defined(_WIN32) #undef near diff --git a/tests/texturing/depth-tex-compare.c b/tests/texturing/depth-tex-compare.c index ea719b1b4..6bb71dbea 100644 --- a/tests/texturing/depth-tex-compare.c +++ b/tests/texturing/depth-tex-compare.c @@ -32,7 +32,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #define BOX_SIZE 25 diff --git a/tests/texturing/depth-tex-modes-rg.c b/tests/texturing/depth-tex-modes-rg.c index b1efb4412..4780f2fc4 100644 --- a/tests/texturing/depth-tex-modes-rg.c +++ b/tests/texturing/depth-tex-modes-rg.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #include "depth-tex-modes-common.h" static const GLenum depth_texture_modes[] = { diff --git a/tests/texturing/depth-tex-modes.c b/tests/texturing/depth-tex-modes.c index 13cba4d8e..951a4f43c 100644 --- a/tests/texturing/depth-tex-modes.c +++ b/tests/texturing/depth-tex-modes.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" #include "depth-tex-modes-common.h" static const GLenum depth_texture_modes[] = { diff --git a/tests/texturing/lodbias.c b/tests/texturing/lodbias.c index 2a885e0aa..037a3d546 100644 --- a/tests/texturing/lodbias.c +++ b/tests/texturing/lodbias.c @@ -40,7 +40,6 @@ * Check clamping behaviour. */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #define SquareSize 32 diff --git a/tests/texturing/mipmap-setup.c b/tests/texturing/mipmap-setup.c index 3ce87b58a..dee790211 100644 --- a/tests/texturing/mipmap-setup.c +++ b/tests/texturing/mipmap-setup.c @@ -32,7 +32,6 @@ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 200 /*window_width*/, diff --git a/tests/texturing/rg-draw-pixels.c b/tests/texturing/rg-draw-pixels.c index cc696d5f8..4231cd063 100644 --- a/tests/texturing/rg-draw-pixels.c +++ b/tests/texturing/rg-draw-pixels.c @@ -29,7 +29,6 @@ */ #include "piglit-util-gl-common.h" -#include "piglit-framework.h" PIGLIT_GL_TEST_MAIN( 40 /*window_width*/, diff --git a/tests/texturing/rg-teximage-01.c b/tests/texturing/rg-teximage-01.c index 35e4f85fd..173f58a8e 100644 --- a/tests/texturing/rg-teximage-01.c +++ b/tests/texturing/rg-teximage-01.c @@ -32,7 +32,6 @@ * \author Ian Romanick <ian.d.romanick@intel.com> */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #include "rg-teximage-common.h" diff --git a/tests/texturing/rg-teximage-02.c b/tests/texturing/rg-teximage-02.c index 77c568ea8..62d23cffe 100644 --- a/tests/texturing/rg-teximage-02.c +++ b/tests/texturing/rg-teximage-02.c @@ -32,7 +32,6 @@ * \author Ian Romanick <ian.d.romanick@intel.com> */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #include "rg-teximage-common.h" diff --git a/tests/texturing/rg-teximage-common.c b/tests/texturing/rg-teximage-common.c index 2d0974921..1c1a3833e 100644 --- a/tests/texturing/rg-teximage-common.c +++ b/tests/texturing/rg-teximage-common.c @@ -32,7 +32,6 @@ * \author Ian Romanick <ian.d.romanick@intel.com> */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #include "rg-teximage-common.h" diff --git a/tests/texturing/rgtc-teximage-01.c b/tests/texturing/rgtc-teximage-01.c index 2319a910d..4770a9f51 100644 --- a/tests/texturing/rgtc-teximage-01.c +++ b/tests/texturing/rgtc-teximage-01.c @@ -33,7 +33,6 @@ * Modified by Dave Airlie for RGTC */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #include "rg-teximage-common.h" diff --git a/tests/texturing/rgtc-teximage-02.c b/tests/texturing/rgtc-teximage-02.c index 91834f3a2..2337ad15d 100644 --- a/tests/texturing/rgtc-teximage-02.c +++ b/tests/texturing/rgtc-teximage-02.c @@ -33,7 +33,6 @@ * modified by Dave Airlie for RGTC */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #include "rg-teximage-common.h" diff --git a/tests/texturing/tex-skipped-unit.c b/tests/texturing/tex-skipped-unit.c index 19c9ad92e..14ddcee56 100644 --- a/tests/texturing/tex-skipped-unit.c +++ b/tests/texturing/tex-skipped-unit.c @@ -26,7 +26,6 @@ * Test of ATI_envmap_bumpmap texture combiners. */ -#include "piglit-framework.h" #include "piglit-util-gl-common.h" #define TEXSIZE 32 |