Skip to content

Skip gamma correction of cursor data if premultiplied R/G/B > alpha

The un-premultiplied R/G/B values would overflow the gamma LUT, so just pass through the data unchanged, and leave it up to the HW how to interpret such weird premultiplied alpha pixels.

Bugzilla: https://bugs.freedesktop.org/108355

Merge request reports