summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Guard QGL2PaintEngineEx/QGLPaintDevice against using unset contextTor Arne Vestbø2018-08-071-2/+1
* QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-3/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtOpenGL: Fix const correctness in old style castsThiago Macieira2015-03-261-1/+1
* Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-261-4/+3
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* [QStaticTextItem] Drop unused membersKonstantin Ritt2014-12-141-2/+0
* Fixed QtGui's GL paint engine getting out of sync when using QtOpenGLSamuel Rødal2014-11-111-1/+20
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Use NAmE spelling of grey (gray)Marc Mutz2014-08-091-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-6/+14
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-5/+5
| |\
| | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-5/+5
| * | Don't use GL_REPEAT for image-brush drawing on OpenGL ES2Allan Sandfeld Jensen2014-04-251-1/+9
| |/
* / Remove direct OpenGL calls from QtOpenGLLaszlo Agocs2014-04-281-44/+51
|/
* Resurrect QGLWidget::renderText()Laszlo Agocs2014-03-151-0/+17
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-6/+6
* Fix texture glyph cache setup in old OpenGL paint engineTor Arne Vestbø2014-02-241-7/+6
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-23/+23
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-40/+48
* Remove code that doesn't do anything.Gunnar Sletta2013-09-261-12/+0
* Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-081-12/+36
* Set projection matrix for systems with OpenGL 3.1Wouter Huysentruit2013-07-031-0/+2
* Fixed static linking against QtGui and QtOpenGLradman0x2013-05-241-12/+12
* 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