summaryrefslogtreecommitdiff
path: root/src/egl
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-12-13 23:21:46 -0500
committerKristian Høgsberg <krh@bitplanet.net>2013-01-04 11:20:12 -0500
commitb433e319b34df1930d46fcca534e475ed9e7dc3c (patch)
treeb5715edb59c879e1a479b87dfb25ffe80e7f76f7 /src/egl
parentb5160a10c0be29c9df2a05be0bbc025f2894e9e6 (diff)
egl/wayland: Remove confusing comment about front buffer rendering
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/drivers/dri2/platform_wayland.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/egl/drivers/dri2/platform_wayland.c b/src/egl/drivers/dri2/platform_wayland.c
index 10a0f0830d8..434986893b8 100644
--- 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