https://bugs.kde.org/show_bug.cgi?id=455720
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/f2417a85233e | |1b7c1c68039230c45554f106969 | |4 --- Comment #4 from Zamundaaa <xaver.h...@gmail.com> --- Git commit f2417a85233e1b7c1c68039230c45554f1069694 by Xaver Hugl. Committed on 07/03/2023 at 16:03. Pushed by vladz into branch 'master'. backends/drm: support CTM for simple color transformations In order to work around hardware and drivers that aren't capable of applying a LUT, calculate a per-channel factor for brightness and color temperature modification. While this ignores color calibration, this makes night color work until a proper shader based color pipeline is implemented. M +1 -1 src/backends/drm/drm_crtc.cpp M +1 -0 src/backends/drm/drm_crtc.h M +17 -2 src/backends/drm/drm_output.cpp M +2 -1 src/backends/drm/drm_output.h M +52 -2 src/backends/drm/drm_pipeline.cpp M +16 -1 src/backends/drm/drm_pipeline.h M +3 -2 src/backends/x11/standalone/x11_standalone_output.cpp M +1 -1 src/backends/x11/standalone/x11_standalone_output.h M +15 -6 src/colors/colordevice.cpp M +7 -1 src/core/output.cpp M +3 -1 src/core/output.h https://invent.kde.org/plasma/kwin/commit/f2417a85233e1b7c1c68039230c45554f1069694 -- You are receiving this mail because: You are watching all bug changes.