Re: [PATCH 3/3] rdp-backend.so: OpenGL hardware acceleration

2018-02-23 Thread Raimundo Sagarzazu
Hi, Two patches that improve performance in my case. First, supporting ARGB gbm-format for the output allows a much better performance of the intelReadPixels function of the i965 driver of Mesa, which is my case: diff -rup a/libweston/compositor-rdp.c b/libweston/compositor-rdp.c --- a

RE: [PATCH 3/3] rdp-backend.so: OpenGL hardware acceleration

2018-04-04 Thread Raimundo Sagarzazu
he pixel format to be used by the output. Valid values are: +* - NULL - The format set at backend creation time will be used; +* - "xrgb"; +* - "rgb565" +* - "xrgb2101010" +*/ + void (*set_gbm_format)(struct weston_outp