Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | observer: further classify general clips | Chris Wilson | 2011-08-18 | 1 | -0/+17 |
| | | | | | | | | A clip with only a single path or can be reduced to a single polygon are easier to handle than a clip containing a mixture of paths (typically ANTIALIAS_NONE vs ANTIALIAS_DEFAULT). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | ||||
* | clip: Rudimentary support for clip-polygon extraction | Chris Wilson | 2011-07-19 | 1 | -0/+127 |
Step 1, fix the failings sighted recently by tracking clip-boxes as an explicit property of the clipping and of composition. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> |