| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL | Johan Klokkhammer Helsing | 2020-01-22 | 1 | -2702/+0 |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Liang Qi | 2020-01-09 | 1 | -0/+1 |
| |\ |
|
| | * | Disable support for RasterOpModes in GL paint engine | Jean-Michaël Celerier | 2020-01-09 | 1 | -0/+1 |
| * | | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -10/+10 |
| * | | Deprecate constructing QFlags from a pointer | Allan Sandfeld Jensen | 2019-11-20 | 1 | -1/+1 |
| |/ |
|
| * | QPainter: don't print deprecated warnings for HighQualityAntialiasing | Christian Ehrlicher | 2019-10-03 | 1 | -0/+3 |
| * | QPainter: mark obsolete RenderHints as deprecated | Christian Ehrlicher | 2019-07-03 | 1 | -1/+4 |
| * | Add Grayscale16 Image Format | Allan Sandfeld Jensen | 2018-12-12 | 1 | -2/+3 |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-09-10 | 1 | -0/+1 |
| |\ |
|
| | * | Fix crash when combining QOpenGLWidget, QStaticText and Qt Quick | Eskil Abrahamsen Blomfeldt | 2018-08-24 | 1 | -0/+1 |
| * | | Implement support for 16bpc image formats | Allan Sandfeld Jensen | 2018-08-11 | 1 | -0/+1 |
| * | | Fix tiling of NPOT textures on GL/ES | Allan Sandfeld Jensen | 2018-07-27 | 1 | -8/+16 |
| * | | Move texture uploading out of QOpenGLTextureCache | Allan Sandfeld Jensen | 2018-07-27 | 1 | -4/+4 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-07-02 | 1 | -21/+17 |
| |\| |
|
| | * | Fix: bad-looking scaled rendering of painterpath in OpenGL paint engine | Eirik Aavitsland | 2018-06-28 | 1 | -21/+17 |
| * | | Add support for advanced blend equations to our OpenGL QPainter | Allan Sandfeld Jensen | 2018-03-05 | 1 | -1/+68 |
| |/ |
|
| * | Handle implicit close in QDashedStrokeProcessor | Allan Sandfeld Jensen | 2017-05-02 | 1 | -2/+1 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2017-01-30 | 1 | -1/+1 |
| |\ |
|
| | * | Use context as glyph cache key in GL paint engine | Laszlo Agocs | 2017-01-24 | 1 | -1/+1 |
| * | | Add support for OpenGL 3.2+ core profile contexts in QPainter | Julian Thijssen | 2017-01-23 | 1 | -35/+95 |
| * | | Remove OpenGL dependency from qTriangulate | Laszlo Agocs | 2017-01-18 | 1 | -2/+4 |
| |/ |
|
| * | QtGui: use new QRegion::begin()/end() instead of rect() | Marc Mutz | 2016-02-28 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-26 | 1 | -14/+1 |
| |\ |
|
| | * | Remove dead code from QOpenGLPaintEngine | Allan Sandfeld Jensen | 2016-01-21 | 1 | -14/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Don't crash when QOpenGLPaintDevice is created without context. | Gunnar Sletta | 2015-10-19 | 1 | -1/+1 |
| * | QtGui: Fix const correctness in old style casts | Thiago Macieira | 2015-03-12 | 1 | -1/+1 |
| * | Remove some uses of the private Q_PI constant | Allan Sandfeld Jensen | 2015-02-26 | 1 | -4/+3 |
| * | Use C++ <cmath> instead of <math.h> | Allan Sandfeld Jensen | 2015-02-16 | 1 | -2/+2 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2014-12-18 | 1 | -83/+161 |
| |\ |
|
| | * | Make GL2PaintEngine::drawCachedGlyphs use updateTexture | Tor Arne Vestbø | 2014-12-14 | 1 | -29/+12 |
| | * | Ensure that GL::updateBrushTexture() activates and binds properly | Tor Arne Vestbø | 2014-12-13 | 1 | -8/+18 |
| | * | GL: Make updateTexture invalidate texture on change of texture unit | Tor Arne Vestbø | 2014-12-12 | 1 | -4/+48 |
| | * | GL2PaintEngine: centralize logic for updating/preparing textures | Tor Arne Vestbø | 2014-12-11 | 1 | -49/+72 |
| | * | GL2PaintEngine: Prevent fillInPendingGlyphs from breaking gradients | Tor Arne Vestbø | 2014-12-10 | 1 | -1/+19 |
| * | | [QStaticTextItem] Drop unused members | Konstantin Ritt | 2014-12-14 | 1 | -2/+0 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2014-12-10 | 1 | -27/+26 |
| |\| |
|
| | * | Reformat QOpenGL2PaintEngineExPrivate a bit to make it easier to refactor | Tor Arne Vestbø | 2014-12-05 | 1 | -19/+14 |
| | * | Collate calls to updateTextureFilter in updateBrushTexture | Tor Arne Vestbø | 2014-12-04 | 1 | -4/+5 |
| | * | Simplify GL2PaintEngine::updateTextureFilter, it doesn't need target | Tor Arne Vestbø | 2014-12-03 | 1 | -11/+14 |
| * | | Support Alpha8 and Grayscale8 natively in the OpenGL paint engine | Allan Sandfeld Jensen | 2014-10-27 | 1 | -0/+14 |
| |/ |
|
| * | Avoid breaking BC with new virtuals in QOpenGLPaintDevice | Laszlo Agocs | 2014-10-16 | 1 | -2/+3 |
| * | Fix QOpenGLWidget on Cocoa when used as viewport | Laszlo Agocs | 2014-10-14 | 1 | -0/+4 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Use NonPremultipliedImageSrc shader when painting non-premuled images | Allan Sandfeld Jensen | 2014-09-23 | 1 | -3/+23 |
| * | Use NAmE spelling of grey (gray) | Marc Mutz | 2014-08-09 | 1 | -1/+1 |
| * | Make QOpenGLWidget public | Laszlo Agocs | 2014-08-01 | 1 | -0/+2 |
| * | Make QOpenGLTextureCache::bindTexture upload efficiently | Allan Sandfeld Jensen | 2014-07-04 | 1 | -6/+6 |
| * | Rename new QOpenGLContext APIs | Laszlo Agocs | 2014-04-25 | 1 | -4/+4 |