summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Add xwayland supportxwayland-1.12Kristian Høgsberg5-7/+108
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
2012-03-18sna/traps: Upon reducing an ADD to a SRC, we need to apply the pending clearChris Wilson1-2/+11
2012-03-17sna/traps: Align indices for unrolled memset in row_inplace()Chris Wilson1-0/+15
2012-03-17sna/traps: Tune inplace_end_subrows()Chris Wilson1-24/+35
2012-03-16sna/dri: Mesa expects the 8-bit stencil buffer to have 2-bytes per pixelChris Wilson1-3/+2
2012-03-16sna/dri: Improve handling of non-front attachments for CopyRegionChris Wilson1-37/+163
2012-03-16sna/gen3: Micro-optimise solid span emissionChris Wilson1-6/+36
2012-03-16sna/traps: Micro-optimise span emissionChris Wilson1-6/+22
2012-03-16sna/traps: Tune nonzero_rowChris Wilson1-13/+22
2012-03-16sna/traps: Make the inline u8 arithmetic more robustChris Wilson1-4/+29
2012-03-16sna/traps: Remove the old paths for mono inplace trapsChris Wilson1-99/+13
2012-03-15sna: Correct the order of screen private teardownChris Wilson1-4/+4
2012-03-15sna: Prefer the CPU bo for uploads if last access was not through the shadowChris Wilson1-4/+4
2012-03-15sna: Fixup the shadow pixmap pointer for move-to-gpuChris Wilson1-3/+24
2012-03-15uxa: Merge 'remove complicated second level caching'Chris Wilson8-169/+28
2012-03-15uxa: Simplify allocation of backing pixmapChris Wilson1-11/+7
2012-03-15uxa/i915: Remove broken CA pass, fallback to magic 2-pass composite helperChris Wilson2-36/+6
2012-03-15uxa: Remove unused render_mask_solid membersChris Wilson1-2/+0
2012-03-15uxa: Remove unused tracking of the current render targetChris Wilson3-12/+1
2012-03-15uxa: Simplify flush trackingChris Wilson8-35/+13