summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-23sna/gen6: Refactor get_rectangles() to re-emit state after a flushChris Wilson
2012-02-23sna/gen3: Refactor get_rectangles() to emit composite state and retryChris Wilson
2012-02-23sna/gen3+: Force a batch flush when run out of CA vboChris Wilson
2012-02-23sna: Use a CPU mapping if the bo is already in the CPU domainChris Wilson
2012-02-22sna/gen4: Fix vertex flushing across batch flushingChris Wilson
2012-02-22sna/blt: Avoid clobbering the composite state if we fail to setup the BLTChris Wilson
2012-02-22sna/gen3+: Flush the vertices during vertex-finishChris Wilson
2012-02-22sna: Clear the flush flag on release of scanout/driChris Wilson
2012-02-22sna/trapezoids: Only the inplace PictOpIn is unboundedChris Wilson
2012-02-22sna: Ensure we restore the shadow pixels before uploading CPU dataChris Wilson
2012-02-21sna/gen5: Remove CA glyph workaroundChris Wilson
2012-02-21sna/gen3+: Re-emit composite state after flushing CA verticesChris Wilson
2012-02-21sna/gen3+: Only flush the vertices after checking for end-of-batchChris Wilson
2012-02-21sna: Clear the scanout flag after releasing the scanout pixmapChris Wilson
2012-02-21sna/dri: Queue a flush on the back DRI2 when enqueing a flipChris Wilson
2012-02-21uxa: Prevent laggy applications by throttling after renderingChris Wilson
2012-02-21sna: Mark the pixmap as active for the force-to-gpu short-circuitChris Wilson
2012-02-21sna: Skip the CPU synchronization when marking a pixmap as inactiveChris Wilson
2012-02-21sna/dri: Ensure that we reattach to the DRI2 front buffer after modeswitchChris Wilson
2012-02-21sna/dri: Improve error handling of failing to create a DRI2 pixmapChris Wilson
2012-02-21sna: Short-circuit repeated calls to force-to-gpuChris Wilson
2012-02-21uxa: Silence compiler warning for const argumentsChris Wilson
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