https://bugs.kde.org/show_bug.cgi?id=441253
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/d6de38c1d66b | |fd96426b82003e01978f1e58582 | |3 --- Comment #8 from Zamundaaa <xaver.h...@gmail.com> --- Git commit d6de38c1d66bfd96426b82003e01978f1e585823 by Xaver Hugl. Committed on 27/08/2021 at 11:56. Pushed by zamundaaa into branch 'master'. platforms/drm: use drm formats instead of gbm formats There's no need to guard the code, gbm and drm format definitions are the same. Using GBM_BO_FORMAT_* even caused bugs, as that is an enum and not a proper format identifier. M +4 -3 src/plugins/platforms/drm/drm_gpu.cpp M +1 -1 src/plugins/platforms/drm/drm_gpu.h M +3 -8 src/plugins/platforms/drm/drm_object_plane.cpp M +1 -1 src/plugins/platforms/drm/egl_gbm_backend.cpp M +1 -1 src/plugins/platforms/drm/gbm_dmabuf.cpp https://invent.kde.org/plasma/kwin/commit/d6de38c1d66bfd96426b82003e01978f1e585823 -- You are receiving this mail because: You are watching all bug changes.