summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2014-06-14sna: Enable TearFree by default for systems with PSRChris Wilson
2014-06-13sna: Track the pageflip bo's busynessChris Wilson
2014-06-13sna: Try to reuse the current cursor if we fail to updateChris Wilson
2014-06-11sna: Support efficient cursor updates for old machinesChris Wilson
2014-06-11sna: Create a stable output name based on MST topologyChris Wilson
2014-06-11sna: Discard TearFree damage before checking for an overwriting uploadChris Wilson
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson
2014-06-10sna/dri2: Check that the window covers the whole CRTC before xchgChris Wilson
2014-06-10sna: Cast away compiler warningChris Wilson
2014-06-10sna: Fix arguments when flipping transformed TearFree outputsChris Wilson
2014-06-10sna: Tidy a few asserts on the state of crtc->flip_boChris Wilson
2014-06-10sna: Handle the user passing "Backlight" ""Chris Wilson
2014-06-10sna: Queue a flip after fixing up a failed flipChris Wilson
2014-06-09sna: Fix the typo in the last commitChris Wilson
2014-06-09sna: Add an extra error message before disabling a CRTCChris Wilson
2014-06-09configure: Allow disabling control over the backlightChris Wilson
2014-06-09sna: Defer the copy back from the shadow CRTC bo until we allocate the targetChris Wilson
2014-06-09sna: Fix cut'n'paste DBG errorChris Wilson
2014-06-09sna: Fixup normal flips between different pitchesChris Wilson
2014-06-09sna/dri2: Allow TearFree flipping to individual CRTCChris Wilson
2014-06-09sna: Do not rely on udev_monitor_receive_device() being non-blockingChris Wilson
2014-06-07sna: Restore backlight when switching to VTChris Wilson
2014-06-07sna: Release CRTC on VT switchChris Wilson
2014-06-07sna: Fix TearFree for non-compositorsChris Wilson
2014-06-06sna: Hook up a backlight udev monitor for external changesChris Wilson
2014-06-05sna: When the output is off, report the cached backlight valueChris Wilson
2014-06-05sna: Inline calls to save/restore backlight around output DPMSChris Wilson
2014-06-05sna: Set initial output DPMS state from kernelChris Wilson
2014-06-05sna: Make sure we recompute the vblank interval after reconfiguring the CRTCChris Wilson
2014-06-05sna: Skip marking the CRTC as damaged for TearFreeChris Wilson
2014-06-05sna: Curry parameters to sna_damage_all()Chris Wilson
2014-06-05sna/dri2: Enable immediate buffer exchangesChris Wilson
2014-06-02Only enable the new Cursor API for the next pre-release of XorgChris Wilson
2014-06-02sna: Add support for PresentChris Wilson
2014-06-02sna: Add support for DRI3Chris Wilson
2014-06-02sna: Enable kernel support for asynchronous flipsChris Wilson
2014-06-02sna/dri2: Hide MSC reported as going backwardsChris Wilson
2014-05-30sna: Do not allow imported buffers to be cachedChris Wilson
2014-05-27sna: Fix the depth/format on the temporary shadow PicturesChris Wilson
2014-05-26sna: Silence compiler for warnings in Cursor API changesChris Wilson
2014-05-26sna/dri2: Move scanout processing from frame event to globalChris Wilson
2014-05-22sna/dri2: Move fixed array allocations to per-crtcChris Wilson
2014-05-21sna: Fix attachment of the default monitor to the first outputChris Wilson
2014-05-20sna/dri2: Verify that the reference pipe is still active for flippingChris Wilson
2014-05-19sna: Fix assertions for combining shadow transforms and TearFreeChris Wilson
2014-05-18sna: Switch iterators over to real CRTCs onlyChris Wilson
2014-05-16sna: Mark the CHV vsync method as unknownChris Wilson
2014-05-14sna: After disabling the TearFree shadow, flush any pending flipsChris Wilson
2014-05-14sna: Rename DRI2 files, functions and variablesChris Wilson
2014-05-08sna: Fix another assignment inside an assertChris Wilson