aboutsummaryrefslogtreecommitdiff
path: root/tests/fbo
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-09-14 02:18:42 +0300
committerChad Versace <chad.versace@linux.intel.com>2012-10-09 19:08:30 -0700
commit1b7dae65d886ba777597555948cfcdac53045132 (patch)
treef76d4f8e4aa169bfc79e8cd718dbd75845ae027b /tests/fbo
parent4520ae8fc1ddbf46c75fa91e10c4a0be0f474ae8 (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>
Diffstat (limited to 'tests/fbo')
-rw-r--r--tests/fbo/fbo-draw-buffers-blend.c1
-rw-r--r--tests/fbo/fbo-flushing-2.c1
-rw-r--r--tests/fbo/fbo-flushing.c1
-rw-r--r--tests/fbo/fbo-fragcoord2.c1
-rw-r--r--tests/fbo/fbo-scissor-bitmap.c1
-rw-r--r--tests/fbo/fbo-storage-completeness.c1
-rw-r--r--tests/fbo/fbo-storage-formats.c1
-rw-r--r--tests/fbo/fbo-viewport.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/tests/fbo/fbo-draw-buffers-blend.c b/tests/fbo/fbo-draw-buffers-blend.c
index 30da3291..60a54ad3 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 42586c0c..412bf1a9 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 849e0a00..936c7c3d 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 275a6d35..f91fe90f 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 57693fa2..1f9bba63 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 3f74ac14..b5a87ab7 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 93f2f4d3..15132f78 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 6f07046c..e1033d51 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*/,