gl: Interpolate gradient colors as premultiplied

Tests included
This commit is contained in:
Benjamin Otte
2024-08-11 17:31:40 +02:00
parent 8de4b04819
commit 9643a21827
10 changed files with 46 additions and 9 deletions

View File

@@ -48,6 +48,7 @@ compare_render_tests = [
'color-matrix-merge',
'color-matrix-parsing',
'color-states',
'conic-gradient-premultiplied-nocairo',
'conic-gradient-with-64-colorstops',
'container-single-child-offscreen-for-opacity',
'crossfade-clip-both-children',
@@ -100,6 +101,7 @@ compare_render_tests = [
'issue-3615',
'linear-gradient-3d-nocairo',
'linear-gradient-nonorthogonal-scale-nogl',
'linear-gradient-premultiplied-nocairo',
'linear-gradient-with-64-colorstops',
'lots-of-offscreens-nogl',
'mask',
@@ -133,6 +135,7 @@ compare_render_tests = [
'outset-shadow-scale-offset',
'outset_shadow_simple',
'premul-color-nogl',
'radial-gradient-premultiplied-nocairo',
'radial-gradient-with-64-colorstops',
'repeat',
'repeating-linear-gradient-edge-colors',