summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-21uxa: Remove DPRINTF stubsChris Wilson
2012-02-21sna/dri: Update for AsyncSwap interface changesChris Wilson
2012-02-21sna: Fix use of RegionInit() for singular regionsChris Wilson
2012-02-21uxa/glamor/dri: Should fixup the drawable pixmap.Zhigang Gong
2012-02-21uxa/glamor/dri: Enable the pageflip support on glamor.Zhigang Gong
2012-02-21uxa/dri: Refine the pageflip processing.Zhigang Gong
2012-02-21sna: Split up/down edge walking in order to handle endpoint clippingChris Wilson
2012-02-20sna: Restore the shadow pixels when reducing CPU damage to allChris Wilson
2012-02-20sna: gen4+ suffer no penalty for changing tilingChris Wilson
2012-02-20sna: Move sync'ing of CPU bo after allocation to first writeChris Wilson
2012-02-20sna: Trim clipped lines to end within boundsChris Wilson
2012-02-20sna: When reversing line-drawing direction, use the clipped endpointChris Wilson
2012-02-20sna/dri: Ensure the domain tracking is reset when releasing bo used for swapsChris Wilson
2012-02-19sna: Correct tile sizes for Y-tiling on i915gChris Wilson
2012-02-16sna/trapezoids: Presume that Precise mono rasterisation adheres to the specChris Wilson
2012-02-16sna: Upconvert fallback trapezoids to a8Chris Wilson
2012-02-15sna/dri: Mark bo as reusable after completion of a flip-eventChris Wilson
2012-02-15sna/dri: Don't attempt to change tiling if it is a no-opChris Wilson
2012-02-15Be paranoid about the definition of container_ofChris Wilson
2012-02-13Add a missing macro for old xorg/list.hChris Wilson
2012-02-11Include a local copy of list.hChris Wilson
2012-02-11sna/gen6: Prefer the render ring for copiesChris Wilson
2012-02-11sna/gen6: Suppress the CS stall for the first command in the batchChris Wilson
2012-02-11sna/gen7: Mention the depth-stall required before changing VS stateChris Wilson
2012-02-09sna: Fix retire after readbackChris Wilson
2012-02-08sna/gen2+: Force upload rather than perform source transformations on the CPUChris Wilson
2012-02-08sna: Limit max CPU bo size to prevent aperture thrashing on uploadChris Wilson
2012-02-08sna: Check that we successfully retired an active linear bufferChris Wilson
2012-02-08sna: Relax must-be-blittable rules for gen4+Chris Wilson
2012-02-08uxa/glamor: Use a macro to specify module name.Zhigang Gong
2012-02-08uxa/glamor: Refine CloseScreen and InitScreen process.Zhigang Gong
2012-02-07sna/gen[4-7]: Fix erroneous scale factor for partial large bo render copiesChris Wilson
2012-02-07sna: Apply offsets correctly for partial src/dst in large copy boxesChris Wilson
2012-02-07sna/tiling: Request Y-tiles if we know we cannot BLT to either the src or dstChris Wilson
2012-02-07sna: Mark up the temporary allocationsChris Wilson
2012-02-07sna: Set the damage for render->copy_boxes to NULL before useChris Wilson
2012-02-07sna: Handle tile alignment for untiled large bo more carefullyChris Wilson
2012-02-07uxa/glamor/dri: Fix a typo bug when fixup glamor pixmap.Zhigang Gong
2012-02-06sna: Use the proper sna_picture_is_solid() testChris Wilson
2012-02-06sna: Search all active buckets for a temporary allocationChris Wilson
2012-02-06sna: Use the clipped end-point for recomputing segment length after clippingChris Wilson
2012-02-06sna/gen2+: Exclude solids from being classed as requiring an uploadChris Wilson
2012-02-06sna: If we have a CPU bo, do not assert we have shadow pixelsChris Wilson
2012-02-06sna: Disable use of xvmc for SNB+Chris Wilson
2012-02-04sna: Discard the redundant clear of the unbounded area if already clearChris Wilson
2012-02-04sna: Always pass the clear colour for PictOpClearChris Wilson
2012-02-04sna/gen6: Reduce PictOpClear to PictOpSrc (with blending disabled)Chris Wilson
2012-02-04sna: Check if the damage reduces to all before performing the migrationChris Wilson
2012-02-04sna: Reduce the downsample tile size to accommodate alignmentChris Wilson
2012-02-04sna: Apply redirection for the render copy into large pixmapsChris Wilson