Revision df22c64...
Go back to digest for 24th February 2013Bug Fixes in KDE Base
Martin Gräßlin committed changes in [kde-workspace/KDE/4.10] kwin/eglonxbackend.cpp:
Do not abort EGL backend creation if EGL_NV_post_sub_buffer isn't supported
In case the extension is not present eglQuerySurface returns EGL_FALSE
when querying for EGL_POST_SUB_BUFFER_SUPPORTED_NV and sets an
EGL_BAD_ATTRIBUTE error state. If this is the case it's not an error we
should abort on, but one we should ignore as it's the same as extension
not supported.
FIXED: 4.10.1
File Changes
Modified 1 files
- kwin/eglonxbackend.cpp
1 files changed in total