summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qglxintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* XCB: Use glXCreateContextAttribsARB if availableSean Harmer2012-07-111-1/+43
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-1/+1
* Properly read back the actual format in xcb and xlib plugins.Samuel Rødal2012-02-101-1/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fall back on glXChooseVisual() if glXChooseFBConfig() doesn't work.Samuel Rødal2012-01-271-8/+21
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Better handling of GLX / EGL errors.Samuel Rødal2011-12-071-4/+22
* Fixed crashes from tests using xcb plugin with -qtnamespace.Rohan McGovern2011-11-181-0/+4
* The XCB plugin should not rely on QT_CONFIG=opengl anymoreGunnar Sletta2011-08-311-1/+0
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-3/+3
* Removed Q_XCB_NOOP's from QGLXContext.Samuel Rødal2011-08-091-13/+1
* OpenGL API refactor.Samuel Rødal2011-06-211-14/+10
* Fix QtPlatformSupport when compiling with glx and xcbJørgen Lind2011-06-101-1/+1
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-25/+26
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-1/+0
|\|
| * Dont do doneCurrent in swapBuffersJørgen Lind2011-05-051-1/+0
* | Dont call QPlatformGLContext::makeCurrent from subclassJørgen Lind2011-04-281-2/+0
* | Added QWindowContext and got wiggly up and running with xcb.Samuel Rødal2011-04-281-6/+7
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+154