summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-24Don't issue a scanline wait while VT switchedintel-2.18-fedora-branchChris Wilson3-2/+7
2012-04-24uxa: Fix leak of glyph mask for unhandled glyph compositionChris Wilson1-1/+3
2012-04-24uxa: Remove broken render glyphs-to-dstChris Wilson1-313/+17
2012-04-24Add support for Ivy Bridge GT2 Server chipsetEugeni Dodonov2-0/+3
2012-04-24uxa: Remove hook for CompositeRectanglesChris Wilson3-194/+0
2012-04-24uxa: Defer the call to EnterVT till after outputs are initialisedChris Wilson1-8/+5
2012-04-24uxa: Simplify allocation of backing pixmapChris Wilson1-11/+7
2012-04-24uxa/i915: Remove broken CA pass, fallback to magic 2-pass composite helperChris Wilson2-36/+6
2012-04-24uxa: Remove unused render_mask_solid membersChris Wilson1-2/+0
2012-04-24uxa: Remove unused tracking of the current render targetChris Wilson3-12/+1
2012-04-24uxa: Simplify flush trackingChris Wilson8-35/+13
2012-04-24uxa: Kill the complicated in-flight trackingChris Wilson4-76/+4
2012-02-24configure, NEWS: Bump version to 2.18.0 for releaseChris Wilson2-1/+27
2012-02-24uxa: Add a option to disable the bo cacheChris Wilson1-1/+4
2012-02-23Revert "Update autotools configuration"Gaetan Nadon4-22/+16
2012-02-23sna/gen3: Silence the compiler complaining with DBG enabledChris Wilson1-4/+4
2012-02-23sna/gen4 Refactor get_rectangles() to re-emit state after a flushChris Wilson1-34/+20
2012-02-23sna/gen7 Refactor get_rectangles() to re-emit state after a flushChris Wilson1-71/+42
2012-02-23sna/gen5 Refactor get_rectangles() to re-emit state after a flushChris Wilson1-72/+43
2012-02-23sna/gen6: Refactor get_rectangles() to re-emit state after a flushChris Wilson3-81/+45
2012-02-23sna/gen3: Refactor get_rectangles() to emit composite state and retryChris Wilson1-49/+18
2012-02-23sna/gen3+: Force a batch flush when run out of CA vboChris Wilson5-29/+6
2012-02-23sna: Use a CPU mapping if the bo is already in the CPU domainChris Wilson1-1/+1
2012-02-22sna/gen4: Fix vertex flushing across batch flushingChris Wilson2-34/+31
2012-02-22sna/blt: Avoid clobbering the composite state if we fail to setup the BLTChris Wilson4-24/+19
2012-02-22sna/gen3+: Flush the vertices during vertex-finishChris Wilson6-77/+118
2012-02-22sna: Clear the flush flag on release of scanout/driChris Wilson1-0/+1
2012-02-22sna/trapezoids: Only the inplace PictOpIn is unboundedChris Wilson1-1/+1
2012-02-22sna: Ensure we restore the shadow pixels before uploading CPU dataChris Wilson1-2/+9
2012-02-21sna/gen5: Remove CA glyph workaroundChris Wilson1-4/+0
2012-02-21sna/gen3+: Re-emit composite state after flushing CA verticesChris Wilson5-42/+30
2012-02-21sna/gen3+: Only flush the vertices after checking for end-of-batchChris Wilson6-42/+70
2012-02-21sna: Clear the scanout flag after releasing the scanout pixmapChris Wilson4-17/+32
2012-02-21sna/dri: Queue a flush on the back DRI2 when enqueing a flipChris Wilson1-0/+1
2012-02-21uxa: Prevent laggy applications by throttling after renderingChris Wilson1-0/+7
2012-02-21sna: Mark the pixmap as active for the force-to-gpu short-circuitChris Wilson1-5/+11
2012-02-21sna: Skip the CPU synchronization when marking a pixmap as inactiveChris Wilson2-2/+3
2012-02-21sna/dri: Ensure that we reattach to the DRI2 front buffer after modeswitchChris Wilson1-17/+22
2012-02-21sna/dri: Improve error handling of failing to create a DRI2 pixmapChris Wilson1-6/+6
2012-02-21sna: Short-circuit repeated calls to force-to-gpuChris Wilson1-0/+5
2012-02-21uxa: Silence compiler warning for const argumentsChris Wilson1-1/+1
2012-02-21uxa: Remove DPRINTF stubsChris Wilson2-48/+0
2012-02-21sna/dri: Update for AsyncSwap interface changesChris Wilson1-8/+13
2012-02-21sna: Fix use of RegionInit() for singular regionsChris Wilson2-2/+2
2012-02-21uxa/glamor/dri: Should fixup the drawable pixmap.Zhigang Gong1-6/+16
2012-02-21uxa/glamor/dri: Enable the pageflip support on glamor.Zhigang Gong7-13/+97
2012-02-21uxa/dri: Refine the pageflip processing.Zhigang Gong2-20/+29
2012-02-21sna: Split up/down edge walking in order to handle endpoint clippingChris Wilson1-50/+76
2012-02-20sna: Restore the shadow pixels when reducing CPU damage to allChris Wilson1-1/+10
2012-02-20sna: gen4+ suffer no penalty for changing tilingChris Wilson1-8/+53