kwin/backends/drm
Martin Gräßlin b1914b4b2c Add pure virtual OpenGLBackend::init() method
All backends already have an init method so far called from the ctor.
This change moves the call to init out of the OpenGL backends and makes
it the responsibility of the creating code to also call init on the
backend.

This change makes it easier to have virtual methods being called during
the initialization.
2015-11-26 08:33:07 +01:00
..
CMakeLists.txt Create a plugin for each of the wayland backends 2015-05-06 10:31:39 +02:00
drm.json SVN_SILENT made messages (.desktop file) 2015-11-25 18:20:33 +00:00
drm_backend.cpp [drm] Support configuring absolute output position 2015-11-06 14:48:52 +01:00
drm_backend.h [drm] Support configuring absolute output position 2015-11-06 14:48:52 +01:00
egl_gbm_backend.cpp Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
egl_gbm_backend.h Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
logging.cpp Change default logging category to QtCriticalMsg 2015-07-31 13:29:58 +02:00
logging.h [wayland] Dedicate logging category for each of the backends 2015-05-05 17:47:03 +02:00
scene_qpainter_drm_backend.cpp [wayland] Move DrmQPainterBackend into backends/drm 2015-05-05 13:32:33 +02:00
scene_qpainter_drm_backend.h [wayland] Move DrmQPainterBackend into backends/drm 2015-05-05 13:32:33 +02:00
screens_drm.cpp [drm] Implement Screens::refreshRate 2015-05-19 09:49:37 +02:00
screens_drm.h [drm] Implement Screens::refreshRate 2015-05-19 09:49:37 +02:00