summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-15sna/traps: Fix off-by-one for filling vertical segments in tor_inplaceChris Wilson
2012-03-14sna/damage: Handle a reduced damage rather than assertChris Wilson
2012-03-14sna: Treat unmapped but CPU-mappable bo as available for mappingChris Wilson
2012-03-14sna: Disable tiling for single row pixmaps (unless required for hw limits)Chris Wilson
2012-03-14sna/traps: Explicitly create an unattach pixmap for fallbackChris Wilson
2012-03-14sna: Avoid using kgem_bo_reference() internallyChris Wilson
2012-03-14sna: Ellide no-op image glyphsChris Wilson
2012-03-14sna: Don't mark cached upload buffers for inactivity expirationChris Wilson
2012-03-14sna: Add a couple of asserts for inactive_partial reference countingChris Wilson
2012-03-14sna/traps: Use a more direct fallback path for the CPUChris Wilson
2012-03-14sna/traps: Rasterise using pixman inplace where appropriateChris Wilson
2012-03-14sna: Remove existing damage before overwriting with a composite opChris Wilson
2012-03-14sna/gen3: Look harder to see if we can indeed use the BLT for compositeChris Wilson
2012-03-13sna: Reuse the cached upload as a source GPU boChris Wilson
2012-03-13sna: Defer the release of the upload buffer cache till retirementChris Wilson
2012-03-13sna: Destroy the cached upload buffer if before copying into itChris Wilson
2012-03-13sna: Refactor source upload-to-gpuChris Wilson
2012-03-13sna/gen6: Remove the double application of the render offsetChris Wilson
2012-03-13sna: Only use the cpu bo for xfer between CPU and GPU if either is busyChris Wilson
2012-03-13sna: Reduce OVER with a clear pixmap to a BLTChris Wilson
2012-03-13sna: Reuse the same upload buffer for the duration of the batchChris Wilson
2012-03-13sna: Prefer to render very thin trapezoids inplaceChris Wilson
2012-03-12sna: Always reset the source counter after rendering to with the CPUChris Wilson
2012-03-12sna: After move-to-gpu signals yes, force the GPU bo creationChris Wilson
2012-03-12sna/trapezoids: Reduce mono ADD/OVER against a clear background to a SRCChris Wilson
2012-03-12sna: Treat backing pixmaps no differently from their forward facing cousinsChris Wilson
2012-03-12sna/display: Only flush pending output when installing a new scanoutChris Wilson
2012-03-12sna/trapezoids: Further improve the clipping criteria for inplace trapsChris Wilson
2012-03-12sna/trapezoids: Add paranoia to ensure that the span starts within the clipChris Wilson
2012-03-11sna: Make the maximum BLT pitch assertions consistentChris Wilson
2012-03-10sna: Feed fallback mono trapezoids through the mono rasteriserChris Wilson
2012-03-09sna/traps: Add a fast path for narrow masksChris Wilson
2012-03-09sna: Handle partial reads with a pending clearChris Wilson
2012-03-09sna/traps: Apply somes simple but common operator reduction for clipmasksChris Wilson
2012-03-09sna/dri: Only delivered a delayed flip if the drawable is still on the rootChris Wilson
2012-03-09sna/traps: Remove some dead codeChris Wilson
2012-03-09sna: Emit a INFO when compiled with debugging enabledChris Wilson
2012-03-08sna/traps: Fix the initialisation of the error term for vertical mono edgesChris Wilson
2012-03-08sna/traps: Unroll insertion sortChris Wilson
2012-03-08sna/gen6: Replace the memset with explict initialisationChris Wilson
2012-03-08sna: Fix handling of large glyphs following large and shared buffer workChris Wilson
2012-03-08sna: Fix reversed logic for CREATE_NO_RETIREChris Wilson
2012-03-08sna: Avoid NULL deference in DBGChris Wilson
2012-03-08sna: Force the creation of a backing pixmap for scanoutChris Wilson
2012-03-08sna: Mark the pixmap for writing when creating the screen resourcesChris Wilson
2012-03-08intel: Fix typo s/asert/assert/Chris Wilson
2012-03-08sna/gen2+: Use the reduced operator from CompositeRectanglesChris Wilson
2012-03-08sna: Tidy marking pixmap->clear for CompositeRectanglesChris Wilson
2012-03-08sna: Add some assertions around pixmap creation for render operationsChris Wilson
2012-03-08sna: Discard unbound partial buffersChris Wilson