summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2013-01-18sna: Clear the non-intersecting damage after skipping the slave updateChris Wilson
2013-01-18sna: Replace double negative '!RegionNotEmpty' with the equivalent RegionNilChris Wilson
2013-01-18sna: Skip an empty slave updateChris Wilson
2013-01-18sna: Remove bogus assertion invalidated by 'read-read' syncChris Wilson
2013-01-17sna: Drop the MOVE_WHOLE_HINT for PutImageChris Wilson
2013-01-17sna: Apply read-only synchronization hints for move-to-cpuChris Wilson
2013-01-17sna: Remove the confusion of the pixmap->undamagedChris Wilson
2013-01-17sna: Consider fill style for XPolyRectangleChris Wilson
2013-01-17sna: Refactor to remove a goto from sna_put_zpixmap_blt()Chris Wilson
2013-01-16sna: Add DBG for when we add the inplace hintChris Wilson
2013-01-16sna: Revert use of a separate CAN_CREATE_SMALL flagChris Wilson
2013-01-15sna: Avoid serialising on an move-to-cpu for an async operationChris Wilson
2013-01-15sna: Assert that we never try to mix INPLACE / ASYNC hints for move-to-cpuChris Wilson
2013-01-15sna: Specialise sna_get_image_blt for clears to avoid sync readbackChris Wilson
2013-01-15sna: Add DBG to use_shm_bo()Chris Wilson
2013-01-15sna: Hint that a copy from a SHM bo will likely be the last in a batchChris Wilson
2013-01-15sna: Pass the async hint for the upload into the GPUChris Wilson
2013-01-15sna: Free the SHM pixmaps after b266ae6f6fChris Wilson
2013-01-15sna: Mark uploads with async hints when appropriateChris Wilson
2013-01-15sna: Avoid allocating an active CPU bo unnecessarilyChris Wilson
2013-01-14sna: Tweak considering of last-cpu placement for inplace regionsChris Wilson
2013-01-14sna: Limit temporary userptr uploads to large busy targets or LLC machinesChris Wilson
2013-01-14sna: Apply PutImage optimisations to move-to-cpuChris Wilson
2013-01-14sna: Use userptr to accelerate GetImageChris Wilson
2013-01-13sna: Initialize src_bo to detect allocation failureChris Wilson
2013-01-13sna: Check size against aperture before attempting to perform the GTT mappingChris Wilson
2013-01-13sna: Add a compile flag for measuring impact of userptr uploadsChris Wilson
2013-01-13sna: Use the pixmap size (not drawable) to determine replacementChris Wilson
2013-01-13sna: Allow large image uploads to utilize temporary mappingsChris Wilson
2013-01-13sna: Allow creation of a CPU map for pixmaps if neededChris Wilson
2013-01-13sna: Relax limitation on not mapping GPU bo with shadow pointersChris Wilson
2013-01-12sna: Experiment with a CPU mapping for certain fallbacksChris Wilson
2013-01-12sna: After a size check, double check the batch before flushingChris Wilson
2013-01-11sna: Also prefer to use the GPU for uploads into a tiled boChris Wilson
2013-01-11sna: Prefer userptr if copying to a tiled boChris Wilson
2013-01-10sna: Prefer to use the GPU for copies from SHM onto tiled destinationsChris Wilson
2013-01-10sna: Allow CPU bo to copy to GPU bo if the device is idle.Chris Wilson
2013-01-10sna: Ignore the last pixmap cpu setting if overwritting all damageChris Wilson
2013-01-10sna: With a GPU bo and a shm source, do not fall all the way backChris Wilson
2013-01-07sna: fixup damage posting to be done correctly around slave pixmapChris Wilson
2013-01-01sna: Remove some obsolete OptionsChris Wilson
2012-12-28sna: Only allocate a busy CPU bo for a GPU readbackChris Wilson
2012-12-20sna: Do not throttle before move-to-cpuChris Wilson
2012-12-18sna: Prefer the GPU once again for PolyPointChris Wilson
2012-12-17sna: Untangle the confusion of caching large LLC boChris Wilson
2012-12-16intel: Support debugging through AccelMethodChris Wilson
2012-12-16sna: Tweak the idle SHM CopyArea path to also replace a busy GPU boChris Wilson
2012-12-16sna: Do not force use of the GPU for a copy from a SHM pixmapChris Wilson
2012-12-10sna: Avoid reusing the same 'busy' bit for two different meanings.Chris Wilson
2012-12-10sna: Immediately flush a split batchChris Wilson