projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8bf19b
)
Add a FIXME for when we have a working fbconfig chooser.
author
Kristian Høgsberg
<krh@redhat.com>
Wed, 5 Nov 2008 12:55:45 +0000
(07:55 -0500)
committer
Kristian Høgsberg
<krh@redhat.com>
Thu, 6 Nov 2008 15:53:03 +0000
(10:53 -0500)
egl-compositor.c
patch
|
blob
|
history
diff --git
a/egl-compositor.c
b/egl-compositor.c
index
d9cacbe
..
40ffc4c
100644
(file)
--- 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);