summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* QtOpenGL: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+5
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-064-745/+0
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-294-1/+68
* Fix setMouseTracking on QGLWidgetLaszlo Agocs2012-06-232-7/+0
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+0
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+0
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* Remove unused isGLWidget variable.Kim Motoyoshi Kalland2012-06-011-1/+0
* Windows: Add ANGLE support.Friedemann Kleint2012-05-311-1/+2
* QtOpenGL: remove \link usagesGiuseppe D'Angelo2012-05-292-62/+61
* Add a missing pointer initializer.Jocelyn Turcotte2012-05-231-0/+1
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1013-15/+612
|\
| * Don't add C-style copyright headers to qmake project filesMarius Storm-Olsen2012-05-101-40/+0
| * Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
| * Doc: Modularize QtOpenGL documentation.Casper van Donderen2012-05-0912-15/+649
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-072-4/+4
|/
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtOpenGL]Thiago Macieira2012-05-042-4/+4
* Reset pointer to 0 after freeingLars Knoll2012-05-011-1/+3
* Removed legacy pixmap and image cleanup hooks.Kim Motoyoshi Kalland2012-04-191-7/+0
* Change coreservices -> iosIan Dean2012-04-191-1/+1
* Fix unused variable warning.Stephen Kelly2012-04-181-0/+2
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-164-16/+15
|\
| * Added iOS compatibility.Qt4iOS2012-04-131-9/+10
| * Prevent warning when using QPainter on a QGLWidget.Samuel Rødal2012-04-131-2/+1
| * Removed Qt 5 todo comments from qgl.h / qgl_p.h.Samuel Rødal2012-04-102-5/+2
| * Fixed build issue when using GLEW with MSVCAndy Nichols2012-04-101-0/+2
* | Merge master into api_changesKent Hansen2012-03-233-4/+2
|\|
| * Correctly export GL graphics engine for use in pluginsDonald Carr2012-03-222-2/+2
| * EGLFS: Integrate building into configure.Donald Carr2012-03-211-2/+0
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-1/+1
|/
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-082-5/+3
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-023-67/+67
* Prevent stack corruption when using OpenGL Core ProfileSean Harmer2012-02-281-1/+1
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-151-2/+2
* Fix compile with QT_NO_OPENGL.Andreas Holzammer2012-02-091-0/+3
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3042-42/+42
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-272-0/+6
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2513-13/+0
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-7/+8
* Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap.Kim Motoyoshi Kalland2012-01-241-2/+12
* Update contact information in license headers.Jason McDonald2012-01-2342-42/+42
* Fixed crash in GL 2 paint engine on Intel Atom.Samuel Rødal2012-01-174-11/+15