summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qglxintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-201-723/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-24/+37
|\
| * QGLXContext survives screen removalShawn Rutledge2014-08-281-25/+36
* | Prevent current context from becoming inconsistent upon create()Laszlo Agocs2014-09-011-4/+6
* | GLX: request up to OpenGL 4.5 / ES 3.1 by defaultGiuseppe D'Angelo2014-08-151-4/+4
* | Avoid calling syncWindow with already destroyed platform windowsLaszlo Agocs2014-08-011-4/+4
* | Add support for querying "glxconfig" from native interfaceAndras Becsi2014-07-071-0/+4
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-0/+9
|\|
| * Improve the implementation of the _NET_WM_SYNC_REQUEST protocolMartin Gräßlin2014-05-271-0/+9
* | Dummy window for creating GLX context should be override redirectMartin Gräßlin2014-05-301-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+1
|\|
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-4/+24
|\|
| * Disable threaded rendering if Mesa is usedUlf Hermann2014-04-141-4/+24
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-241-16/+141
|/
* Fix deprecated setOption() usage in GLX integrationLaszlo Agocs2014-03-141-2/+2
* Use None instead of GLX_NONEAlbert Astals Cid2014-03-061-1/+1
* Fix potential null pointer access in qglxKai Koehne2014-02-241-10/+12
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-121-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-0/+80
|\
| * Disable threaded GL for nouveau drivers.Gunnar Sletta2013-11-221-6/+19
| * Avoid using GLX pbuffers on fglrxLaszlo Agocs2013-11-141-3/+16
| * Remove side effects of QGLXContext::queryDummyContext()Sean Harmer2013-11-141-0/+8
| * Disable threaded rendering for Intel HD 3000 cards.Gunnar Sletta2013-11-061-4/+18
| * Don't support threaded GL on chromium (virtual box GL)Gunnar Sletta2013-10-291-0/+32
* | Add swapInterval to QSurfaceFormatLaszlo Agocs2013-11-131-3/+35
|/
* xcb: every window should have a title in debug modeShawn Rutledge2013-10-091-0/+3
* XCB: support creation of OpenGL ES profilesGiuseppe D'Angelo2013-03-121-46/+78
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-159/+54
|\
| * Fix OpenGL context creation in the XCB pluginFredrik Höglund2013-02-231-159/+54
* | Pass the surface format to qglx_surfaceFormatFromGLXFBConfigGiuseppe D'Angelo2013-02-231-2/+2
* | Enforce OpenGL context creation under XCBGiuseppe D'Angelo2013-02-231-3/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-12/+13
|\|
| * Fix the GL_CONTEXT_FLAG_DEBUG_BIT checkFredrik Höglund2013-02-151-1/+5
| * Fix the GL_CONTEXT_PROFILE_MASK checkFredrik Höglund2013-02-131-9/+5
| * Fix the GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT checkFredrik Höglund2013-02-131-1/+1
| * Check for GLX_ARB_create_context_profile before specifying a profileFredrik Höglund2013-02-131-1/+2
* | Added QOffscreenSurface class.Yoann Lopes2013-02-181-5/+55
|/
* Don't ignore QSurfaceFormat::Options in the XCB pluginFredrik Höglund2013-02-121-5/+15
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Check for GLX_ARB_create_context extension before using it.Allan Sandfeld Jensen2013-01-161-1/+3
* xcb: Fix a colormap leakUli Schlachter2012-11-021-0/+1
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-031-52/+210
* XCB: Correctly report the created OpenGL context version and profileSean Harmer2012-09-261-8/+69
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-2/+2
* Only use glXCreateContext if glXCreateContextAttribsARB did not succeed.Zeno Albisser2012-08-071-16/+13
* XCB: Correction to OpenGL version check for profile supportSean Harmer2012-08-041-1/+1
* XCB: Record the OpenGL profile in the formatSean Harmer2012-07-231-0/+1
* Fix compilation for some glxext.h header versionsGunnar Sletta2012-07-121-0/+13