[Mesa-dev] [PATCH 5/8] egl/wayland: Remove confusing comment about front buffer rendering

Kristian Høgsberg krh at bitplanet.net
Thu Dec 13 21:05:01 PST 2012


---
 src/egl/drivers/dri2/platform_wayland.c |   12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/egl/drivers/dri2/platform_wayland.c b/src/egl/drivers/dri2/platform_wayland.c
index ba54286..260a80d 100644
--- a/src/egl/drivers/dri2/platform_wayland.c
+++ b/src/egl/drivers/dri2/platform_wayland.c
@@ -515,21 +515,9 @@ 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
-- 
1.7.10.2



More information about the mesa-dev mailing list