summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-011-1/+1
|\
| * Export the qt_gl_read_framebuffer function for use in declarativeGunnar Sletta2011-05-301-1/+1
* | 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 'origin/master' into refactorLars Knoll2011-05-041-0/+38
|\|
| * Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-031-0/+7
| * Initial import from qtquick2.Qt by Nokia2011-04-271-0/+31
* | Added QWindowContext and got wiggly up and running with xcb.Samuel Rødal2011-04-281-4/+4
|/