summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-5/+1
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-081-1/+1
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-071-44/+9
* Remove custom sort implementation in QTriangulator in favour of std::sort.Robin Burchell2012-09-041-126/+3
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-08-313-8/+87
* MSVC/OpenGL: Fix warnings about macro redefinition..Friedemann Kleint2012-08-301-8/+0
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-2010-1401/+13437
* Improve the QOpenGLExtensionMatcher classSean Harmer2012-08-072-50/+11
* OpenGL: Add finer-grained functionality checks for NPOT texturesSean Harmer2012-08-062-3/+5
* OpenGL: Fix typo in extension nameSean Harmer2012-08-011-1/+1
* Don't join between 2 same pointsCharles Yin2012-07-171-2/+4
* Add protected virtual ensureActiveTarget() to QOpenGLPaintDeviceJocelyn Turcotte2012-07-113-0/+15
* Fix division by zero in triangulating stroker.Kim Motoyoshi Kalland2012-07-062-20/+49
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-065-8/+7
* Clean up attribute arrays flags in OpenGL glyph cacheEskil Abrahamsen Blomfeldt2012-07-061-0/+3
* Do not delete m_blitProgram more than onceJiang Jiang2012-07-051-1/+0
* Removed private header warning from public QOpenGLPaintDevice header.Samuel Rødal2012-07-041-12/+0
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-285-0/+7
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-185-6/+10
* OpenGL: Update QOpenGLFunctions docs to remove widget codeSean Harmer2012-06-141-4/+25
* 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