Module: Mesa Branch: master Commit: b433e319b34df1930d46fcca534e475ed9e7dc3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b433e319b34df1930d46fcca534e475ed9e7dc3c
Author: Kristian Høgsberg <[email protected]> Date: Thu Dec 13 23:21:46 2012 -0500 egl/wayland: Remove confusing comment about front buffer rendering --- src/egl/drivers/dri2/platform_wayland.c | 10 ---------- 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 10a0f08..4349868 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
