projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8733026
)
Remove redundant glFlush().
author
Kristian Høgsberg
<krh@redhat.com>
Tue, 18 Nov 2008 04:33:19 +0000
(23:33 -0500)
committer
Kristian Høgsberg
<krh@redhat.com>
Tue, 18 Nov 2008 04:33:19 +0000
(23:33 -0500)
egl-compositor.c
patch
|
blob
|
history
diff --git
a/egl-compositor.c
b/egl-compositor.c
index
580dcbf
..
8e69355
100644
(file)
--- a/
egl-compositor.c
+++ b/
egl-compositor.c
@@
-219,8
+219,6
@@
repaint(void *data)
}
wl_surface_iterator_destroy(iterator);
- glFlush();
-
eglSwapBuffers(ec->display, ec->surface);
if (do_screenshot) {