projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7ca85
)
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 20 Oct 2000 17:26:57 +0000
(17:26 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 20 Oct 2000 17:26:57 +0000
(17:26 +0000)
progs/xdemos/offset.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/offset.c
b/progs/xdemos/offset.c
index 158e52a97ce33158eaef0e0028c2823fb5835cec..3e92e68daa7a5a6556df274851b771ec4b759c9f 100644
(file)
--- a/
progs/xdemos/offset.c
+++ b/
progs/xdemos/offset.c
@@
-53,7
+53,7
@@
PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <string.h>
-
/*#undef GL_EXT_polygon_offset uncomment to use new version
*/
+
#undef GL_EXT_polygon_offset /* use GL 1.1 version instead of extension
*/
#ifndef EXIT_FAILURE