summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-26sna/dri2: Move scanout processing from frame event to globalChris Wilson
2014-05-26sna/dri2: Defer reallocation of backbuffer until requestChris Wilson
2014-05-26sna/dri2: Make the swap-limit transitions more obviousChris Wilson
2014-05-26sna: Implicit release of upload buffers considered badChris Wilson
2014-05-26sna: Assert that we do not replace active IO buffersChris Wilson
2014-05-23sna/dri2: Handle allocation failure adding frame events gracefullyChris Wilson
2014-05-23sna/dri2: Tidy add/remove chain to use the common DRI2 privateChris Wilson
2014-05-23sna/dri2: Handle offscreen Window and Pixmap with CRTC trackingChris Wilson
2014-05-23sna/dri2: Combine the DRI2 Window privates together into a single structChris Wilson
2014-05-23sna/dri2: Free the private CRTC tracker on each windowChris Wilson
2014-05-23sna/dri2: Adjust current msc / target seq between CRTCsChris Wilson
2014-05-23sna/dri2: Queue the flip immediately for the next frameChris Wilson
2014-05-23sna/dri2: Tidy computation of target sequenceChris Wilson
2014-05-22sna/dri2: Use the timestamps stored on the CRTCChris Wilson
2014-05-22sna/dri2: Tweak flip continuationChris Wilson
2014-05-22sna/dri2: DBG fixesChris Wilson
2014-05-22sna/dri2: Move fixed array allocations to per-crtcChris Wilson
2014-05-22sna/dri2: Maintain sequence calculation in 64bitsChris Wilson
2014-05-22sna/dri2: Fix WaitMSC to maintain the vblank countersChris Wilson
2014-05-21sna/dri2: Apply a margin of error to the sequence wrap detectionChris Wilson
2014-05-21sna: Fix attachment of the default monitor to the first outputChris Wilson
2014-05-21sna/dri2: Decouple queued eventsChris Wilson
2014-05-21sna/dri2: Limit pending swaps to 1 when queueing a future blitChris Wilson
2014-05-21sna/dri2: Tidy conditional use of XORG_CAN_TRIPLE_BUFFERChris Wilson
2014-05-21sna/dri2: Tidy recording of the last swap sequence number and timeChris Wilson
2014-05-21uxa: fix getmsc to not fail hardDave Airlie
2014-05-21sna/dri2: Tidy computation of 64bit ustChris Wilson
2014-05-20sna/dri2: Client cannot be NULL, so drop the checksChris Wilson
2014-05-20sna: Only mark the scanout as being busy for writes (not solitary reads)Chris Wilson
2014-05-20sna/dri2: Verify that the reference pipe is still active for flippingChris Wilson
2014-05-20uxa: fix pageflips on 3 head scenariosDave Airlie
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-18sna: Discard active GPU buffers before uploading into themChris Wilson
2014-05-18sna: Do not mark an upload as a potential replace if the dst is pinnedChris Wilson
2014-05-16sna: Userptr lands upstream, enable.Chris Wilson
2014-05-16sna/dri2: Update the swap type for chained flipsChris Wilson
2014-05-16sna/video: Only migrate the destination windowChris Wilson
2014-05-16intel: Update PCI IDs for CherryviewChris Wilson
2014-05-16sna: Mark the CHV vsync method as unknownChris Wilson
2014-05-16sna: Handle driver failures more gracefullyChris Wilson
2014-05-14sna/dri2: Ensure new immediate blits are queued behind outstanding swapsChris Wilson
2014-05-14sna: After disabling the TearFree shadow, flush any pending flipsChris Wilson
2014-05-14sna/dri2: Carefully check for a completed swapChris Wilson
2014-05-14sna/dri2: Tighten reporting of faked flip eventsChris Wilson
2014-05-14sna/dri2: Do not rate-limit vblank=0 swapsChris Wilson
2014-05-14sna: Add some DBG to track rogue requestsChris Wilson
2014-05-14sna: Rename DRI2 files, functions and variablesChris Wilson
2014-05-14sna: Avoid promoting SHM Pixmaps for DRIChris Wilson
2014-05-13sna: Check for PRIME scanoutsChris Wilson