projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5857e98
)
Include glext.h in the cva test so that it actually uses CVAs.
author
Eric Anholt
<eric@anholt.net>
Sun, 3 Feb 2008 09:04:46 +0000
(
01:04
-0800)
committer
Eric Anholt
<eric@anholt.net>
Tue, 5 Feb 2008 02:24:16 +0000
(18:24 -0800)
progs/tests/cva.c
patch
|
blob
|
history
diff --git
a/progs/tests/cva.c
b/progs/tests/cva.c
index ed965e748a5ca6d68ee9e933c4ead82e86f0aea7..bde4c6c827e4d8e231595db56a9679903b80682a 100644
(file)
--- a/
progs/tests/cva.c
+++ b/
progs/tests/cva.c
@@
-17,7
+17,7
@@
#endif
#define GL_GLEXT_LEGACY
#include <GL/glut.h>
-
+#include <GL/glext.h>
GLfloat verts[][4] = {
{ -0.5, -0.5, -2.0, 0.0 },