projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5160a1
)
egl/wayland: Remove confusing comment about front buffer rendering
author
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 14 Dec 2012 04:21:46 +0000
(23:21 -0500)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 4 Jan 2013 16:20:12 +0000
(11:20 -0500)
src/egl/drivers/dri2/platform_wayland.c
patch
|
blob
|
history
diff --git
a/src/egl/drivers/dri2/platform_wayland.c
b/src/egl/drivers/dri2/platform_wayland.c
index 10a0f0830d8d536eb2c1406c2f26d45e1e8d32df..434986893b849e0e87ff822c4dcc07d5fea499b0 100644
(file)
--- a/
src/egl/drivers/dri2/platform_wayland.c
+++ b/
src/egl/drivers/dri2/platform_wayland.c
@@
-518,21
+518,11
@@
dri2_get_buffers(__DRIdrawable * driDrawable,
return buffer;
}
-
static void
dri2_flush_front_buffer(__DRIdrawable * driDrawable, void *loaderPrivate)
{
(void) driDrawable;
-
- /* FIXME: Does EGL support front buffer rendering at all? */
-
-#if 0
- struct dri2_egl_surface *dri2_surf = loaderPrivate;
-
- dri2WaitGL(dri2_surf);
-#else
(void) loaderPrivate;
-#endif
}
static void