summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-02-04build: Make generation of gen code depend on intel-gen4asmDamien Lespiau
2013-02-04build: Use $(AM_V_GEN) to silence the assembly of gen programsDamien Lespiau
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
2013-01-30sna: Relax assertion the the kernel considers the bo idle when we call retireChris Wilson
2013-01-30sna: Prefer to use snooped buffers for readbacksChris Wilson
2013-01-30uxa: Harden against failures to submit batchbuffersChris Wilson
2013-01-30sna: Fix errors found from asserts in a66c5f9ed51eChris Wilson
2013-01-30sna: Return early if the Drawable box exactly matches one CRTCChris Wilson
2013-01-30sna/dri: Make sure we discard the existing mappings when swapping GPU boChris Wilson
2013-01-30sna: Only discard the mapping prior to the actual read when uploadingChris Wilson
2013-01-30sna: Before replacing the devPrivate.ptr assert it is not already mappedChris Wilson
2013-01-29sna: Only migrate the sample box if using the BLT engine for a compositeChris Wilson
2013-01-29sna: Verify that we always add the SHM CPU bo to the flush list when usingChris Wilson
2013-01-29sna: Avoid promoting SHM CPU bo to GPU to maintain coherence with SHM clientsChris Wilson
2013-01-29sna/gen3+: Fix a DBG for composite_boxes()Chris Wilson
2013-01-29sna: Add GT1/GT2 thread counts for HaswellChris Wilson
2013-01-28sna: Add some more paranoia that we correctly map before fallbacksChris Wilson
2013-01-27sna: Fix typo in vertex count for threaded source span emitterChris Wilson
2013-01-27sna: Replace the forced vertex finish with just a waitChris Wilson
2013-01-27sna: Add the pixmap to the flushing list when creating for inplace CPU writesChris Wilson
2013-01-27sna: Disable all signals in the render threadsChris Wilson
2013-01-27sna: Enable threaded rasterisation for non-antialiased geometryChris Wilson
2013-01-27sna: Begin sketching out a threaded rasteriser for spansChris Wilson
2013-01-25sna: Spawn threads to rasterize trapezoids through pixmanChris Wilson
2013-01-24sna: Spawn threads to composite trapezoids inplaceChris Wilson
2013-01-24sna: Perform the last threaded composite operation directlyChris Wilson
2013-01-24sna: Parse cpuinfo to determine the actual number of physical cores/cachesChris Wilson
2013-01-24sna: Tidy construction of data for threaded compositeChris Wilson