kwin/plugins/platforms
David Edmundson 5bca058826 Fix DRM EGL crash regression
Summary:
In 47343fb we made GBM buffer shared.

What we wanted to do was:
Unbox the shared_pointer<GBMSurface> to give us a GBMSurface* object
Call the gbm_surface*() on that operator
Then cast that to a void* for eglCreatePlatformWindowSurfaceEXT

What we did:
Cast the std::shared_ptr<GBMSurface> to a gbm_surface*  then cast that
to void*.
This is just a garbage value and it crashes in Mesa when we do our first
paint.

I've replaced that with an explicit method then we can use shared_ptr's
-> operator rather than get() which does the right thing in a readable
way.

Test Plan:
It crashed after rebasing to master (for Aleix too)
No longer crashes

Reviewers: #plasma

Subscribers: plasma-devel, kwin, #kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D8251
2017-10-12 10:12:24 +02:00
..
drm Fix DRM EGL crash regression 2017-10-12 10:12:24 +02:00
fbdev Move QPainter compositor into plugin 2017-09-01 17:44:49 +02:00
hwcomposer [platforms/hwcomposer] Include the android-config.h in the hwcomposer_backend 2017-09-07 16:35:45 +05:30
virtual Make AbstractEglBackend a QObject 2017-09-07 19:25:28 +02:00
wayland Make AbstractEglBackend a QObject 2017-09-07 19:25:28 +02:00
x11 Try fixing build failure on CI 2017-09-12 21:20:18 +02:00
CMakeLists.txt Hide the Linux specific parts behind check for headers 2017-07-24 16:19:27 +02:00