projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a06707
)
print GL_RENDERER upon startup
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Jun 2000 15:34:35 +0000
(15:34 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Jun 2000 15:34:35 +0000
(15:34 +0000)
progs/xdemos/shape.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/shape.c
b/progs/xdemos/shape.c
index c91b77a3a521bd42599f41dcb643586aa2b9746a..242dd2485cb39bc6f482ef3ccb6f105ec49f4deb 100644
(file)
--- a/
progs/xdemos/shape.c
+++ b/
progs/xdemos/shape.c
@@
-1,4
+1,4
@@
-/* $Id: shape.c,v 1.
2 2000/06/27 15:33:44
brianp Exp $ */
+/* $Id: shape.c,v 1.
3 2000/06/27 15:34:35
brianp Exp $ */
/*
* Example of using the X "shape" extension with OpenGL: render a spinning
@@
-374,6
+374,7
@@
int main(int argc, char *argv[])
glXMakeCurrent(dpy, win, glCtx);
+ printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
printf("Press ESC to exit.\n");
printf("Press up/down to change window shape.\n");