https://bugs.kde.org/show_bug.cgi?id=453026
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/14e7afcb4ea9 | |30839931cfa4aeb1b1b1b9f658b | |6 Resolution|--- |FIXED --- Comment #1 from Zamundaaa <xaver.h...@gmail.com> --- Git commit 14e7afcb4ea930839931cfa4aeb1b1b1b9f658b6 by Xaver Hugl. Committed on 26/04/2022 at 16:20. Pushed by zamundaaa into branch 'master'. color management: refactor and move to its own directory The pipeline stages are also now properly managed, which should prevent use-after-free errors. M +1 -0 CMakeLists.txt M +5 -3 src/CMakeLists.txt M +0 -1 src/backends/drm/drm_output.h M +1 -1 src/backends/drm/drm_pipeline.h M +1 -1 src/backends/x11/standalone/x11_output.cpp R +11 -44 src/colors/colordevice.cpp [from: src/colordevice.cpp - 083% similarity] R +0 -0 src/colors/colordevice.h [from: src/colordevice.h - 100% similarity] R +2 -24 src/colors/colorlut.cpp [from: src/colors.cpp - 063% similarity] C +1 -14 src/colors/colorlut.h [from: src/colors.h - 067% similarity] R +0 -0 src/colors/colormanager.cpp [from: src/colormanager.cpp - 100% similarity] R +0 -0 src/colors/colormanager.h [from: src/colormanager.h - 100% similarity] A +49 -0 src/colors/colorpipelinestage.cpp [License: GPL(v2.0+)] A +33 -0 src/colors/colorpipelinestage.h [License: GPL(v2.0+)] A +61 -0 src/colors/colortransformation.cpp * R +9 -17 src/colors/colortransformation.h [from: src/colors.h - 056% similarity] The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/plasma/kwin/commit/14e7afcb4ea930839931cfa4aeb1b1b1b9f658b6 -- You are receiving this mail because: You are watching all bug changes.