summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
Commit message (Expand)AuthorAgeFilesLines
* QPainter: don't print deprecated warnings for HighQualityAntialiasingChristian Ehrlicher2019-10-031-0/+3
* QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-031-1/+4
* More nullptr usage in headersKevin Funk2019-03-143-4/+4
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* Guard QGL2PaintEngineEx/QGLPaintDevice against using unset contextTor Arne Vestbø2018-08-071-2/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+2
|\
| * Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+2
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-38/+38
|/
* Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
* Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+6
* Add missing override into Qt modulesAlexander Volkov2016-12-011-2/+2
* Remove last traces of MeeGoLars Knoll2016-11-232-455/+0
* Standardize some "We mean it" commentsFriedemann Kleint2016-08-171-3/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-122-12/+9
|\
| * OpenGL: use const (and const APIs) moreAnton Kudryavtsev2016-04-202-12/+9
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-6/+9
|\|
| * QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-6/+9
* | QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-3/+3
|/
* Updated license headersJani Heikkinen2016-01-1515-210/+300
* Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-7/+7
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-2/+1
|\
| * Fix warnings about unused variablesThiago Macieira2015-08-061-2/+1
* | Delete the d_ptr in the destructorHolger Hans Peter Freyther2015-06-121-0/+1
|/
* Fix subpixel rendered text in QGLWidgetAllan Sandfeld Jensen2015-05-301-7/+11
* Make data tables const.Volker Krause2015-05-051-1/+1
* 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-1115-105/+105
* [QStaticTextItem] Drop unused membersKonstantin Ritt2014-12-141-2/+0
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-033-38/+38
* Fixed QtGui's GL paint engine getting out of sync when using QtOpenGLSamuel Rødal2014-11-112-1/+21
* Fix for current_fbo getting out of sync in QtOpenGLSamuel Rødal2014-11-111-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-2415-285/+165
* Use NAmE spelling of grey (gray)Marc Mutz2014-08-091-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-063-9/+17
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-013-8/+8
| |\
| | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-253-8/+8
| * | 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-285-96/+104
|/
* Resurrect QGLWidget::renderText()Laszlo Agocs2014-03-155-3/+32
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-043-9/+9
* Fix some typosSergio Ahumada2014-03-031-1/+1
* 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-194-29/+29
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-144-56/+66
* Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-5/+5
* Fix radial gradient shader compilation for OpenGL ES 2.0.Carsten Munk2013-12-051-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Remove code that doesn't do anything.Gunnar Sletta2013-09-261-12/+0