summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-03-02sna: And fix compilation for last commitChris Wilson
2012-03-02sna: Prevent backing pixmaps being created laterChris Wilson
2012-03-02sna: Disable vmap on 965gmChris Wilson
2012-03-02sna: Pass usage hint for creating linear buffersChris Wilson
2012-03-02sna: Only discard the inplace flag for LLC partial buffersChris Wilson
2012-03-02sna: Be careful not to discard the clear operation for move-region-to-cpuChris Wilson
2012-03-01sna/gen5: Help the compiler avoid an uncached readChris Wilson
2012-03-01sna: Split storage of inactive partialsChris Wilson
2012-03-01sna: Revamp vmap supportChris Wilson
2012-03-01sna: Discard use of inplace GTT uploads on LLC architecturesChris Wilson
2012-02-28sna: Sort the partial buffers after stealing a write bufferChris Wilson
2012-02-28sna/gen3: Tweak glyph rendering fast pathsChris Wilson
2012-02-27uxa/gen3: Remove special casing of solid picturesChris Wilson
2012-02-27sna/gen2; Initialise channel.is-opaque for fillsChris Wilson
2012-02-27Revert "meh"Chris Wilson
2012-02-27sna: Upload the ordinary partial buffers!Chris Wilson
2012-02-27mehChris Wilson
2012-02-27sna: Avoid reusing mmapped partial write buffers for readbackChris Wilson
2012-02-25sna: Retain unfinished partial buffers between batchesChris Wilson
2012-02-25sna/gen3+: Keep the vertex buffer resident between batchesChris Wilson
2012-02-25sna: Ensure we trigger a retire for search_linear_cacheChris Wilson
2012-02-25sna: Skip a tiled bo when searching the cache for a linear mmapChris Wilson
2012-02-24legacy: Rename XF86DRI to HAVE_DRI1 to avoid conflicts with xorg-server.hChris Wilson
2012-02-24uxa: Add a option to disable the bo cacheChris Wilson
2012-02-23sna/gen3: Silence the compiler complaining with DBG enabledChris Wilson
2012-02-23sna/gen4 Refactor get_rectangles() to re-emit state after a flushChris Wilson
2012-02-23sna/gen7 Refactor get_rectangles() to re-emit state after a flushChris Wilson
2012-02-23sna/gen5 Refactor get_rectangles() to re-emit state after a flushChris Wilson
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