Re: [PATCH xserver 05/11] glamor: Hook up EGL DestroyPixmap through the normal wrap chain.

2015-11-09 Thread Michel Dänzer
On 07.11.2015 05:51, Eric Anholt wrote: > One less layering violation (EGL should call glamor, if anything, not > the other way around). Sounds good, but unfortunately, glamor_init sets screen->DestroyPixmap = glamor_destroy_pixmap after calling glamor_egl_screen_init. So the upper layer calls

[PATCH xserver 05/11] glamor: Hook up EGL DestroyPixmap through the normal wrap chain.

2015-11-06 Thread Eric Anholt
One less layering violation (EGL should call glamor, if anything, not the other way around). Signed-off-by: Eric Anholt --- glamor/glamor.c | 3 --- glamor/glamor.h | 2 -- glamor/glamor_egl.c | 33 +++--