Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-17 | shaders/skia: add missing GL_KHR_blend_equation_advanced requirement | Ilia Mirkin | 1 | -0/+1 | |
The shader requires it, but it wasn't listed in the [require] section, leading to unnecessary errors with drivers not implementing this ext. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Eric Anholt <eric@anholt.net> | |||||
2020-04-09 | shaders: add skia shaders | Rob Clark | 1 | -0/+229 | |
Add shaders extracted from skia's unit tests[1] [1] https://skia.org/dev/testing/testing |