summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Use improved QLibrary search heuristics in qgl_x11.cppSean Harmer2012-07-271-0/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Squashed merge of the master-temp branch.David Boddie2011-05-061-4/+0
|/
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fixed drawing of QPixmaps with masks in the GL 2 and X11 engines.Trond Kjernåsen2010-09-221-0/+4
* remove extra includesRitt Konstantin2010-09-211-0/+1
* Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-111-1/+1
* Compile fix.Samuel Rødal2010-06-111-2/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-081-143/+224
|\
| * Protected call to glXChooseFBConfig with appropriate defines.Samuel Rødal2010-06-071-0/+11
| * Use the new OpenGL 3.* context/profile if asked with X11/GLX.Riku Palomäki2010-06-071-6/+69
| * Splitted attrib_list generation into buildSpec from QGLContext::tryVisual.Riku Palomäki2010-06-071-137/+144
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-0/+3
|\ \ | |/ |/|
| * Fix the bindTexture() filters on X11 to not rely on mipmap generation.Trond Kjernåsen2010-06-031-0/+3
* | Add runtime check for GLX >= 1.3 before using glXCreatePixmapTom Cooksey2010-04-091-0/+8
* | Avoid having to create temporary QPixmaps when binding to textureTom Cooksey2010-03-261-3/+3
* | Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-101-1/+1
|/
* Fixed a GLX warning that occured with some Intel chipsets under X11.Trond Kjernåsen2010-02-151-2/+5
* Fixed a crash under X11 when drawing QPixmaps to QGLPixelBuffers.Trond Kjernåsen2010-01-201-1/+5
* Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-80/+58
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Removed temporary QGLWidget created during QGLWidget/X11 initialization.Trond Kjernåsen2010-01-051-2/+67
* | Remove QGLShareRegister and transfer its functionality to QGLContextGroupRhys Weatherley2010-01-051-1/+1
|/
* Optimize our GL extension checks to avoid mallocs.Trond Kjernåsen2009-12-101-12/+12
* Fixed querying of GLX extensions under X11.Trond Kjernåsen2009-11-161-13/+14
* Added QImagePixmapCleanupHooks functions for enabling hooks.Samuel Rødal2009-10-291-1/+2
* Use glXGetProcAddress to resolve glx extensionsTom Cooksey2009-09-291-32/+60
* Performance: reduce TLS overhead of QGLContext::currentContext()Rhys Weatherley2009-09-141-10/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-081-2/+0
* Make QGLFramebufferObject work again using new QGLPaintDevice APITom Cooksey2009-09-081-1/+1
* Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-081-1/+2
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Attempting to make EGL compile again and fix some potentialGunnar Sletta2009-08-281-2/+3
* | make x11 compile...Gunnar Sletta2009-08-271-3/+3
* | New variant of QGLContext::bindTexture that does not require mipmap generationGunnar Sletta2009-08-271-5/+7
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-301-74/+125
|\ \
| * | Fix build on Solaris x86 with old Mesa glx headersTom Cooksey2009-07-291-5/+8
| * | Refactor texture_from_pixmap to not re-create the gl surface each bindTom Cooksey2009-07-291-73/+121
* | | Port of Qt to VxWorksRobert Griebl2009-07-291-0/+12
|/ /
* | Disable Texture-From-Pixmap on everything other than LinuxTom Cooksey2009-07-281-1/+6
* | Fix build on SolarisTom Cooksey2009-07-271-2/+5