summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
15 hourssna: Only flags the PolyFillRect as REPLACES if it is unclippedHEADmasterChris Wilson1-15/+23
42 hourssna: Remove the overzealous assertChris Wilson1-2/+0
43 hourssna: Fix DBG typo and so fix build with --enable-debugChris Wilson1-1/+1
3 dayssna: Warn about the consequences of disabling tilingChris Wilson1-0/+4
3 dayssna: Re-enable read-read optimisationsChris Wilson1-1/+1
3 dayssna: Undo a few more overwritten operations upon a boChris Wilson3-14/+24
7 dayssna: Clear the cow_list when discarding the clone upon pixmap destroyChris Wilson1-3/+17
7 dayssna: Add the missing ref(bo) when undoing the source cloneChris Wilson1-1/+1
7 dayssna: Undo the clone when replacing the DRI pixmapChris Wilson3-3/+9
7 dayssna: Transfer ownership of the cloned bo to the pixmapsChris Wilson1-0/+2
7 dayssna: Avoid replacing pinned bo when undoing a cloneChris Wilson5-43/+101
7 dayssna: Clear mapped hints upon cloning a pair of pixmapsChris Wilson1-2/+15
9 dayssna: Correct assertions to allow discarding of cpu hint for inplace opsChris Wilson1-1/+2
9 dayssna: Assert that the mapping is released before closing the GEM handleChris Wilson1-1/+3
10 dayssna: Basic copy-on-write support for cloning pixmapsChris Wilson5-15/+257
10 dayssna: Propagate clears when using the BLT composite routinesChris Wilson1-6/+18
10 dayssna: Propagate clear color when replacing by a CopyAreaChris Wilson1-0/+5
10 dayssna: Attempt to discard overwritten operations before CopyAreaChris Wilson1-0/+3
2013-05-09sna: Add more debugging to unaligned trapezoidsChris Wilson2-26/+37
2013-05-09sna: Add DBG statements for choice of spans vertex emitterChris Wilson1-0/+6
2013-05-09sna: Handle cached upload buffers for partial migration to GPUChris Wilson1-5/+16
2013-05-07sna: Do not attempt to clean an active scanoutChris Wilson1-1/+1
2013-05-01sna: Be careful not to preemptively upload portions of a SHM pixmapChris Wilson1-7/+6
2013-05-01sna: Page align requests to userptrChris Wilson2-8/+38
2013-04-24sna: Prevent accessing an uninitialised region in move_area_to_gpu()Chris Wilson1-1/+2
2013-04-18sna: Rephrase initialisation without a specific backendChris Wilson1-1/+1
2013-04-16sna: Add VALGRIND_CFLAGS whilst compiling with --enable-valgrindChris Wilson2-1/+3
2013-04-15sna: Only release the scanout cache whilst DRM_MASTERChris Wilson1-1/+2
2013-04-12sna: Add missing ';'Chris Wilson1-1/+1
2013-04-12sna: Flush the scanout cache after resizing the displayChris Wilson3-32/+84
2013-04-12sna: Refine assertion about the existence of CPU damage when GPU damagedChris Wilson1-1/+1
2013-04-10sna: Align uploads to start on page boundariesChris Wilson4-6/+9
2013-04-10sna: Suppress hotplug events whilst VT switched awayChris Wilson2-3/+17
2013-04-10sna: Add a DBG option for testing userptr more thoroughlyChris Wilson1-1/+3
2013-04-09sna: Document fence limits for gen4+Chris Wilson1-0/+3
2013-04-08sna: Remove assertions for mapped GPU bo if priv->cpu after GPU bo creationChris Wilson1-4/+1
2013-04-06sna: Improve assertions to detect rogue priv->cpu statusChris Wilson1-7/+26
2013-04-04sna: Restore bo->flush status for large boChris Wilson1-1/+1
2013-04-02sna: Adjust userptr structure for implicit paddingChris Wilson1-1/+2
2013-04-02sna: Relax scanline waits on HSW to be emittable from either ringChris Wilson1-3/+2
2013-04-01sna: Try to eliminate pending operations to the bo being replacedChris Wilson3-29/+27
2013-04-01sna: Allow the compiler to inline memcpy for the bitblt routinesChris Wilson2-2/+8
2013-03-26sna: Use a more portable way to determine total RAM sizeMark Kettenis2-1/+5
2013-03-26sna: Add extra '()' around bitwise &/&& for CPU feature detectionChris Wilson1-2/+2
2013-03-26sna: Check for OS support of AVX/AVX2 before useChris Wilson1-2/+15
2013-03-26sna: Fix AVX2 detectionChris Wilson1-2/+5
2013-03-26sna: AVX2 is in the ebx result of cpuidChris Wilson1-1/+1
2013-03-26sna: Trim removed fields from execbuffer2 for OpenBSD supportChris Wilson1-8/+1
2013-03-26sna: Fix OpenBSD backlight control implementationMark Kettenis1-3/+3
2013-03-23sna: Convert out-of-bounds sample to CLEARChris Wilson1-1/+1