Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphics: path: Move gradient matrix multiplication to vertex shader. | David Thompson | 2021-09-08 | 1 | -5/+3 |
| | | | | *Much* cheaper to do this per-vertex than per-fragment. | ||||
* | graphics: path: Add support for linear/radial gradient fills. | David Thompson | 2021-09-08 | 1 | -1/+27 |
| | |||||
* | graphics: path: Separate fill/stroke into different shaders. | David Thompson | 2021-08-27 | 1 | -0/+17 |