thiagoamendola / godot-color-lut-shader

A Godot Shader for Color Grading using LUTs
MIT License
115 stars 6 forks source link

Darker image on Linux #1

Closed thiagoamendola closed 5 years ago

thiagoamendola commented 5 years ago

Starting in August 2019, an update on my Ubuntu 18.04.3 LTS made all textures look darker than usual. A issue was created on godot repository, leading to a possible bug on Mesa 3D. Another issue was posted on Mesa's repository to track the possible bug. It might be something related to sRGB <-> linear colorspace conversion.

Issue on godotengine/godot: https://github.com/godotengine/godot/issues/31732

Issue on Mesa 3D repository: https://gitlab.freedesktop.org/mesa/mesa/issues/1867