summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
Commit message (Expand)AuthorAgeFilesLines
* More ABI changes for ABI_VIDEODRV_VERSION 25.2Chris Wilson2020-11-161-1/+1
* Track ABI changes for ABI_VIDEODRV_VERSION 25.2Chris Wilson2020-11-161-3/+3
* sna: Avoid selecting gen9 backend for future genChris Wilson2020-05-111-0/+2
* sna: Forcibly relinquish the GPU bo cache of a SHM pixmap on flushingChris Wilson2020-04-171-2/+10
* sna: Restore blt fallback backendChris Wilson2020-04-171-3/+0
* Revert "sna: Close each client op with an arbitrartion check"Chris Wilson2019-12-091-2/+0
* sn: fix PRIME output support since xserver 1.20Peter Wu2019-11-151-3/+3
* sna: Close each client op with an arbitrartion checkChris Wilson2019-11-021-0/+2
* sna: Fix compiler warnings due to DrawablePtr vs. PixmapPtrVille Syrjälä2019-09-191-1/+19
* sna: Annotate more fall throughsVille Syrjälä2019-09-191-0/+3
* sna: undef FontSetPrivate() before redefining itVille Syrjälä2019-09-191-0/+1
* sna: Disable the reduced flush optimisationChris Wilson2018-09-051-0/+4
* sna: Add some debug output for clipping in stippled_1_bltChris Wilson2018-04-061-4/+10
* sna: Fix the relocation dword for stippled_1_bltChris Wilson2018-04-061-1/+1
* sna: Allow a PRIME pixmap to be reusedChris Wilson2017-11-081-1/+16
* sna: Fixup for fb24 xorg ABI changeChris Wilson2017-03-201-0/+2
* sna: Assert that PolySegment boxes are not emptyChris Wilson2017-03-101-2/+9
* sna: Filter out all degenerate PolySegmentChris Wilson2017-03-101-6/+25
* sna: Remove stale assert for pixmap dirty trackingChris Wilson2017-03-091-2/+0
* sna: Prevent switching to GPU rendering when given a SHM pixmapChris Wilson2016-11-301-15/+17
* sna: Handle GetImage planemask inplaceChris Wilson2016-09-281-3/+12
* sna: Add CPU damage to DRI flushChris Wilson2016-08-171-0/+8
* sna: Split SHM and DRI flush trackingChris Wilson2016-08-021-57/+71
* sna: Only flush GPU bo for a damage eventChris Wilson2016-08-021-5/+63
* Adapt to libXfont2 ABI changesChris Wilson2016-07-201-0/+5
* Update to ABI 22 and NotifyFdChris Wilson2016-07-201-2/+9
* sna/gen9: Quick and dirty implementationChris Wilson2016-04-061-2/+3
* sna: Ensure the scanout is fully flushed on LeaveVTChris Wilson2016-03-161-0/+1
* sna: Add DBG for small_copy()Chris Wilson2015-11-271-1/+5
* Re-enable acceleration!Chris Wilson2015-11-191-1/+1
* Rename Option "NoAccel" to "Accel"Chris Wilson2015-11-191-1/+1
* sna: Allow a CPU bo to be read by the GPU as we read from itChris Wilson2015-11-091-1/+1
* sna: Check for system memory contents when looking for empty sourcesChris Wilson2015-08-201-2/+3
* sna: Skip a no-op copyChris Wilson2015-08-071-0/+9
* sna: Fix off by one in constructing XCopyPlane on bdwChris Wilson2015-07-291-2/+4
* sna: Add a few more DBG and assertions around Present/TearFree interactionsChris Wilson2015-07-261-2/+5
* sna: Add a small pixmap sanity checkChris Wilson2015-07-261-0/+4
* sna: Add a some DBG info to Window creation/destructionChris Wilson2015-07-261-4/+12
* sna: Add a DBG trace to reusing pixmap headersChris Wilson2015-07-261-0/+3
* sna: Pass scanout flag when creating PRIME boChris Wilson2015-06-091-4/+4
* sna: Flush SlavePixmap dirty rects before calling ProcessPendingChris Wilson2015-06-091-4/+8
* sna: Only add the COW to the flush write if exported for writingChris Wilson2015-06-051-3/+3
* sna: Add COW source pixmap to flushing listChris Wilson2015-06-051-4/+10
* sna: Mark GPU as wholly damage when replacing a drawableChris Wilson2015-06-021-1/+4
* sna/dri2: Only attempt to change tiling when requiredChris Wilson2015-06-011-0/+1
* sna: Double check that a tiling change request results in a changeChris Wilson2015-06-011-0/+6
* sna: Wrap GetImage with sigtrapChris Wilson2015-05-181-1/+2
* sna/glyphs: Improve handling of low bitdepth mask format conversionsChris Wilson2015-05-181-3/+3
* sna: Markup a couple more potential mmap() accessesChris Wilson2015-05-171-55/+65
* sna: Wrap CPU access for composite operations with sigtrapChris Wilson2015-05-171-15/+23