pathfinder/gl
Patrick Walton 5421525eaa Implement the HSL filters (called "non-separable blend modes" in the spec).
These cannot be implemented with the standard OpenGL blending functions, so we
have to do them manually in a shader, which requires a good deal of machinery
to create intermediate framebuffers and so forth.
2020-02-24 15:37:44 -08:00
..
src Implement the HSL filters (called "non-separable blend modes" in the spec). 2020-02-24 15:37:44 -08:00
Cargo.toml Merge pull request #254 from arturoc/remove-log-restriction 2020-02-06 08:38:08 -08:00