summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated code for handling OpenGL extensions in QtOpenGLTor Arne Vestbø2013-02-171-41/+28
* Use QPaintEngineEx to decide if font is too big for using the glyph cacheTor Arne Vestbø2013-02-071-6/+2
* 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-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add support for retina glyph-based text drawing in the GL paint-engineTor Arne Vestbø2013-01-211-9/+25
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-10/+12
|/
* 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-221-24/+24
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-201-1/+13
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-061-1/+0
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-081-4/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-7/+8
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fixed crash in GL 2 paint engine on Intel Atom.Samuel Rødal2012-01-171-3/+7
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix subpixel positioning supportJiang Jiang2011-11-081-1/+1
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-281-10/+10
* OpenGL: Remove Q_WS_ defines.Friedemann Kleint2011-10-181-33/+0
* Fixed crash in tst_QGL::multipleFBOInterleavedRendering().Samuel Rødal2011-09-071-5/+7
* Build on Windows/clean build on Linux.Friedemann Kleint2011-08-291-1/+1
* Move GL resource handling enablers to QtGui.Samuel Rødal2011-08-291-3/+2
* 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-161-9/+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 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 branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-201-11/+22
|\|
| * Fall back to using paths for large fonts in drawStaticText()Eskil Abrahamsen Blomfeldt2011-05-181-11/+22
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-1/+7
|\|
| * Added support for six-parameter radial gradients.Samuel Rødal2011-05-101-1/+7
* | Fix compilation of QtOpenGL.Samuel Rødal2011-05-041-2/+2
|/
* Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-031-2/+29
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2458