summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-02sna: Enable kernel support for asynchronous flipsChris Wilson
2014-06-02sna/dri2: Hide MSC reported as going backwardsChris Wilson
2014-06-02sna/dri2: Always force the async blits to be immediateChris Wilson
2014-06-02sna/dri2: Decouple spent flipChris Wilson
2014-06-02sna/dri2: Mark queued flip MSC as the one after nextChris Wilson
2014-06-02sna/gen8: Clear all URB push constant allocationsChris Wilson
2014-06-02sna/gen8: Set GT levelChris Wilson
2014-06-02sna: Add DBG hints for using inplace CPU mmappingsChris Wilson
2014-06-02sna: Silence a DBG compiler warningChris Wilson
2014-05-30sna: Reuse the first scanout boChris Wilson
2014-05-30sna: Do not allow imported buffers to be cachedChris Wilson
2014-05-30sna: Mark all caches for expirationChris Wilson
2014-05-30sna: Use manual detiling for downloadsChris Wilson
2014-05-30sna: Unexport kgem_get_unique_id()Chris Wilson
2014-05-28sna/dri2: Reorder declarations to compile on old XorgChris Wilson
2014-05-28Silence CLang (almost)Chris Wilson
2014-05-28sna/dri2: Fix the continuation mode for old style triple bufferingChris Wilson
2014-05-27sna: Fix the depth/format on the temporary shadow PicturesChris Wilson
2014-05-27sna: Handle bad picture format/depth mismatchesChris Wilson
2014-05-26uxa: Silence the compiler over a couple of unused variablesChris Wilson
2014-05-26uxa: Silence compiler for warnings in Cursor API changesChris 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-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