wlroots/render/vulkan/shaders
llyyr 604fcdb1db render/vulkan: clip negative values before applying transfer function
Not all eotf or eotf inverse are well defined for values outside the
intended domain, so just ignore it and clamp it away.

An alternative solution would be to use sign preserving pow here (i.e.
sign(x) * pow(abs(x), p)), however I'm not sure that makes sense or is
defined anywhere. Negative values here are likely a result of colors
being outside the gamut range, so clipping them to 0 is more correct
than mirroring from 0.
2025-10-29 03:09:11 +05:30
..
common.vert
meson.build
output.frag render/vulkan: clip negative values before applying transfer function 2025-10-29 03:09:11 +05:30
quad.frag
texture.frag render/vulkan: clip negative values before applying transfer function 2025-10-29 03:09:11 +05:30