summaryrefslogtreecommitdiff
path: root/src/sna/fb
Commit message (Expand)AuthorAgeFilesLines
* meson: Add meson build systemVille Syrjälä2018-02-061-0/+31
* sna: Handle GetImage planemask inplaceChris Wilson2016-09-281-3/+9
* sna: Prevent a crash from an invalid EDID readChris Wilson2015-07-102-8/+0
* sna: Make error debug tracing available at normal debug levelsChris Wilson2014-12-161-9/+1
* sna: Adapt to changes in internal render API in Xorg-1.17Chris Wilson2014-10-241-1/+11
* sna: Silence compiler warnings for discarding const Region pointsChris Wilson2014-06-113-8/+8
* sna: Simplify code when no 64-bit registers are available in the ISAChris Wilson2014-03-121-10/+13
* sna: More assertions for tracking gc->pCompositeClipChris Wilson2014-01-211-1/+1
* sna: Cull the DBG spew to stderrChris Wilson2014-01-171-1/+4
* Remove uneeded headersZdenek Kabelac2013-11-252-2/+0
* sna: Process all clip boxes when rastering segmentsChris Wilson2013-11-012-8/+21
* sna: Eliminate a DBG compile warn for 32-bit buildsChris Wilson2013-09-261-1/+1
* intel: Compile fixes for base install of SLED11.sp3Chris Wilson2013-09-181-0/+1
* Micro-optimise box intersectionsRaul Fernandes2013-08-081-1/+6
* intel: Suppress some extremely noisy warningsChris Wilson2013-07-291-1/+1
* sna: Restore glyphs with xorg-1.12Chris Wilson2013-02-102-11/+14
* sna: Reorder some includes so that compat-api.h comes after the headers it wraps2.21.1Chris Wilson2013-02-101-3/+2
* sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson2013-02-106-21/+58
* sna: Move the source region to the CPU for a self-copy fallback CopyAreaChris Wilson2012-10-201-1/+1
* sna: Refactor the fallback CopyArea to use the common region computationChris Wilson2012-10-051-2/+2
* sna: Accommodate changes to the Damage extension not unwrapping the GCChris Wilson2012-09-251-0/+1
* sna: Remove special casing of drawing depth=1 glyphsChris Wilson2012-09-181-0/+6
* sna: Pass the hints down to the PolyPoint fallbackChris Wilson2012-09-073-12/+72
* sna: Fix PolyPoint fallback through a complex clipChris Wilson2012-09-072-22/+16
* sna: Fix comparison of memcpy overlap to include x-offsetsChris Wilson2012-09-051-8/+7
* sna: Port prime interfacingChris Wilson2012-09-041-5/+9
* sna: compare the correct trailing dword when skipping identical bitmap linesChris Wilson2012-08-191-3/+1
* sna: Use a compile time constant for determine the zeroth bitChris Wilson2012-08-081-4/+5
* sna: Ignore trailing bits when comparing lines inside the bitmapChris Wilson2012-08-081-1/+8
* sna: Compile against xorg-1.10Chris Wilson2012-07-261-2/+26
* sna: Fix processing of the last fallback boxChris Wilson2012-07-181-1/+1
* sna: Add more DBG for fallback processingChris Wilson2012-07-186-56/+53
* sna: Tweak fast blt pathChris Wilson2012-07-171-21/+18
* sna: prefer fbBlt over pixman_bltChris Wilson2012-07-171-28/+13
* sna: Fix reversal of inside logic for BitmapToRegionChris Wilson2012-07-091-2/+2
* sna: Simplify the DBG incarnationChris Wilson2012-07-091-1/+1
* sna: Rename conflicting symbols with uxaChris Wilson2012-07-094-0/+45
* sna: Just use a linear scan to find the terminating clip boxChris Wilson2012-07-092-34/+20
* sna: Substitute the reduce clip region for fallback opsChris Wilson2012-07-081-2/+4
* sna: Fixup fb wrapperChris Wilson2012-07-0830-0/+6088