Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
c1635c11
Commit
c1635c11
authored
Mar 20, 2021
by
Xaver Hugl
Browse files
Explicitly preserve buffer contents in EglDmabuf
parent
c737fde3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/platformsupport/scenes/opengl/egl_dmabuf.cpp
View file @
c1635c11
...
...
@@ -232,6 +232,8 @@ EGLImage EglDmabuf::createImage(const QVector<Plane> &planes,
}
}
attribs
<<
EGL_IMAGE_PRESERVED_KHR
<<
EGL_TRUE
;
attribs
<<
EGL_NONE
;
EGLImage
image
=
eglCreateImageKHR
(
m_backend
->
eglDisplay
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment