summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-12sna: Try to use CPU uploads before BLT uploadsChris Wilson
2014-06-12sna: Refactor USE_INPLACE debug macroChris Wilson
2014-06-11sna/gen8: Clear a couple more push constantsChris Wilson
2014-06-11sna: Remove bogus assertionChris Wilson
2014-06-11sna: Fix direction flags for memmoveChris Wilson
2014-06-11sna: Use the pixmap header creation routineChris Wilson
2014-06-11sna/gen6+: On small GT avoid the intermediate copy for overlapsChris Wilson
2014-06-11sna/gen6+: Overlapping bo by definition have compatible depthsChris Wilson
2014-06-11sna: First copy to overlap temporary must be using GXcopyChris Wilson
2014-06-11sna: Remove debugging hunkChris Wilson
2014-06-11sna: Update damage pointer after the implicit reductionChris Wilson
2014-06-11sna: Fix scanout creation routine for old kernels <= 3.11Chris Wilson
2014-06-11sna: Add some DBG to the memmove pathChris Wilson
2014-06-11sna: Tweak self-copy boxes to hit the GPU more oftenChris Wilson
2014-06-11sna: Recheck source bo after migrating dst (in case of src == dst)Chris Wilson
2014-06-11sna: Skip redundant clearsChris Wilson
2014-06-11sna/glyphs: Always print some DBG when performing fallbackChris Wilson
2014-06-11sna: Add some asserts to track redundant damage operationsChris Wilson
2014-06-11sna/gen8: Check offset alignment before using a userptr for RENDERChris Wilson
2014-06-11sna: Support efficient cursor updates for old machinesChris Wilson
2014-06-11sna: MST topologies may change on any hotplug eventChris Wilson
2014-06-11sna: Create a stable output name based on MST topologyChris Wilson
2014-06-11sna: Ignore setting read-only for temporary userptr mapsChris Wilson
2014-06-11sna: Prefer to operate inplace on the GPU rather than stall on the CPUChris 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-11sna: Squelch log messages for fb/pixmap tiling in the default caseChris Wilson
2014-06-11sna: Mark the GPU as all damaged when discarding CPU bo during uploadsChris 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: Expand debugging to cover gen8 BLT variationsChris 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/dri2: Avoid trying to flip between bo with different pitchesChris 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-08uxa: Do not FreePixmap(screen->devPrivate)Chris Wilson
2014-06-08sna/dri2: DBG compile fixChris Wilson
2014-06-08sna/dri2: Allow xchg to replace the frontbuffer when all outputs are offChris Wilson
2014-06-08sna/dri2: Use xchg for offscreen drawables where applicableChris Wilson
2014-06-08sna/dri2: Explicitly drain the pending event queue before swappingChris Wilson
2014-06-08sna/dri2: Mark frames under constructionChris Wilson