summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2913-52/+0
* QOpenGLTextureCache : make it possible to skip qgl_byteSwapImageElvis Lee2013-01-252-3/+7
* Don't assume m11/m22 represents the scale of a QTransformTor Arne Vestbø2013-01-241-1/+7
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2237-37/+37
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1837-37/+37
* | Add support for retina glyph-based text drawing in the GL paint-engineTor Arne Vestbø2013-01-212-9/+26
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-1/+1
|\|
| * Don't assume QSurfaceFormat's stencil buffer size is >= 0Tor Arne Vestbø2013-01-101-1/+1
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-102-12/+14
|/
* Remove some dead code from qtriangulator.cppThiago Macieira2013-01-031-39/+0
* Some fixes to the OpenGL docs in GUIGunnar Sletta2012-12-121-4/+40
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* Fixed memory leak in assign operator of QOpenGLBufferVadim Zakondyrin2012-11-191-1/+3
* Simplify and speed up OpenGL framebuffer grabbing.aavit2012-11-091-54/+13
* 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