Re: [PATCH xserver 02/11] modesetting: No need to free the EGLImage just before freeing the pixmap.

2015-11-09 Thread Michel Dänzer
On 07.11.2015 05:51, Eric Anholt wrote: > DestroyPixmap handles that just fine. This also lets us drop our use > of the manual image destruction function (Note that the ATI driver > still uses it in a similar fashion, though). s/ATI/radeon/ With that fixed, this patch is Reviewed-by: Michel Dän

[PATCH xserver 02/11] modesetting: No need to free the EGLImage just before freeing the pixmap.

2015-11-06 Thread Eric Anholt
DestroyPixmap handles that just fine. This also lets us drop our use of the manual image destruction function (Note that the ATI driver still uses it in a similar fashion, though). Signed-off-by: Eric Anholt --- hw/xfree86/drivers/modesetting/drmmode_display.c | 6 -- 1 file changed, 6 dele