summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Fix native RGB text on OpenGL ES 2 without BGRA extensionEskil Abrahamsen Blomfeldt2012-11-062-3/+19
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-1/+1
* Fix valgrind warning in QTriangulatingStroker.Friedemann Kleint2012-10-241-1/+4
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-223-12/+13
* Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly.Jason Barron2012-10-161-0/+2
* Fix warnings from syncqt.Friedemann Kleint2012-10-133-2/+4
* Fixed text drawing in OpenGL 2 paint engine.Samuel Rødal2012-10-021-2/+2
* OpenGL: Remove API for stubbed Geometry shader support in gui/openglSean Harmer2012-09-242-145/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2237-888/+888
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-152-3/+7
* Fix compilation on HarmattanSimon Hausmann2012-09-141-0/+9
* 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