summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Fixed error in QGLFramebufferObject and QOpenGLFramebufferObject docs.Samuel Rødal2013-02-151-2/+2
* Rename function to fix symbol clash in static buildKai Koehne2013-02-113-7/+7
* Fixed missing support for single buffered OpenGL on OS X.Samuel Rødal2013-02-051-1/+1
* Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-02-011-27/+1
|\
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-27/+1
| |\
| | * Remove out-dated duplicate logic from qgl.hSean Harmer2013-01-271-27/+1
* | | substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-011-1/+1
|/ /
* | Doc: Fix module name formatSze Howe Koh2013-01-253-3/+3
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-1847-47/+47
|/
* Fix bug in multisampling handling when converting from surface formatSean Harmer2013-01-021-2/+2
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-211-1/+1
* Fixed deadlock situation in QtOpenGL's texture management.Samuel Rødal2012-12-141-0/+5
* Docs: Fix referencesChristian Stenger2012-12-131-1/+2
* OpenGL Examples: added example path for QtCreatorChristiaan Janssen2012-12-121-0/+2
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* Doc: Edited Qt OpenGL configuration to output correct QCH titles.Jerome Pasion2012-12-031-2/+3
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-012-2/+7
* OpenGL: Remove bogus error in textures example on ES 2 platformsSean Harmer2012-12-011-0/+2
* Fix example documentation for OpenGL module and (widget) Tools.Gunnar Sletta2012-11-302-0/+46
* Added explicit threading API to QtOpenGL.Samuel Rødal2012-11-308-25/+84
* Fix Qt OpenGL overview.Lars Knoll2012-11-303-33/+118
* Remove legacy classes from "Painting in 3D" list.Gunnar Sletta2012-11-281-8/+0
* Commented confusing QWriteLocker use in QGLTextureCache::getTexture().Samuel Rødal2012-11-271-0/+1
* Properly deprecated QGLFramebufferObject and QGLFramebufferObjectFormatSamuel Rødal2012-11-271-1/+5
* Improve OpenGL docsJan Arve Saether2012-11-278-2/+15
* Fixed crash in tst_qglthreads.Samuel Rødal2012-11-261-1/+1
* Fix example paths in example manifests that are used by Qt Creator.Eike Ziller2012-11-261-0/+2
* Get rid of deprecated functionality in QtOpenGL.Samuel Rødal2012-11-224-90/+4
* Made renderText() work in samplebuffers example.Samuel Rødal2012-11-221-23/+17
* Properly initialize glViewport() to appropriate value in QGLPixelBuffer.Samuel Rødal2012-11-211-0/+1
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-201-14/+8
|\
| * Doc: Cleaning up QHP information in module configuration files.Jerome Pasion2012-11-071-12/+7
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-022-3/+2
| |\
| * | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-261-1/+0
| * | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-262-8/+6
| |\ \
| * \ \ Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-191-1/+1
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-161-0/+5
| |\ \ \ \
| * | | | | doc: Add a bunch of missing dependsTor Arne Vestbø2012-10-161-1/+1
* | | | | | Fixed memory leak in assign operator of QGLBufferVadim Zakondyrin2012-11-191-1/+3
* | | | | | Make QGLWidget::paintGL() call glClear().Morten Johan Sorvig2012-11-031-0/+1
| |_|_|_|/ |/| | | |
* | | | | Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* | | | | QGLTextureGlyphCache: Fix text rendering artifacts on NVIDIAJonathan Liu2012-10-261-2/+2
| |_|_|/ |/| | |
* | | | Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-1/+1
* | | | Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-5/+5
* | | | remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
| |_|/ |/| |
* | | Change the default major version of QGLFormat to 2.Jason Barron2012-10-191-1/+1
| |/ |/|
* | Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly.Jason Barron2012-10-161-0/+2
* | OpenGL: Add missing WINAPI calling convention for QGL functionsSean Harmer2012-10-131-0/+3
|/
* Modularize documenation buildTor Arne Vestbø2012-10-102-6/+4
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-031-0/+8