On Mon, Aug 12, 2013 at 10:07:59AM +0300, Adrian Negreanu wrote:
> From: Adrian Negreanu
>
> cairo_egl_device_create(), which is called next,
> already checks if EGL_KHR_surfaceless_context is
> available. If not, it fallbacks to pbuffer.
Nice, thanks.
Kristian
> Signed-off-by: Adrian Negreanu
From: Adrian Negreanu
cairo_egl_device_create(), which is called next,
already checks if EGL_KHR_surfaceless_context is
available. If not, it fallbacks to pbuffer.
Signed-off-by: Adrian Negreanu
---
clients/window.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/clients/window.c b/cli