summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/xcb_egl
Commit message (Expand)AuthorAgeFilesLines
* xcb_egl: Prefer eglCreatePlatformWindowSurfaceEXT to eglCreateWindowSurfaceIlya Fedin2023-09-193-7/+17
* Fix build without egl_x11Ilya Fedin2023-04-112-0/+15
* Utilize NO_UNITY_BUILD arguments instead of manual exclusionAmir Masoud Abdol2023-03-141-2/+1
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-161-0/+2
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-4/+2
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-171-1/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Make EGL use Qt X connection without xcb_xlib with EGL_EXT_platform_xcbIlya Fedin2022-07-052-12/+13
* Port QXlibEglIntegration::getCompatibleVisualId to xcbIlya Fedin2022-06-204-20/+142
* Use SPDX license identifiersLucie Gérard2022-05-169-342/+18
* Revert "Add support for EGL_EXT_platform_xcb"Paul Olav Tvete2021-11-021-6/+1
* Add support for EGL_EXT_platform_xcbIlya Fedin2021-10-061-1/+6
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* fix: Print a warning message if the Xcb EGL initialize failedJiDe Zhang2021-03-031-1/+5
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-27/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-23/+0
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-137-8/+36
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-023-11/+12
* xcb: remove multi-connection code pathGatis Paeglis2020-06-211-1/+1
* Add missing overrideAlexander Volkov2020-05-212-5/+5
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-271-1/+1
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-6/+3
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-271-3/+3
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-2/+2
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-2/+2
* | Regenerate src/*Alexandru Croitor2019-11-141-1/+1
* | Regenerate everything under ./srcAlexandru Croitor2019-11-121-3/+0
* | Regenerate platforms plugins part 3Alexandru Croitor2019-10-081-3/+0
* | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-051-1/+3
* | cmake: add CMakeLists.txt files for xcb/gl_integrationsLiang Qi2019-05-021-0/+35
|/
* Send NET_WM_SYNC on swapBuffers when using EGLDavid Edmundson2018-01-071-0/+8
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-193-7/+7
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-044-5/+3
|\
| * xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-284-5/+3
* | xcb_egl: fix clang error due to m_connection now being unusedDavid Faure2017-04-072-6/+1
* | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-10/+1
|/
* xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-013-11/+11
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-155-6/+7
* xcb: Support EGLStreams for Wayland on X11Paul Olav Tvete2016-09-271-1/+13
* mark some already-clean platform plugins as Q_FOREACH-freeMarc Mutz2016-08-261-0/+2
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* Add X11 support for the DRIVE CXLaszlo Agocs2016-08-101-1/+1
* X11: Better support non-32bit visualsLouai Al-Khanji2016-04-093-13/+22
* xcb: replace qt.xcb.glintegration logging category with qt.qpa.glShawn Rutledge2016-04-081-3/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+4
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+4
* | Updated license headersJani Heikkinen2016-01-159-126/+180
|/