Re: [PATCH weston 1/6] window: make display_create_surface() shm-only

2012-11-28 Thread Pekka Paalanen
On Tue, 27 Nov 2012 16:05:13 -0500 Kristian Høgsberg wrote: > On Mon, Nov 19, 2012 at 05:15:57PM +0200, Pekka Paalanen wrote: > > Nothing uses it to create EGL-surfaces outside of window.c. This makes > > refactoring the EGL-based code easier, since we do not need to support > > EGL-based Cairo s

Re: [PATCH weston 1/6] window: make display_create_surface() shm-only

2012-11-27 Thread Kristian Høgsberg
On Mon, Nov 19, 2012 at 05:15:57PM +0200, Pekka Paalanen wrote: > Nothing uses it to create EGL-surfaces outside of window.c. This makes > refactoring the EGL-based code easier, since we do not need to support > EGL-based Cairo surfaces without an associated struct window. This entire series appli

[PATCH weston 1/6] window: make display_create_surface() shm-only

2012-11-19 Thread Pekka Paalanen
Nothing uses it to create EGL-surfaces outside of window.c. This makes refactoring the EGL-based code easier, since we do not need to support EGL-based Cairo surfaces without an associated struct window. Signed-off-by: Pekka Paalanen --- clients/window.c | 20 +--- 1 files chan