projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb3f5c
)
glxgears: oops, remove accidental commit of glFinish() hack.
author
Kristian Høgsberg
<krh@redhat.com>
Fri, 29 Feb 2008 20:33:40 +0000
(15:33 -0500)
committer
Kristian Høgsberg
<krh@redhat.com>
Fri, 29 Feb 2008 20:33:40 +0000
(15:33 -0500)
progs/xdemos/glxgears.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/glxgears.c
b/progs/xdemos/glxgears.c
index f89d99f2fb687687fecda14c5b1215852f0cfa5c..ec431c16f008003900c7c71e95300d8abcbf7a9b 100644
(file)
--- a/
progs/xdemos/glxgears.c
+++ b/
progs/xdemos/glxgears.c
@@
-522,7
+522,6
@@
event_loop(Display *dpy, Window win)
draw();
glXSwapBuffers(dpy, win);
- glFinish();
frames++;