Re: [PATCH 1/3] compositor: add an plane assignment hook

2012-01-25 Thread Kristian Høgsberg
On Wed, Jan 25, 2012 at 5:00 PM, Jesse Barnes wrote: > Each output may have ways of optimizing surface drawing (e.g. by using > sprites), so push the handling of surface assignment to display planes > into the output structure, providing the existing surface setup function > as a helper. > --- >  

[PATCH 1/3] compositor: add an plane assignment hook

2012-01-25 Thread Jesse Barnes
Each output may have ways of optimizing surface drawing (e.g. by using sprites), so push the handling of surface assignment to display planes into the output structure, providing the existing surface setup function as a helper. --- configure.ac |2 +- src/compositor-drm.c | 19