summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-051-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+1
|\
| * xcb: Increment iterator inside bgr888 region loopBłażej Szczygieł2017-06-281-1/+1
* | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-59/+43
|/
* xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-011-6/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-7/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-7/+9
| |\
| | * QXcbShmImage: don't use shmget()'s return unless it succeedsEdward Welbourne2016-10-121-7/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-5/+13
|\| |
| * | xcb: support nested paint operations in remote scenariosLouai Al-Khanji2016-04-291-4/+12
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-15/+22
|\| |
| * | xcb: Fix image scanline paddingLouai Al-Khanji2016-04-151-15/+22
* | | Add QPlatformBackingStore::toImage() implementationsAndy Nichols2016-04-301-2/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-21/+88
|\| |
| * | xcb: Optimize non-shm backing store flushingLouai Al-Khanji2016-04-101-21/+88
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-31/+62
|\| |
| * | QXcbBackingStore: Fix scrolling when backed with native X PixmapLouai Al-Khanji2016-03-301-32/+62
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-67/+148
|\| |
| * | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
| * | QXcbBackingStore: Minor code cleanupLouai Al-Khanji2016-03-041-8/+2
| * | xcb: Be smarter about how we flushLouai Al-Khanji2016-03-031-59/+145
* | | QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-13/+10
|/ /
* | xcb: Remove unneeded null pointer checksBłażej Szczygieł2016-02-241-11/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-1/+1
|\|
| * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-051-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-2/+7
|\|
| * xcb: Don't clear alpha on every repaintBłażej Szczygieł2016-01-141-2/+7
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Use backing store formats with alphaAllan Sandfeld Jensen2016-01-081-0/+4
* Xcb: fix crash on screen power savePaul Olav Tvete2015-10-261-2/+11
* xcb: better error reporting when shmget() failsShawn Rutledge2015-10-261-2/+2
* X11 changes for highdpiPaul Olav Tvete2015-07-301-1/+2
* Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-291-33/+12
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+1
|\
| * Fallback to malloc for insanely large windowsPaul Olav Tvete2015-03-181-1/+1
* | xcb: Fix bgr888 VNC sessionsLaszlo Agocs2015-03-301-5/+32
* | Resize backingstore properly on devicePixelRatio changesPaul Olav Tvete2015-03-251-6/+17
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-2/+2
|\|
| * Fix use-after-free bugGatis Paeglis2015-01-081-2/+2
* | Introducing QPlatformGraphicsBufferJørgen Lind2015-01-171-0/+43
* | XCB: Don't override non-existent method when QT_NO_OPENGLUli Schlachter2014-12-081-0/+2
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* devicePixelRatio support for XCBPaul Olav Tvete2014-08-191-12/+22
* Fix composition for windows with alphaLaszlo Agocs2014-08-131-2/+3
* Improve the implementation of the _NET_WM_SYNC_REQUEST protocolMartin Gräßlin2014-05-271-12/+4
* Fix xcb plugin backing store byte order issueJason Haslam2014-04-081-9/+24
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-121-0/+24
* xcb: Remove useless flushesUli Schlachter2014-01-061-4/+2
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-161-4/+0