summaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_buffer
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2014-07-08 22:50:32 -0700
committerChad Versace <chad.versace@linux.intel.com>2014-07-15 13:26:58 -0700
commitddf745c93fe2b5b166f12a0004b47e01f93fa944 (patch)
tree439e61fe22699c155dc9232f49d47ba62da18a3b /tests/spec/arb_copy_buffer
parent938d1a4e2a3103a041ee45c8128a2307a19008b3 (diff)
util/gl: Rename piglit-util-gl-common.h
There are no longer any source files in tests/util that are specific to a particular OpenGL API. In other words, all OpenGL utility sources in tests/util are now "common" and shared by all OpenGL APIs. So remove the 'common' in filename 'piglit-util-gl-common.h'. Signed-off-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'tests/spec/arb_copy_buffer')
-rw-r--r--tests/spec/arb_copy_buffer/copy_buffer_coherency.c2
-rw-r--r--tests/spec/arb_copy_buffer/copybuffersubdata.c2
-rw-r--r--tests/spec/arb_copy_buffer/data-sync.c2
-rw-r--r--tests/spec/arb_copy_buffer/dlist.c2
-rw-r--r--tests/spec/arb_copy_buffer/get.c2
-rw-r--r--tests/spec/arb_copy_buffer/negative-bound-zero.c2
-rw-r--r--tests/spec/arb_copy_buffer/negative-bounds.c2
-rw-r--r--tests/spec/arb_copy_buffer/negative-mapped.c2
-rw-r--r--tests/spec/arb_copy_buffer/overlap.c2
-rw-r--r--tests/spec/arb_copy_buffer/subdata-sync.c2
-rw-r--r--tests/spec/arb_copy_buffer/targets.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/spec/arb_copy_buffer/copy_buffer_coherency.c b/tests/spec/arb_copy_buffer/copy_buffer_coherency.c
index 604816ea9..b78fdca5a 100644
--- a/tests/spec/arb_copy_buffer/copy_buffer_coherency.c
+++ b/tests/spec/arb_copy_buffer/copy_buffer_coherency.c
@@ -25,7 +25,7 @@
*
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
#define COPY_BUFFER_SIZE (4<<20)
uint8_t src_data[COPY_BUFFER_SIZE];
diff --git a/tests/spec/arb_copy_buffer/copybuffersubdata.c b/tests/spec/arb_copy_buffer/copybuffersubdata.c
index 8d007e74c..3c60d1a14 100644
--- a/tests/spec/arb_copy_buffer/copybuffersubdata.c
+++ b/tests/spec/arb_copy_buffer/copybuffersubdata.c
@@ -28,7 +28,7 @@
* Jan 2012
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/data-sync.c b/tests/spec/arb_copy_buffer/data-sync.c
index 1faf632dc..1cc879712 100644
--- a/tests/spec/arb_copy_buffer/data-sync.c
+++ b/tests/spec/arb_copy_buffer/data-sync.c
@@ -31,7 +31,7 @@
* after the copy does have an effect.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/dlist.c b/tests/spec/arb_copy_buffer/dlist.c
index c21a36b8f..b7ad2aa19 100644
--- a/tests/spec/arb_copy_buffer/dlist.c
+++ b/tests/spec/arb_copy_buffer/dlist.c
@@ -31,7 +31,7 @@
* CopyBufferSubData"
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/get.c b/tests/spec/arb_copy_buffer/get.c
index 2021986d7..31bebf74a 100644
--- a/tests/spec/arb_copy_buffer/get.c
+++ b/tests/spec/arb_copy_buffer/get.c
@@ -26,7 +26,7 @@
* Tests that the getters for the new binding points in GL_ARB_copy_buffer work.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/negative-bound-zero.c b/tests/spec/arb_copy_buffer/negative-bound-zero.c
index 6d3223050..c7dd478fc 100644
--- a/tests/spec/arb_copy_buffer/negative-bound-zero.c
+++ b/tests/spec/arb_copy_buffer/negative-bound-zero.c
@@ -29,7 +29,7 @@
* readtarget or writetarget."
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/negative-bounds.c b/tests/spec/arb_copy_buffer/negative-bounds.c
index af014242c..fbc4ae848 100644
--- a/tests/spec/arb_copy_buffer/negative-bounds.c
+++ b/tests/spec/arb_copy_buffer/negative-bounds.c
@@ -35,7 +35,7 @@
* error checking doesn't fail copies within the bounds.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/negative-mapped.c b/tests/spec/arb_copy_buffer/negative-mapped.c
index aff65ec25..2f8f7985d 100644
--- a/tests/spec/arb_copy_buffer/negative-mapped.c
+++ b/tests/spec/arb_copy_buffer/negative-mapped.c
@@ -29,7 +29,7 @@
* bound to either readtarget or writetarget are mapped."
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/overlap.c b/tests/spec/arb_copy_buffer/overlap.c
index dda17e2bf..fce3bb036 100644
--- a/tests/spec/arb_copy_buffer/overlap.c
+++ b/tests/spec/arb_copy_buffer/overlap.c
@@ -34,7 +34,7 @@
* overlap, but with one buffer being both src and dst.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/subdata-sync.c b/tests/spec/arb_copy_buffer/subdata-sync.c
index 0408af0a3..e8e474077 100644
--- a/tests/spec/arb_copy_buffer/subdata-sync.c
+++ b/tests/spec/arb_copy_buffer/subdata-sync.c
@@ -31,7 +31,7 @@
* does have an effect.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/arb_copy_buffer/targets.c b/tests/spec/arb_copy_buffer/targets.c
index 56f5143d4..ca6c94f93 100644
--- a/tests/spec/arb_copy_buffer/targets.c
+++ b/tests/spec/arb_copy_buffer/targets.c
@@ -45,7 +45,7 @@
* that copies work for them.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN