compositor: Stop using EGL_KHR_surfaceless_gles2
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 29 Mar 2012 02:53:49 +0000 (22:53 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 29 Mar 2012 02:53:49 +0000 (22:53 -0400)
commitb5ef591faca088e041e5b174145f8a3c2888e5ff
treefeb4cec306456c91ab27ff153cda24b72d0a9395
parentcbcd04794cd8248f2f71a135733777b1a893508e
compositor: Stop using EGL_KHR_surfaceless_gles2

The remaining use case was making our context current before we had any
output surfaces.  We can do that now using a dummy surface, so let's stop
relying on surfaceless.
src/compositor-drm.c
src/compositor-wayland.c
src/compositor-x11.c