summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-151-1/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-071-2/+2
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-7/+9
* xcb: Return standalone image from QXcbBackingStore::toImage()Tor Arne Vestbø2021-11-191-1/+7
* xcb: Don't mark scrolled area as flushed when doing client side scrollTor Arne Vestbø2021-11-181-8/+9
* xcb: Ensure we have pixmap GC before trying to flush to it during scrollTor Arne Vestbø2021-11-181-2/+2
* xcb: Prepare correct area when doing client side backingstore scrollTor Arne Vestbø2021-11-181-2/+4
* xcb: Flush scrolled region of backingstore to client when requesting imageTor Arne Vestbø2021-10-051-1/+6
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-221-2/+11
* Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-2/+2
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
* 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