summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Add method to set size of QOpenGLPaintDevice.Kim Motoyoshi Kalland2012-06-012-2/+19
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-4/+4
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-3/+3
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-3/+3
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* | Fixed QOpenGLBuffer::map and unmap implementations.Samuel Rødal2012-05-071-23/+2
|/
* Allow creation of QOpenGLShaderProgram without a current contextSean Harmer2012-05-021-3/+3
* Initialize QOpenGLFunctions before using it in QOpenGLShaderProgramSean Harmer2012-05-021-0/+1
* Fix warning about narrowing inside {}Olivier Goffart2012-05-011-1/+1
* Reset pointer to 0 after freeingLars Knoll2012-05-011-1/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-173-3/+3
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+2
| |\
| * \ Merge master into api_changesKent Hansen2012-03-271-1/+1
| |\ \
| * | | QtGui: make some constructors explicitMarc Mutz2012-03-143-3/+3
* | | | Remove incorrect inclusion of GL support headers given EGL presenceDonald Carr2012-04-161-1/+1
| |_|/ |/| |
* | | Fixed build issue when using GLEW with MSVCAndy Nichols2012-04-101-0/+2
| |/ |/|
* | Silence a warning about a change of sign.Thiago Macieira2012-03-241-1/+1
|/
* Remove unneeded check.Sergio Martins2012-03-101-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-021-5/+5
* Set texture parameters before allocating the texture.Gunnar Sletta2012-03-011-4/+6
* Prevent stack corruption when using OpenGL Core ProfileSean Harmer2012-02-281-1/+2
* Use "OpenGL" instead of just "GL" in documentation.Samuel Rødal2012-02-244-37/+37
* Add GL_BGR to the list of defined GL constants, right next to GL_BGRASimon Hausmann2012-02-211-0/+3
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-151-2/+2
* Remove a couple of QtGui/QtGui header entriesAndy Shaw2012-02-152-2/+2
* Added support for resetting QOpenGLFramebufferObject attachments.Samuel Rødal2012-02-153-27/+82
* Produce unimplemented warning for QOpenGLBuffer::map only onceAlex Wilson2012-02-151-2/+10
* Don't crash when source or target is nullGunnar Sletta2012-01-301-2/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3037-37/+37
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-273-4/+9
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2512-12/+0
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-1/+1
* Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap.Kim Motoyoshi Kalland2012-01-241-2/+12
* Make it possible to compile with -no-opengl.Andreas Holzammer2012-01-247-37/+66
* Mark QTriangulatingStroker as Q_GUI_EXPORTAlex Wilson2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-2337-37/+37
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-4/+2
* Don't include qdialog.hLars Knoll2012-01-121-1/+0
* Fixed QOpenGLShader::log().Kim Motoyoshi Kalland2012-01-111-1/+0
* We should return texture id 0 for invalid images and pixmapsJørgen Lind2012-01-101-0/+4
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-0537-37/+37
* Export QOpenGLTextureCacheJørgen2012-01-041-1/+1
* Remove template <class T> class QRingBufferJoão Abecasis2011-12-121-72/+0
* opengl: Do not crash when programGuard is a nullptrHolger Hans Peter Freyther2011-12-011-1/+1
* QtGui: Fix a crash in OpenGL on Windows.Friedemann Kleint2011-11-291-0/+4
* Add comment to the obscure initialization of QOpenGLFunctions.Friedemann Kleint2011-11-281-0/+4
* Fixed compile of QtGui with -qtnamespace.Rohan McGovern2011-11-171-4/+4
* Fix subpixel positioning supportJiang Jiang2011-11-081-6/+7