Re: [PATCH] Add a weston_buffer structure to replace wl_buffer

2013-06-20 Thread Jason Ekstrand
NEGLECT THIS PATCH New one to come On Thu, Jun 20, 2013 at 8:16 PM, Jason Ekstrand wrote: > This commit adds a weston_buffer structure to replace wl_buffer. This way > we can hold onto buffers by just their resource. In order to do this, the > every renderer.attach function has to fill in the

[PATCH] Add a weston_buffer structure to replace wl_buffer

2013-06-20 Thread Jason Ekstrand
This commit adds a weston_buffer structure to replace wl_buffer. This way we can hold onto buffers by just their resource. In order to do this, the every renderer.attach function has to fill in the weston_buffer.width and weston_buffer.height fields. --- NOTE: While this patch touches compositor