commit | 95ec0f95aa2df74c2da19e7dda24528fa8f765cc | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Wed Jul 09 22:12:57 2014 +0300 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Wed Jul 23 12:34:33 2014 -0700 |
tree | f33fa0b8815721d77221f145277b7549a61b0ccd | |
parent | 412e6a59eb90da5b29226e0b32f4a1a8e21c6500 [diff] |
compositor: add a masking mechanism to weston_layer this adds a mechanism to mask the views belonging to a layer to an arbitrary rect, in the global space. The parts that don't fit in that rect will be clipped away. Supported by the gl and pixman renderer only for now.