summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2013-02-10sna: Restore glyphs with xorg-1.12Chris Wilson
2013-02-10sna: Reorder some includes so that compat-api.h comes after the headers it wraps2.21.1Chris Wilson
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson
2013-02-09sna: Fix alignment of the base of partial buffers for pre-G33 chipsetsChris Wilson
2013-02-09sna: Promote to GPU is only partially damaged on the CPU but busy on the GPUChris Wilson
2013-02-08sna: Randomly perturb 'wedged' to hunt for faultsChris Wilson
2013-02-08sna/gen6: Use GT2 settings for both GT2 and GT2+Chris Wilson
2013-02-08sna: Force the fallback path for unaccelerated randr damageChris Wilson
2013-02-08sna/gen4: Split the have_render flag in separate prefer_gpu hintsChris Wilson
2013-02-08sna: Remove the bogus assertions on buffer domainsChris Wilson
2013-02-07sna: Fixup an invalid assertionChris Wilson
2013-02-07sna: Also assert that the GPU is not wedged before continuing a batchChris Wilson
2013-02-07sna: Force GTT readback if the GPU is wedgedChris Wilson
2013-02-07sna: Allow inplace uploads to utilise GTT on LLC machinesChris Wilson
2013-02-07sna: Only try the SRC fixup into the buffer if it is CPU mappedChris Wilson
2013-02-07sna: Correctly align used buffers to the following page boundaryChris Wilson
2013-02-06sna: Fallback to non-LLC paths after an allocation failure for an LLC bufferChris Wilson
2013-02-06sna: Free the handle after pwrite buffer allocation failureChris Wilson
2013-02-06sna: Flush our caches if we fail to mmap an objectChris Wilson
2013-02-06sna: Correctly handle failure to CPU map a new allocationChris Wilson
2013-02-06sna: Handle mapped buffer allocation failure for LLCChris Wilson
2013-02-06sna: Relax the buffer size assertion to only be larger than requiredChris Wilson
2013-02-06sna: Make sure we always replace io buffers before inserting into the cacheChris Wilson
2013-02-05sna: Tidy buffer allocation size assertionsChris Wilson
2013-02-05sna: ValleyView uses the same scanline registers as SandyBridgeChris Wilson
2013-02-05sna/gen4: Remove old single-thread SF w/aChris Wilson
2013-02-05sna/gen4: Disable non-rectilinear GPU span compositingChris Wilson
2013-02-01sna: Drop bogus refcnt assertion during kgem_bo_retire()Chris Wilson
2013-02-01sna: Do not add the INPLACE hint if we have the ASYNC hint setChris Wilson
2013-02-01sna: Assert that if we have GPU damage we have a GPU boChris Wilson
2013-02-01sna/video: Correct computation of planar frame sizeChris Wilson
2013-01-31sna/gen3+: Flush vertex threads before touching global stateChris Wilson
2013-01-31sna: Make sure the needs_flush is always accompanied by a tracking requestChris Wilson
2013-01-31sna: Remove stale assertionChris Wilson
2013-01-31sna: Pass width/height to composite for rotated displaysChris Wilson
2013-01-31sna: Remember to move scanouts to the scanout cache after retiringChris Wilson
2013-01-31sna: After removing the bo from a batch, check whether it is still busyChris Wilson
2013-01-31sna/traps: Thread the fallback rectilinear compositorChris Wilson
2013-01-31sna/traps: Allow inplace compositing for non-GPU buffers and rectilinear trapsChris Wilson
2013-01-31sna/traps: Translate the extents for the rasterization threadsChris Wilson
2013-01-31sna: Stage retirement through the flushing listChris Wilson
2013-01-31sna: Disable dangerous assertions that depend upon external stateChris Wilson
2013-01-31sna: Prevent falling back to swrast if source is on the GPUChris Wilson
2013-01-30sna: Improve DBG output for damaged slave outputsChris Wilson
2013-01-30sna/dri: Handle change of BackBuffer across a pending flipChris Wilson
2013-01-30sna: Add a bunch of assertions to make sure we do not misplace scanoutsChris Wilson
2013-01-30sna: Pass the correct WRITE hint when migrating for rendering into the CPU boChris Wilson
2013-01-30sna: Only discard the clear hint when writing inplace to the GPU pixmapChris Wilson
2013-01-30sna: Don't force a migration from CPU rendering for a DRI2 flushed pixmapChris Wilson
2013-01-30sna: Retire the bo after a set-domain(CPU,0)Chris Wilson