diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2014-07-08 22:50:32 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2014-07-15 13:26:58 -0700 |
commit | ddf745c93fe2b5b166f12a0004b47e01f93fa944 (patch) | |
tree | 439e61fe22699c155dc9232f49d47ba62da18a3b /tests/spec/ext_texture_array | |
parent | 938d1a4e2a3103a041ee45c8128a2307a19008b3 (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/ext_texture_array')
-rw-r--r-- | tests/spec/ext_texture_array/compressed.c | 2 | ||||
-rw-r--r-- | tests/spec/ext_texture_array/gen-mipmap.c | 2 | ||||
-rw-r--r-- | tests/spec/ext_texture_array/maxlayers.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/spec/ext_texture_array/compressed.c b/tests/spec/ext_texture_array/compressed.c index dc412e6cf..65d495ca5 100644 --- a/tests/spec/ext_texture_array/compressed.c +++ b/tests/spec/ext_texture_array/compressed.c @@ -50,7 +50,7 @@ * desktop GL, it is performed using S3TC textures. */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" #include "piglit-util-compressed-grays.h" #ifdef PIGLIT_USE_OPENGL diff --git a/tests/spec/ext_texture_array/gen-mipmap.c b/tests/spec/ext_texture_array/gen-mipmap.c index f0a306f71..f54be0809 100644 --- a/tests/spec/ext_texture_array/gen-mipmap.c +++ b/tests/spec/ext_texture_array/gen-mipmap.c @@ -31,7 +31,7 @@ */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; diff --git a/tests/spec/ext_texture_array/maxlayers.c b/tests/spec/ext_texture_array/maxlayers.c index b0d3f3028..05fbc27c2 100644 --- a/tests/spec/ext_texture_array/maxlayers.c +++ b/tests/spec/ext_texture_array/maxlayers.c @@ -28,7 +28,7 @@ * GL_MAX_TEXTURE_LAYERS layers. */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" PIGLIT_GL_TEST_CONFIG_BEGIN |