summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-15sna: Improve handling of probe failure during initialisationChris Wilson1-6/+3
2012-09-14Add basic support for ValleyViewChris Wilson2-0/+9
2012-09-14sna: Only discard CPU damage if we completely overwrite its extentsChris Wilson1-1/+2
2012-09-14sna/dri: flip->next_front.bo is owned by the DRI drawable not by the flipChris Wilson1-6/+0
2012-09-14sna/dri: And the hunt for the use-after-free continues...Chris Wilson1-2/+7
2012-09-14sna: Fix typo for sna_render_picture_flatten()Chris Wilson1-1/+1
2012-09-14sna/dri: Update AsyncSwap for recent changes in tracking DRI drawablesChris Wilson1-2/+8
2012-09-14sna/dri: Add a bunch of assertions for hunting a use-after-freeChris Wilson2-0/+8
2012-09-14sna/dri: Version bump for prototypical AsyncSwapChris Wilson1-2/+2
2012-09-14Skip adding unknown special modesChris Wilson2-4/+14
2012-09-13sna/gen7: Defensively program default GT valuesChris Wilson1-3/+13
2012-09-13sna: Fix analysis of source extents for BLT compositeChris Wilson8-20/+6
2012-09-13sna: Fix BLT composite offsetChris Wilson1-2/+2
2012-09-13sna: Avoid corrupting the CPU bo when compositing fallback data through BLTChris Wilson1-2/+11
2012-09-13sna/gen3: Tidy NO_COMPOSITE debuggingChris Wilson1-11/+2
2012-09-13sna: Do not attempt to change tiling if wedgedChris Wilson1-0/+5
2012-09-13sna: Prefer to use indirect uploads for very small updatesChris Wilson1-9/+10
2012-09-13sna: Teach sna_replace__xor() how to tile large uploadsChris Wilson1-45/+154
2012-09-12sna: Also remove bogus assertion from sna_replace__xor()Chris Wilson1-1/+0
2012-09-12sna: Keep a very small, short-lived cache of large buffersChris Wilson2-10/+64
2012-09-12sna: Propagate busyness when creating the proxyChris Wilson1-0/+7
2012-09-12sna: Add some DBG as to why kgem_check_bo() flushesChris Wilson1-3/+12
2012-09-12sna: Ensure tiling upload buffers are trimmed to fit in the cacheChris Wilson1-0/+6
2012-09-12sna: Avoid fallbacks to shadow pixels if FORCE_GPU is in effectChris Wilson1-6/+10
2012-09-12sna: Avoid readback inplace if the target is unmappableChris Wilson1-3/+9
2012-09-12sna: Flush after operating on large buffersChris Wilson4-7/+13
2012-09-11prime: Reorder probe messages so that the driver prefix is correctChris Wilson1-7/+7
2012-09-10uxa: Error out after failing to become DRM master during PreInitChris Wilson1-1/+3
2012-09-10sna: Workaround issue with global glyph privates and shared ZaphodHeadsChris Wilson3-0/+313
2012-09-10sna: Fixup possible_crtcs for ZaphodHeadsChris Wilson2-7/+22
2012-09-07sna: Remember that LineDoubleDash involves updating the GC between segmentsChris Wilson1-28/+100
2012-09-07sna: Pass the hints down to the PolyPoint fallbackChris Wilson4-13/+73
2012-09-07sna: Fix PolyPoint fallback through a complex clipChris Wilson2-22/+16
2012-09-07sna: First scan for a backlight associated with the deviceChris Wilson1-17/+108
2012-09-07sna/prime: Fixup attaching the randr14 scanout pixmapChris Wilson2-19/+26
2012-09-07prime: Allocate a GPU_SCREEN when not primary to fulfil the output sink roleChris Wilson1-1/+9
2012-09-07sna: And remember to update the ScreenPixmap after resizeChris Wilson1-23/+15
2012-09-07sna: Protect sna_crtc_resize() against early invocation with no RootWindowChris Wilson1-9/+11
2012-09-07sna/dri: Fix the double-buffer pageflipping pathChris Wilson2-2/+9
2012-09-07sna/dri: Make sure we set the SCANOUT flag when creating bo for pageflipsChris Wilson1-3/+4
2012-09-06sna/prime: Correct the pinning flag when importing the prime boChris Wilson1-1/+1
2012-09-06sna/prime: Distinguish forms of pinned pixmapChris Wilson5-26/+53
2012-09-06uxa: Distinguish forms of pinningChris Wilson4-6/+9
2012-09-06uxa/prime: Mark the pixmap as pinned once exported (similar to flink)Chris Wilson1-0/+4
2012-09-06sna: Add is-pinned checks to changing the pitch on an existing boChris Wilson2-2/+15
2012-09-06sna: Apply the minimum 256 pitch to CREATE_USAGE_SHARED pixmaps as wellChris Wilson3-36/+69
2012-09-06prime: Align pitch of shared untiled buffers to 256 bytesChris Wilson2-1/+20
2012-09-06sna: Correct assertions for adding damage that bypasses the regionChris Wilson1-6/+14
2012-09-05Add PlatformProbe to handle sharing of device entitiesChris Wilson2-19/+16
2012-09-05sna: Harden against initialisation failuresChris Wilson2-6/+7