Skip to content

gsk: Support straight alpha textures

Matthias Clasen requested to merge matthiasc/for-main into main

This is not the optimal way of doing it: we're reuploading the texture with client-side conversion. But it fits nicely into our current handling of mipmaps.

We can do better once we use shaders for colorspace conversions.

Merge request reports