From 56f3c71f8c5c153b75fb061333c7a9bacdd388a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 5 Nov 2008 07:55:45 -0500 Subject: [PATCH] Add a FIXME for when we have a working fbconfig chooser. --- egl-compositor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/egl-compositor.c b/egl-compositor.c index d9cacbe..40ffc4c 100644 --- a/egl-compositor.c +++ b/egl-compositor.c @@ -142,6 +142,9 @@ void notify_surface_attach(struct wl_compositor *compositor, if (sd->surface != EGL_NO_SURFACE) eglDestroySurface(ec->display, sd->surface); + /* FIXME: We need to use a single buffer config without depth + * or stencil buffers here to keep egl from creating auxillary + * buffers for the pixmap here. */ sd->surface = eglCreatePixmapForName(ec->display, ec->config, name, width, height, stride, NULL); -- 2.7.4