summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2013-05-14sna: Propagate clear color when replacing by a CopyAreaChris Wilson
2013-05-14sna: Attempt to discard overwritten operations before CopyAreaChris Wilson
2013-05-09sna: Handle cached upload buffers for partial migration to GPUChris Wilson
2013-05-01sna: Page align requests to userptrChris Wilson
2013-04-24sna: Prevent accessing an uninitialised region in move_area_to_gpu()Chris Wilson
2013-04-18sna: Rephrase initialisation without a specific backendChris Wilson
2013-04-17Revert "xgvevent"Chris Wilson
2013-04-16xgveventChris Wilson
2013-04-12sna: Refine assertion about the existence of CPU damage when GPU damagedChris Wilson
2013-04-08sna: Remove assertions for mapped GPU bo if priv->cpu after GPU bo creationChris Wilson
2013-04-06sna: Improve assertions to detect rogue priv->cpu statusChris Wilson
2013-03-25Remove the GeneralSocket upon CloseScreenChris Wilson
2013-03-23sna: Fix an assertion to check the correct boChris Wilson
2013-03-22sna: Fix assertions that the pixmap points into the CPU bo for fallbacksChris Wilson
2013-03-22sna: Fix computation of clip extents for stipplingChris Wilson
2013-03-21sna/dri: Disable assertion and associated bookkeepingChris Wilson
2013-03-18sna: Skip processing an all-clipped-out glyphChris Wilson
2013-03-16sna/dri: Clear flush flag upon bo destroyChris Wilson
2013-03-14sna: Consider placement hints when choosing userptr read pathChris Wilson
2013-03-14sna: Use userptr downloads for incomplete GPU damaged pixmapsChris Wilson
2013-03-14sna: Add a few more assertions to track userptr through the cachesChris Wilson
2013-03-12sna: Improve asserts that the CPU bo is not busy after synchronisationChris Wilson
2013-03-11sna: Improve sna_copy_boxes DBG by printing the bo handlesChris Wilson
2013-03-11sna: Only allocate addition space if we need pixel dataChris Wilson
2013-03-11sna: Tighten checking for coherent mapsChris Wilson
2013-03-10sna: Tweak CPU mappings to be only used if a read is requiredChris Wilson
2013-03-06sna: Disable read-read optimisationsChris Wilson
2013-03-06sna: Lighten the wakeup handler slightlyChris Wilson
2013-03-05sna: Assert that the pixmap is not pinned before releasing the GPU boChris Wilson
2013-03-05sna: The GPU bo submit is still required before mapping for inplace operationsChris Wilson
2013-03-05sna: Use drawable_gc_flags() to select placement for PolyArcChris Wilson
2013-03-05sna: Fix deference of just nullified GPU bo in previous commitChris Wilson
2013-03-05sna: Refactor the is-mappable test for inplace operationsChris Wilson
2013-03-05sna: Prefer GPU for self-copies when undamaged on the CPUChris Wilson
2013-03-04sna: Ensure we do not attempt to operate inplace on a very large pixmapChris Wilson
2013-03-01sna: Assert that inplace operations are done on coherent mapsChris Wilson
2013-03-01sna: Assert that when caching a pixmap header the pScreen matchChris Wilson
2013-03-01sna: Assert that we do not resurrect stale pixmap across a server regenChris Wilson
2013-03-01sna: Track number of pixmaps allocated whilst counting bo leaksChris Wilson
2013-02-27sna: Migrate dirty tracking across ScreenPixmap updatesChris Wilson
2013-02-26sna: Improve handling of migrated userptr boChris Wilson
2013-02-25sna: Detect available instruction sets at runtimeChris Wilson
2013-02-22sna: Optimise mmap of GPU bo for read-read operationsChris Wilson
2013-02-22sna: Avoid migrating and making the GPU bo busy prior to mmapping itChris Wilson
2013-02-20sna: Honour LinearFramebufferChris Wilson
2013-02-19sna: Assert that the GPU damage is NULL before destroy a proxyChris Wilson
2013-02-18sna: Assert that the gpu_bo exists if it is entirely damagedChris Wilson
2013-02-18sna: A couple more assertions that we forcibly attach pixmaps correctlyChris Wilson
2013-02-13sna: Avoid stalling on a SHM upload when otherwise idleChris Wilson
2013-02-12sna: Prefer inplace readback if the GPU doesn't support cacheable BLTsChris Wilson