summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-01-24sna: Use threads for simple mask generationChris Wilson
2013-01-24sna/dri: Compensate clipExtents for drawable offsetChris Wilson
2013-01-24sna: Refactor to use a common fbComposite fallbackChris Wilson
2013-01-24sna: Experiment with a threaded renderer for fallback compositingChris Wilson
2013-01-23sna/dri: Don't contribute missed frames to the target_mscChris Wilson
2013-01-23sna/dri: Only reject DRI2 buffers that are too small for the request blitChris Wilson
2013-01-23sna/dri: Stop feeding I915_TILING_Y to mesa i915cChris Wilson
2013-01-23sna: Clean up WAIT_FOR_EVENT on gen2/3Chris Wilson
2013-01-23sna/dri: Prefer to use the BLT ring for vsync'ed copies on IVB+Chris Wilson
2013-01-23sna/gen6: Correct the event definition for secondary pipes for MI_WAIT_FOR_EVENTChris Wilson
2013-01-23sna/gen7: Correct the event definition for secondary pipes for MI_WAIT_FOR_EVENTChris Wilson
2013-01-22sna: Extend rectangular PolyLines to cover corner pixels on ccw pathsChris Wilson
2013-01-22sna/gen7: Fix inversion of bool return code from CA passChris Wilson