[Piglit] [PATCH piglit] Fix piglit-util-gl-common.h -> piglit-util-gl.h
Michel Dänzer
michel at daenzer.net
Wed Jul 23 19:32:00 PDT 2014
From: Michel Dänzer <michel.daenzer at amd.com>
The file was recently renamed. Fixes build failure since commit
4ee589ec1c4af7439e1f10a8fd4333c ('gles-3.0: Verify gl_VertexID when used
with glDrawArrays').
Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
---
I can't push this myself, so whoever reviews it please push it.
tests/spec/gl-3.0/multidrawarrays-vertexid.c | 2 +-
tests/spec/gles-3.0/drawarrays-vertexid.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/spec/gl-3.0/multidrawarrays-vertexid.c b/tests/spec/gl-3.0/multidrawarrays-vertexid.c
index b9f1419..79c5e2f 100644
--- a/tests/spec/gl-3.0/multidrawarrays-vertexid.c
+++ b/tests/spec/gl-3.0/multidrawarrays-vertexid.c
@@ -27,7 +27,7 @@
* of 'first' and increment from there.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
diff --git a/tests/spec/gles-3.0/drawarrays-vertexid.c b/tests/spec/gles-3.0/drawarrays-vertexid.c
index ebf5723..fa83087 100644
--- a/tests/spec/gles-3.0/drawarrays-vertexid.c
+++ b/tests/spec/gles-3.0/drawarrays-vertexid.c
@@ -27,7 +27,7 @@
* of 'first' and increment from there.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
PIGLIT_GL_TEST_CONFIG_BEGIN
--
2.0.0
More information about the Piglit
mailing list