summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-02sna/dri2: Fix multimonitor swap elisionChris Wilson
2015-04-02sna: Do not call an extra busy ioctl for scanout flushsChris Wilson
2015-04-01sna: Don't unroll BLT pointsChris Wilson
2015-04-01sna: Add DBG option to disable manual detilingChris Wilson
2015-04-01sna: Relax a y-tiling fb assertionChris Wilson
2015-04-01sna/dri: Avoid using the BLT for DRI2CopyRegion if no semaphoresChris Wilson
2015-04-01sna: Relax unclean rules to check busyness on all foreign pixmapsChris Wilson
2015-04-01sna/present: flush is not requiredChris Wilson
2015-04-01sna: Fixup inverted logic for new boChris Wilson
2015-03-31sna: Consider idleness of both rings if we need a semaphoreChris Wilson
2015-03-31sna: Flush BLT operations to an idle GPUChris Wilson
2015-03-31sna: Use more explicit retire-requests after syncingChris Wilson
2015-03-31sna: Query the engine residency on foreign bo before useChris Wilson
2015-03-31sna/gen6+: Prefer the BLT for small copiesChris Wilson
2015-03-31sna/gen6+: Prefer the BLT for small self-copiesChris Wilson
2015-03-31Add TILE property support (for MST tiled monitors)Chris Wilson
2015-03-29sna: Limit the last gasp execbuf try to ENOSPCChris Wilson
2015-03-28sna: Mask the batch lengthChris Wilson
2015-03-25sna: Refresh properties even if we skip the detection probeChris Wilson
2015-03-25Use AC_FUNC_ALLOCChris Wilson
2015-03-25Use AC_HEADER_MAJOR to find how to include major()Chris Wilson
2015-03-25sna: Add include <alloca.h> for compiling on SolarisChris Wilson
2015-03-24sna: Detect Y-tiled scanout featureChris Wilson
2015-03-20sna: Remove bogus assert(output->randr_output)Chris Wilson
2015-03-19sna: Protect against ABI breakage in recent versions of libdrmChris Wilson
2015-03-17sna: Use struct pixman_f_vector for compatibility with older pixmanChris Wilson
2015-03-14sna: Skip inplace operation to a busy clear GPU boChris Wilson
2015-03-14sna/gen6+: Demote BLT ring switching priority if semaphores are disabledChris Wilson
2015-03-13sna: Start demoting some assertionsChris Wilson
2015-03-13sna/gen6+: Relax assertions in light of !semaphoresChris Wilson
2015-03-13sna: Fix assertions for transformed cursorsChris Wilson
2015-03-13sna: Remove redundant RRGetInfo on hotplug discoveryChris Wilson
2015-03-13sna: Explicitly compute whether the transform is affine for HW cursorsChris Wilson
2015-03-13sna: Fix computation of transformed cursor sizeChris Wilson
2015-03-13sna: Cross check that we only have an affine transformation for HW cursorsChris Wilson
2015-03-13sna: Apply affine transformations to HW cursorsChris Wilson
2015-03-12sna: Disable hw cursor when random transforms are appliedChris Wilson
2015-03-12sna: Compute half resolution modesChris Wilson
2015-03-12sna: Futureproof acceleration backend selectionChris Wilson
2015-03-10sna: Force frontbuffer to CPU for randr fallbackChris Wilson
2015-03-09sna: Strengthen assertions that batches are idle before overwritingChris Wilson
2015-03-07sna/gen6+: Demote priority of COPY_LAST for copy boxesChris Wilson
2015-03-07sna/gen6+: Prefer the BLT for small copiesChris Wilson
2015-03-05sna/dri2: Don't dereference a NULL drawable on client shutdown whilst flippingChris Wilson
2015-03-05sna/dri2: Perform swap elision on windows for swap-interval==0Chris Wilson
2015-03-05sna: Remove the flush after waking up between clientsChris Wilson
2015-03-04sna: Decouple RandR pointers early in CloseScreenChris Wilson
2015-03-04sna: Sync RROutputProperty values with the kernelChris Wilson
2015-03-03sna/dri2: Remove limiting pending swaps on redirection changesChris Wilson
2015-03-03Convert from RRSetChanged() to RROutputChanged()Chris Wilson