summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-03sna/gen3: Don't force use of the render pipeline just for vmapChris Wilson1-4/+0
2012-04-03sna/gen3: Fix pre-multiplication of mask valueChris Wilson1-7/+9
2012-04-03sna/gen3: Convert the clear-color from picture->format to a8r8g8b8Chris Wilson4-54/+69
2012-04-03sna: Apply CoordMode when computing point extentsChris Wilson1-3/+13
2012-04-03sna: Debugging flil spans and their clippingChris Wilson1-4/+11
2012-04-02sna: Use the solid spans fast paths for dashed zero-width lines as wellChris Wilson1-9/+15
2012-04-02sna/gen4: Remove the accidental debugging hack from the last commitChris Wilson1-1/+1
2012-04-02sna/gen3+: Fix sampling of borders around gradientsChris Wilson5-6/+6
2012-04-01sna: Apply composite offset to damage for spans fast pathsChris Wilson1-5/+25
2012-04-01sna: Fix assertion to look at bbox of all boxes/pointsChris Wilson1-0/+4
2012-04-01sna: Assert that drawing boxes are within boundsChris Wilson1-0/+70
2012-03-30sna: Minimise the risk of hotplug hangs by checking fb before vsyncChris Wilson5-16/+39
2012-03-30sna: Separate out scanline waiting for gen4Chris Wilson1-17/+37
2012-03-30sna/traps: Align the pointer+indexChris Wilson1-15/+15
2012-03-30sna/traps: Align the pointer not the indicesChris Wilson1-3/+3
2012-03-30uxa: Remove broken render glyphs-to-dstChris Wilson1-313/+17
2012-03-30sna/gen7: Allow per-device specific maximaChris Wilson3-3/+32
2012-03-30Add support for Ivy Bridge GT2 Server chipsetEugeni Dodonov2-0/+3
2012-03-28sna: Add video sprite support for ILK+Chris Wilson6-7/+495
2012-03-28sna: Fix up 32-bit overflow for maximum object size calculationChris Wilson1-7/+20
2012-03-27sna/traps: Prefer to try mono spans on the GPU before trying inplace CPUChris Wilson1-1/+10
2012-03-27sna/traps: Fix the width of the left-hand edge of an unaligned boxChris Wilson1-1/+1
2012-03-27sna/gen6: Reduce opaque solid OVER to SRC for render compositeChris Wilson1-1/+4
2012-03-26sna: Remove bogus assertion of no references to in-flight upload buffersChris Wilson1-1/+0
2012-03-26Avoid duplicated code with intel_output_create_ranged_atomPaulo Zanoni2-118/+90
2012-03-25sna/gen2+: Approximate expensive gradients when using imprecise renderingChris Wilson8-39/+201
2012-03-23uxa: Remove hook for CompositeRectanglesChris Wilson3-194/+0
2012-03-23configure: Stop the debug build erroring out if it cannot find valgrindChris Wilson1-2/+4
2012-03-22sna: Make the fallback debugging messages more consistentChris Wilson1-26/+42
2012-03-22sna: Update the target bo after changing from Y tilingChris Wilson1-2/+5
2012-03-22sna: Correctly test for clear glyphs when searching for ones to skipChris Wilson1-5/+13
2012-03-22sna: Adjust the damage region for the composite offsetChris Wilson1-1/+11
2012-03-22sna: Force fallbacks if the destination is unattachedChris Wilson4-25/+44
2012-03-21sna: Assert that the bo created is large enoughChris Wilson1-0/+7
2012-03-21sna: Assert that the tiled blt is correctly clippedChris Wilson1-0/+5
2012-03-21sna: Fallback to inplace upload if forced to tile the indirect replacementChris Wilson1-91/+26
2012-03-21sna: Tidy an assertion when handling tiled copiesChris Wilson2-1/+3
2012-03-21sna: Remove the short-circuiting of move-to-cpu for read if no damageChris Wilson1-1/+1
2012-03-20sna: Decouple the private data after UnrealizeFontChris Wilson1-0/+1
2012-03-20sna/traps: Remove bogus assertionChris Wilson1-1/+0
2012-03-19uxa: Defer the call to EnterVT till after outputs are initialisedChris Wilson1-8/+5
2012-03-19sna: Declare videoRam correctly on gen2 devicesChris Wilson1-2/+7
2012-03-19sna/dri: Make the drawable as damaged for the off-screen immediate exchangeChris Wilson1-0/+12
2012-03-18sna/traps: Remove separate edge->vertical flagChris Wilson1-22/+18
2012-03-18sna/gen3: Improve clear-to-solid reductionChris Wilson1-0/+24
2012-03-18sna/gen3: Do not force tiling for large pixmapsChris Wilson1-11/+5
2012-03-18sna/gen3: Prevent copy-fallback if we cannot blitChris Wilson1-0/+4
2012-03-18sna: Fixup the cpu shadow mappings before uploading the boxChris Wilson1-6/+18
2012-03-18sna/traps: Apply some more operator and unbounded reductionsChris Wilson1-4/+39
2012-03-18sna/gen[345]: Convert CPU mappings to GTT for vertices on submitChris Wilson5-26/+121