summaryrefslogtreecommitdiff
path: root/tests/bugs
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/bugs
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/bugs')
-rw-r--r--tests/bugs/crash-cubemap-order.c2
-rw-r--r--tests/bugs/crash-texparameter-before-teximage.c2
-rw-r--r--tests/bugs/drawbuffer-modes.c2
-rw-r--r--tests/bugs/fdo10370.c2
-rw-r--r--tests/bugs/fdo14575.c2
-rw-r--r--tests/bugs/fdo20701.c2
-rw-r--r--tests/bugs/fdo22540.c2
-rw-r--r--tests/bugs/fdo23489.c2
-rw-r--r--tests/bugs/fdo23670-depth_test.c2
-rw-r--r--tests/bugs/fdo23670-drawpix_stencil.c2
-rw-r--r--tests/bugs/fdo24066.c2
-rw-r--r--tests/bugs/fdo25614-genmipmap.c2
-rw-r--r--tests/bugs/fdo28551.c2
-rw-r--r--tests/bugs/fdo31934.c2
-rw-r--r--tests/bugs/point-sprite.c2
-rw-r--r--tests/bugs/r300-readcache.c2
-rw-r--r--tests/bugs/tex1d-2dborder.c2
-rw-r--r--tests/bugs/tri-tex-crash.c2
-rw-r--r--tests/bugs/vbo-buffer-unmap.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/tests/bugs/crash-cubemap-order.c b/tests/bugs/crash-cubemap-order.c
index 00436e181..c6b388273 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/crash-texparameter-before-teximage.c b/tests/bugs/crash-texparameter-before-teximage.c
index dd0e732b6..1842f81fc 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/drawbuffer-modes.c b/tests/bugs/drawbuffer-modes.c
index eb50080d2..3fbda2648 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo10370.c b/tests/bugs/fdo10370.c
index 41620e01e..95e3d5678 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo14575.c b/tests/bugs/fdo14575.c
index bca8b766c..b2f780b42 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo20701.c b/tests/bugs/fdo20701.c
index ff8ea0db0..b06d81552 100644
--- a/tests/bugs/fdo20701.c
+++ b/tests/bugs/fdo20701.c
@@ -34,7 +34,7 @@
* passes.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo22540.c b/tests/bugs/fdo22540.c
index c3d443932..6687ea300 100644
--- a/tests/bugs/fdo22540.c
+++ b/tests/bugs/fdo22540.c
@@ -23,7 +23,7 @@
// author: Ben Holmes
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo23489.c b/tests/bugs/fdo23489.c
index 16c7c156e..e1bd95c6f 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo23670-depth_test.c b/tests/bugs/fdo23670-depth_test.c
index df135b9b1..86b792f90 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo23670-drawpix_stencil.c b/tests/bugs/fdo23670-drawpix_stencil.c
index d8837dc0e..95cd9ac21 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo24066.c b/tests/bugs/fdo24066.c
index 09d897f25..6f6082c70 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo25614-genmipmap.c b/tests/bugs/fdo25614-genmipmap.c
index a92be506e..5e89a5a83 100644
--- a/tests/bugs/fdo25614-genmipmap.c
+++ b/tests/bugs/fdo25614-genmipmap.c
@@ -31,7 +31,7 @@
* \author Ian Romanick
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.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 b118b35a7..0be8bee79 100644
--- a/tests/bugs/fdo28551.c
+++ b/tests/bugs/fdo28551.c
@@ -24,7 +24,7 @@
* Kristian Høgsberg <krh@bitplanet.net>
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/fdo31934.c b/tests/bugs/fdo31934.c
index 341c0c493..2111105c6 100644
--- a/tests/bugs/fdo31934.c
+++ b/tests/bugs/fdo31934.c
@@ -1,4 +1,4 @@
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/point-sprite.c b/tests/bugs/point-sprite.c
index d6d1d3a04..1f1b0a4f9 100644
--- a/tests/bugs/point-sprite.c
+++ b/tests/bugs/point-sprite.c
@@ -28,7 +28,7 @@
* \author Ben Holmes
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
#define BOX_SIZE 64
#define TEST_COLS 6
diff --git a/tests/bugs/r300-readcache.c b/tests/bugs/r300-readcache.c
index a077f128e..fc6f3b019 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/tex1d-2dborder.c b/tests/bugs/tex1d-2dborder.c
index 78b8e8931..5b626334a 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/tri-tex-crash.c b/tests/bugs/tri-tex-crash.c
index 054f58c72..0739fb398 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-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/bugs/vbo-buffer-unmap.c b/tests/bugs/vbo-buffer-unmap.c
index 7336cc10c..ab64bd891 100644
--- a/tests/bugs/vbo-buffer-unmap.c
+++ b/tests/bugs/vbo-buffer-unmap.c
@@ -30,7 +30,7 @@
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN