summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: respect big-request encoding in max request sizeGatis Paeglis2019-02-061-8/+9
* configure: make xcb-render a hard dependency for xcb pluginGatis Paeglis2019-01-031-12/+0
* configure: properly atomize render vs. renderutilGatis Paeglis2019-01-031-6/+0
* Fix image grab when XCB is rgb-swappingAllan Sandfeld Jensen2018-11-111-0/+3
* xcb: qxcbconnection_basicGatis Paeglis2018-10-171-9/+9
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-57/+86
|\
| * xcb: make sure we have a valid m_qimage in backing storeGatis Paeglis2018-08-131-50/+61
* | xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-101-12/+193
|/
* xcb: fix regression with remote X11 clientsGatis Paeglis2018-06-111-45/+62
* xcb: cleanup the code for detecting when to create/destroy SHM segmentGatis Paeglis2018-04-141-6/+8
* xcb: various coding style cleanups in qxcbbackingstoreGatis Paeglis2018-04-091-36/+32
* xcb: rename two classes in qxcbbackingstoreGatis Paeglis2018-04-091-21/+21
* xcb: Prevent shared memory allocation on every window resizeBłażej Szczygieł2018-03-141-35/+83
* xcb: Fix developer buildFriedemann Kleint2018-02-191-0/+3
* xcb: Fix access to shm for X server running from another userAlexander Volkov2018-02-151-35/+98
* xcb: Enhance SHM management codeAlexander Volkov2018-02-151-39/+64
* xcb: port away from last QRegion::rects()Marc Mutz2017-12-061-5/+4
* xcb: share code for QRegion -> xcb_rectangle_t[] conversionMarc Mutz2017-12-061-10/+1
* xcb: Speed-up image scrollingBłażej Szczygieł2017-11-231-47/+152
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-2/+2
|\
| * Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-051-2/+2
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* 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