summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2013-06-07sna: Track when we write directly to bo through the GTTChris Wilson
2013-06-06sna: Fix format specifier for mismatching int/long in DBGChris Wilson
2013-06-02sna: Add some more DBG hints to copy-on-write cloningChris Wilson
2013-06-01sna: Prevent adding damage to an already all-damaged GPU boChris Wilson
2013-05-30sna: Restore GPU promotion for large fillsChris Wilson
2013-05-28sna: Make the backend identifier more informativeChris Wilson
2013-05-25sna: Free the released COW reference when uncloningChris Wilson
2013-05-24sna: Reorder cleanup of flush list and CPU bo to silence an assertionChris Wilson
2013-05-24sna: Reenable COW supportChris Wilson
2013-05-24sna: Do not undo a bo if we may fallbackChris Wilson
2013-05-24sna: Discard COW before migrating CPU damage to the GPUChris Wilson
2013-05-24sna: Do make a clone of a GPU bo that is itself a cacheChris Wilson
2013-05-24sna: Correct assertion for reusing COWChris Wilson
2013-05-24sna: Check for NULL damage before dereferencingChris Wilson
2013-05-23sna: Only flags the PolyFillRect as REPLACES if it is unclippedChris Wilson
2013-05-22sna: Remove the overzealous assertChris Wilson
2013-05-22sna: Fix DBG typo and so fix build with --enable-debugChris Wilson
2013-05-21sna/video: Convert to a pure Xv backendChris Wilson
2013-05-21sna: Re-enable read-read optimisationsChris Wilson
2013-05-21sna: Undo a few more overwritten operations upon a boChris Wilson
2013-05-17sna: Clear the cow_list when discarding the clone upon pixmap destroyChris Wilson
2013-05-17sna: Add the missing ref(bo) when undoing the source cloneChris Wilson
2013-05-17sna: Undo the clone when replacing the DRI pixmapChris Wilson
2013-05-17sna: Transfer ownership of the cloned bo to the pixmapsChris Wilson
2013-05-17sna: Avoid replacing pinned bo when undoing a cloneChris Wilson
2013-05-17sna: Clear mapped hints upon cloning a pair of pixmapsChris Wilson
2013-05-14sna: Correct assertions to allow discarding of cpu hint for inplace opsChris Wilson
2013-05-14sna: Basic copy-on-write support for cloning pixmapsChris Wilson
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