commit | 5308a5e09bf0e6309c50d7bcbaa77bdb8fa93e8d | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Feb 09 13:12:57 2012 -0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 23 17:55:10 2012 -0500 |
tree | 48a7522ec8a94c52c6f6a3472903a88447eaa7f1 | |
parent | 2493be40a301a1221deafbfe44b5213894da70a4 [diff] |
compositor: add an assign_planes hook to the output This allows each output back end to optimize drawing using overlay planes and cursors (yet to be integrated). If a surface is assigned to a plane, the back end should clear its damage field so that the later repaint code won't look at it.