summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
Commit message (Expand)AuthorAgeFilesLines
* Use QPaintEngineEx to decide if font is too big for using the glyph cacheTor Arne Vestbø2013-02-071-6/+2
* Fix change-of-sign warning found by ICCThiago Macieira2013-02-021-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-295-20/+0
* 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-2215-15/+15
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1815-15/+15
* | Add support for retina glyph-based text drawing in the GL paint-engineTor Arne Vestbø2013-01-212-9/+26
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-102-11/+14
|/
* QGLTextureGlyphCache: Fix text rendering artifacts on NVIDIAJonathan Liu2012-10-261-2/+2
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-1/+1
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-5/+5
* Fixed text drawing in OpenGL 2 paint engine.Samuel Rødal2012-10-021-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2215-360/+360
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-152-3/+7
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-202-6/+23
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-063-743/+0
* Add a missing pointer initializer.Jocelyn Turcotte2012-05-231-0/+1
* Reset pointer to 0 after freeingLars Knoll2012-05-011-1/+3
* Fix unused variable warning.Stephen Kelly2012-04-181-0/+2
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-082-5/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3017-17/+17
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-255-5/+0
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-7/+8
* Update contact information in license headers.Jason McDonald2012-01-2317-17/+17
* Fixed crash in GL 2 paint engine on Intel Atom.Samuel Rødal2012-01-173-8/+14
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-4/+2
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-0517-17/+17
* Fix subpixel positioning supportJiang Jiang2011-11-081-1/+1
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-282-18/+18
* Fix compiler warnings.Friedemann Kleint2011-10-271-4/+1
* OpenGL: Remove Q_WS_ defines.Friedemann Kleint2011-10-182-36/+0
* Fixed crash in tst_QGL::multipleFBOInterleavedRendering().Samuel Rødal2011-09-071-5/+7
* Rename remaining gui/opengl source files to avoid name clashing.Samuel Rødal2011-08-301-573/+0
* Build on Windows/clean build on Linux.Friedemann Kleint2011-08-293-2761/+1
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-296-27/+27
* Move GL resource handling enablers to QtGui.Samuel Rødal2011-08-297-79/+134
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-1/+1
|\
| * Remove all non-const operator==Harald Fernengel2011-08-091-1/+1
* | compile after removal of OpenGL 1 paint engineGunnar Sletta2011-08-171-1/+2
* | Get rid of OpenGL 1.x engine and platform code from QtOpenGL.Samuel Rødal2011-08-163-21/+0
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-031-8/+2
|\|
| * Making cached glyphs drawing check clearerJiang Jiang2011-07-251-8/+2
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-212-518/+576
|\|
| * Moved red-black tree from qtriangulator.cpp into its own file.Kim Motoyoshi Kalland2011-07-152-518/+576
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-35/+2
|\|
| * Don't issue GL calls when the geometry is emptyEskil Abrahamsen Blomfeldt2011-07-051-0/+2
| * Remove QPainter::UniteClipGunnar Sletta2011-06-281-35/+0
* | Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-211-1/+0
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-0/+1
|\|