summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qplatformbackingstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix alpha blending regression with WA_StacksOnTop QOpenGLWidgetsLaszlo Agocs2019-03-301-0/+5
* Always unlock graphics buffer after binding texture during composeAndFlushTor Arne Vestbø2019-01-241-0/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+1
|\
| * Fix typo in define. s/GL_FRAMEBUFFER_SRB/GL_FRAMEBUFFER_SRGBSergio Martins2018-11-071-1/+1
* | Add logging for QPlatformBackingStore::composeAndFlushTor Arne Vestbø2018-08-071-2/+7
|/
* Fix black border around main widget with non-integer scalingAllan Sandfeld Jensen2018-06-071-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-9/+23
|\
| * Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-051-9/+23
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Flesh out and clean up QBackingStore documentationTor Arne Vestbø2017-07-141-11/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+7
|\
| * Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-071-1/+7
* | Compose renderToTexture widgets with sRGB when neededLaszlo Agocs2017-02-261-3/+31
|/
* Pick up changes to device-pixel-ratio in QRasterBackingStoreTor Arne Vestbø2016-09-271-0/+19
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* Make QOpenGLTextureBlitter publicLaszlo Agocs2016-07-291-3/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+2
| |\
| | * Remove wrong doc note for QPlatformBackingStore::flush()Gabriel de Dietrich2016-05-111-1/+2
* | | Enable QPlatformBackingStore::toImage() when QT_NO_OPENGL is definedAndy Nichols2016-04-301-2/+2
* | | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-281-3/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-7/+26
|\|
| * Support arbitrary strides in the QPlatformBackingStore compositorLaszlo Agocs2016-02-051-4/+21
| * Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-011-3/+5
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+1
|\|
| * Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-16/+64
|\|
| * Handle RGB30 formats in OpenGL backing-store integrationAllan Sandfeld Jensen2016-01-151-10/+38
| * Optimize OpenGL binding of ARGB32PM backing storeAllan Sandfeld Jensen2016-01-141-9/+29
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fix offset and size for native child rtt widgetsLaszlo Agocs2016-01-071-11/+7
* Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-2/+9
|\
| * Remove incorrect assertion from the backingstoreLaszlo Agocs2015-11-261-5/+8
| * Do not leak textures from the backing storesLaszlo Agocs2015-11-231-0/+4
* | Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-13/+29
* | Avoid image copy in toTexture() on GLES 3.0 as wellLaszlo Agocs2015-10-141-12/+17
* | Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-241-6/+1
* | QPlatformBackingStore: don't hold QBackingstoreTextureInfo in QListMarc Mutz2015-07-161-1/+1
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-1/+3
|/
* Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-011-5/+5
* Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-011-15/+44
* Add flip support to QPlatformBackingStore::toTexture()Laszlo Agocs2015-05-061-24/+38
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Bail out in composeAndFlush when makeCurrent failsLaszlo Agocs2015-01-281-1/+5
* Introducing QPlatformGraphicsBufferJørgen Lind2015-01-171-4/+50
* Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-7/+15
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Initialize textureId in platform backing storeLaszlo Agocs2014-08-251-0/+1