Re: Add support to wl_shm for RGB565 buffers

2013-07-29 Thread Kristian Høgsberg
On Thu, Jul 11, 2013 at 04:08:19PM +0200, Tomeu Vizoso wrote: > This version allows renderers to advertise support for additional pixel > formats for shm buffers via new API: wl_display_set_additional_shm_formats > > Additionally, clients can hint when creating a window the preferred pixel > forma

Add support to wl_shm for RGB565 buffers

2013-07-11 Thread Tomeu Vizoso
This version allows renderers to advertise support for additional pixel formats for shm buffers via new API: wl_display_set_additional_shm_formats Additionally, clients can hint when creating a window the preferred pixel format. Regards, Tomeu ___ way

Re: Add support to wl_shm for RGB565 buffers

2013-07-05 Thread Kristian Høgsberg
Could we add an wl_shm entry point to let the renderer add additional supported formats to wl_shm instead? Kristian On Fri, Jul 5, 2013 at 5:41 AM, Tomeu Vizoso wrote: > Hi, > > this patch series allows clients to request the creation of 16bit buffers, > useful for conserving resources in device

Add support to wl_shm for RGB565 buffers

2013-07-05 Thread Tomeu Vizoso
Hi, this patch series allows clients to request the creation of 16bit buffers, useful for conserving resources in devices with constrained resources when using big surfaces such as desktop background images. I'm asking for ideas about what to do with how renderers are now registering wl_shm, need