summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-071-3/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-3/+3
| |\
| | * xcb: Get rid of qCInfo in the GLX backendLaszlo Agocs2017-04-041-3/+3
* | | xcb_egl: fix clang error due to m_connection now being unusedDavid Faure2017-04-072-6/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-203-7/+25
|\|
| * warn of blacklisted GLX OpenGL renderers and vendorsJeremy Katz2017-03-161-0/+16
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-4/+6
| * streamline libdl detection and linkingOswald Buddenhagen2017-02-272-3/+3
* | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-10/+1
* | remove duplicate init check in xcb GLX threading supportJeremy Katz2017-02-271-2/+1
* | Support windows with sRGB-capable default framebuffers in QSurfaceFormatLaszlo Agocs2017-02-261-1/+16
* | xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-231-9/+4
|/
* xcb: Remove unused QXcbGlIntegrationFactory::keys()Alexander Volkov2016-12-012-24/+0
* xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-017-29/+29
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-2/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+5
| |\
| | * xcb: Warn and bail out when even the basic, dummy context failsLaszlo Agocs2016-11-101-2/+5
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+4
|\| |
| * | xcb: Avoid crash when requesting non-supported stereo formatsLaszlo Agocs2016-10-281-0/+4
* | | rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-2/+0
* | | port to modularized platformsupport librariesOswald Buddenhagen2016-10-159-9/+11
* | | use helper libs via QMAKE_USEOswald Buddenhagen2016-10-151-4/+1
* | | remove redundant QMAKE_USE += xcbOswald Buddenhagen2016-10-041-1/+0
* | | xcb: Support EGLStreams for Wayland on X11Paul Olav Tvete2016-09-271-1/+13
* | | Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-294-0/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-0/+2
| |\|
| | * fix build with qt-xcb and another installed qt in a system locationOswald Buddenhagen2016-08-251-0/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-183-0/+23
| |\|
| | * Disable switchable widget compositing when using XCB in Parallels VMAndy Nichols2016-08-173-0/+23
* | | mark some already-clean platform plugins as Q_FOREACH-freeMarc Mutz2016-08-262-0/+3
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-194-9/+9
* | | fix xcb-render nestingOswald Buddenhagen2016-08-191-5/+4
* | | Rework privateFeatureLars Knoll2016-08-191-1/+1
* | | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-192-4/+3
* | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-6/+3
|/ /
* | Add X11 support for the DRIVE CXLaszlo Agocs2016-08-101-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
|\|
| * correctly link xcb-static libOswald Buddenhagen2016-06-171-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-2/+4
|\|
| * xcb: Disable GLX pbuffers with Chromium in VMsLaszlo Agocs2016-06-081-2/+4
| * Revert "egl: Reshuffle headers to help less fortunate systems with X11"Liang Qi2016-05-041-1/+1
| * egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-031-1/+1
* | X11: Better support non-32bit visualsLouai Al-Khanji2016-04-098-25/+31
* | xcb: replace qt.xcb.glintegration logging category with qt.qpa.glShawn Rutledge2016-04-084-8/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-112-10/+8
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-072-10/+8
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-012-4/+4
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-9/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-2/+13
|\|