summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2013-06-06sna/dri: Handle fast double flips across mode changesChris Wilson
2013-06-06sna: Fix format specifier for mismatching int/long in DBGChris Wilson
2013-06-06sna: Only emit an error for terminal mmap failuresChris Wilson
2013-06-05sna: Include the GT details in the backend name for a chipsetChris Wilson
2013-06-05sna/video: Fix redundant initialisation of video->clipChris Wilson
2013-06-05sna: Do not conflate ignoring an output with an allocation failureChris Wilson
2013-06-03sna: Always populate the CPU features stringChris Wilson
2013-06-03sna: Make copying the glyph size more compactChris Wilson
2013-06-02sna/dri: Undo any COW before performing a copy with DRI2CopyRegionChris 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-06-01sna/dri: Reorder assert not to fail on a pageflip deferred to after a modesetChris Wilson
2013-05-30sna: Compile fix for non-debug buildsChris Wilson
2013-05-30sna: Restore GPU promotion for large fillsChris Wilson
2013-05-30sna: Assert that an existing scanout is the desired sizeChris Wilson
2013-05-30sna: Cleanup up error reporting after failure to init KMS interfaceChris Wilson
2013-05-30sna: Report allocations failures during Screen initialisationChris Wilson
2013-05-29sna: Log which outputs are being configured during a modesetChris Wilson
2013-05-29sna: fixup up possible_clones kms->X impedance mismatchDaniel Vetter
2013-05-29sna: Sanity check that CRTC / output combination is validChris Wilson
2013-05-28sna: Make the backend identifier more informativeChris Wilson
2013-05-28sna: Call mode update after disabling outputs upon VT switchChris Wilson
2013-05-27sna/video: Correct interpretation of 'sync'Chris Wilson
2013-05-25sna: Free the released COW reference when uncloningChris Wilson
2013-05-24sna: Fix cut'n'paste compile error from previous commitChris Wilson
2013-05-24sna: Log when the framebuffer changes sizeChris 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: Warn about the consequences of disabling tilingChris 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: Assert that the mapping is released before closing the GEM handleChris Wilson
2013-05-14sna: Basic copy-on-write support for cloning pixmapsChris Wilson
2013-05-14sna: Propagate clears when using the BLT composite routinesChris Wilson