summaryrefslogtreecommitdiff
path: root/shaders/skia/1504.shader_test
AgeCommit message (Collapse)AuthorFilesLines
2021-01-17shaders/skia: add missing GL_KHR_blend_equation_advanced requirementIlia Mirkin1-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-09shaders: add skia shadersRob Clark1-0/+229
Add shaders extracted from skia's unit tests[1] [1] https://skia.org/dev/testing/testing