Skip to content

SRGB fixes

Gert Wollny requested to merge gerddie/virglrenderer:sRGB-fixes into master

This series fixes #63 (closed) by handling the GL_FRAMEBUFFER_SRGB state based on the effective blit surface formats instead of the resource formats. It also optimized blits in the case source and dest swizzles are the same.

Edited by Gert Wollny

Merge request reports