mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-08 03:30:17 +00:00
28c4adac24
Here is a command to reproduce this testcase: GDK_DEBUG=gl-gles gtk4-demo --run gears Without this patch, Mesa throws this compile error: 0:130(13): error: no matching function for call to `mod(error, float)'; candidates are: This is caused by `u_rotation - 90` being of type error since `u_rotation` is a float and it’s illegal to subtract it with an integer. |
||
---|---|---|
.. | ||
blend.glsl | ||
blit.glsl | ||
blur.glsl | ||
border.glsl | ||
color_matrix.glsl | ||
color.glsl | ||
coloring.glsl | ||
conic_gradient.glsl | ||
cross_fade.glsl | ||
custom.glsl | ||
inset_shadow.glsl | ||
linear_gradient.glsl | ||
outset_shadow.glsl | ||
preamble.fs.glsl | ||
preamble.glsl | ||
preamble.vs.glsl | ||
radial_gradient.glsl | ||
repeat.glsl | ||
unblurred_outset_shadow.glsl |