Surface groups (Re: Sprite handling framework)

2012-01-26 Thread Pekka Paalanen
On Thu, 26 Jan 2012 01:12:15 -0500 Kristian Høgsberg wrote: > As a side note, we really need something like surface groups, the > weston_compositor_top() is pretty gross. Indeed, that's why I asked Bill [1] to write down a proposal on how window stacking should work, so we could keep an eye on i

Re: Sprite handling framework

2012-01-25 Thread Kristian Høgsberg
2012/1/25 Kristian Høgsberg : > On Wed, Jan 25, 2012 at 5:00 PM, Jesse Barnes > wrote: >> Ok these need some actual review.  I have things working here (you can >> test on a current kernel by enabling the DEBUG_PLANES code) and I think >> the infrastructure is starting to look ok, especially now

Re: Sprite handling framework

2012-01-25 Thread Kristian Høgsberg
On Wed, Jan 25, 2012 at 5:00 PM, Jesse Barnes wrote: > Ok these need some actual review.  I have things working here (you can > test on a current kernel by enabling the DEBUG_PLANES code) and I think > the infrastructure is starting to look ok, especially now that I don't > leak fbs on every assig

Sprite handling framework

2012-01-25 Thread Jesse Barnes
Ok these need some actual review. I have things working here (you can test on a current kernel by enabling the DEBUG_PLANES code) and I think the infrastructure is starting to look ok, especially now that I don't leak fbs on every assignment. :) The new buffer reference code makes things a bit ni