summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/xcb_glx
Commit message (Expand)AuthorAgeFilesLines
* xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-032-40/+32
* xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-282-6/+4
* xcb: Get rid of qCInfo in the GLX backendLaszlo Agocs2017-04-041-3/+3
* warn of blacklisted GLX OpenGL renderers and vendorsJeremy Katz2017-03-161-0/+16
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+3
* streamline libdl detection and linkingOswald Buddenhagen2017-02-272-3/+3
* xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-014-18/+18
* 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
* | | port to modularized platformsupport librariesOswald Buddenhagen2016-10-153-2/+3
* | | remove redundant QMAKE_USE += xcbOswald Buddenhagen2016-10-041-1/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-292-0/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-182-0/+22
| |\|
| | * Disable switchable widget compositing when using XCB in Parallels VMAndy Nichols2016-08-172-0/+22
* | | mark some already-clean platform plugins as Q_FOREACH-freeMarc Mutz2016-08-261-0/+1
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* | | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-3/+2
|/ /
* | 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
* | X11: Better support non-32bit visualsLouai Al-Khanji2016-04-095-12/+9
* | 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
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-012-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-2/+13
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-2/+13
| |\
| | * xcb: Fallback to Xlib screen when glXGetCurrentDisplay() returns NULLBłażej Szczygieł2016-01-182-6/+11
| | * Don't pass NULL Display to glXGetClientStringDāvis Mosāns2016-01-112-2/+8
* | | Updated license headersJani Heikkinen2016-01-159-126/+180
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-0/+4
|\| |
| * | Default to OpenGLES when building with -opengl es2Allan Sandfeld Jensen2015-12-251-0/+4
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
|/ /
* | move addition of libdl to right projectOswald Buddenhagen2015-11-161-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+4
|\|
| * Fix GLX backend in static buildsLaszlo Agocs2015-06-161-0/+4
* | Don't try to resolve symbols for xcb if QT_NO_LIBRARY is setUlf Hermann2015-06-221-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-1/+1
|\|
| * Avoid setting a swap interval for pbuffersLaszlo Agocs2015-04-271-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-251-1/+1
|\|
| * Merge dev into 5.5Oswald Buddenhagen2015-02-237-7/+7
| |\
| * | Fix compilation with ICC: failure to parse placement of Q_DECL_OVERRIDEThiago Macieira2015-02-171-1/+1
* | | GLX integration: code tidiesGiuseppe D'Angelo2015-02-231-4/+6
| |/ |/|
* | Fixed license headersJani Heikkinen2015-02-177-7/+7
|/
* Update copyright headersJani Heikkinen2015-02-119-172/+116
* QXcbWindow: use an accessor to get the screen instead of storing itSandro Mani2015-02-041-1/+4
* Support threaded OpenGL on linux again.Gunnar Sletta2015-01-102-0/+9
* Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-2011-0/+1511