Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vulkan: Fold clip into push constants | Benjamin Otte | 2016-12-24 | 1 | -0/+28 |
| | | | | | | As a side effect, the clipping data is now available inside shaders. Not that any shader would use them yet, but they could! | ||||
* | gsk: Add GskVulkanClip | Benjamin Otte | 2016-12-24 | 1 | -0/+151 |
This is now tracking the clips added by the clip nodes. If any particular node can't deal with a clip, it falls back to Cairo rendering. But if it can, it will render it directly. |