summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-240/+61
|\
| * Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-171-2/+2
| |\
| | * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-2/+2
| | |\
| * | | Remove duplicated code for handling OpenGL extensions in QtOpenGLTor Arne Vestbø2013-02-171-223/+61
| |/ /
| * | Drop the unused qt_gl_convertToGLFormat functionGiuseppe D'Angelo2013-01-291-5/+0
| * | Drop the unused QGLContextPrivate::convertToGLFormat functionGiuseppe D'Angelo2013-01-291-12/+0
* | | Make sure QGLWidget::setContext() is correctly documented as obsolete.Samuel Rødal2013-03-151-1/+7
| |/ |/|
* | Rename function to fix symbol clash in static buildKai Koehne2013-02-111-2/+2
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fixed deadlock situation in QtOpenGL's texture management.Samuel Rødal2012-12-141-0/+5
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-1/+3
* OpenGL: Remove bogus error in textures example on ES 2 platformsSean Harmer2012-12-011-0/+2
* Added explicit threading API to QtOpenGL.Samuel Rødal2012-11-301-11/+34
* Remove legacy classes from "Painting in 3D" list.Gunnar Sletta2012-11-281-8/+0
* Improve OpenGL docsJan Arve Saether2012-11-271-1/+6
* Get rid of deprecated functionality in QtOpenGL.Samuel Rødal2012-11-221-77/+2
* Made renderText() work in samplebuffers example.Samuel Rødal2012-11-221-23/+17
* Make QGLWidget::paintGL() call glClear().Morten Johan Sorvig2012-11-031-0/+1
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-031-0/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed potential use of uninitialized variable in qgl.cppSamuel Rødal2012-09-191-1/+1
* OpenGL: Add flags and logic for newer versions of OpenGL in QGLFormatSean Harmer2012-09-191-1/+25
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-201-3/+26
* QtOpenGL: remove \link usagesGiuseppe D'Angelo2012-05-291-58/+57
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-9/+9
|\
| * Doc: Modularize QtOpenGL documentation.Casper van Donderen2012-05-091-9/+9
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
|/
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtOpenGL]Thiago Macieira2012-05-041-3/+3
* Removed legacy pixmap and image cleanup hooks.Kim Motoyoshi Kalland2012-04-191-7/+0
* Merge master into api_changesKent Hansen2012-03-231-1/+1
|\
| * Correctly export GL graphics engine for use in pluginsDonald Carr2012-03-221-1/+1
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-1/+1
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-55/+55
* Prevent stack corruption when using OpenGL Core ProfileSean Harmer2012-02-281-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fixed QGLContext::getProcAddress() to return a function pointer.Samuel Rødal2012-01-161-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-281-17/+13
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-2/+2
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-031-55/+0
* Fixed tst_QGL::destroyFBOAfterContext().Samuel Rødal2011-09-071-0/+1
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-9/+13
* Move GL resource handling enablers to QtGui.Samuel Rødal2011-08-291-131/+1
* compile after removal of OpenGL 1 paint engineGunnar Sletta2011-08-171-6/+0
* Get rid of OpenGL 1.x engine and platform code from QtOpenGL.Samuel Rødal2011-08-161-603/+7
* Get rid of unused convenience class in QtOpenGL.Samuel Rødal2011-08-161-4/+0
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-11/+11
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-211-30/+0
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-4/+4