summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-08sna: Relax must-be-blittable rules for gen4+Chris Wilson
2012-02-08uxa/glamor: Use a macro to specify module name.Zhigang Gong
2012-02-08uxa/glamor: Refine CloseScreen and InitScreen process.Zhigang Gong
2012-02-07sna/gen[4-7]: Fix erroneous scale factor for partial large bo render copiesChris Wilson
2012-02-07sna: Apply offsets correctly for partial src/dst in large copy boxesChris Wilson
2012-02-07sna/tiling: Request Y-tiles if we know we cannot BLT to either the src or dstChris Wilson
2012-02-07sna: Mark up the temporary allocationsChris Wilson
2012-02-07sna: Set the damage for render->copy_boxes to NULL before useChris Wilson
2012-02-07sna: Handle tile alignment for untiled large bo more carefullyChris Wilson
2012-02-07uxa/glamor/dri: Fix a typo bug when fixup glamor pixmap.Zhigang Gong
2012-02-06sna: Use the proper sna_picture_is_solid() testChris Wilson
2012-02-06sna: Search all active buckets for a temporary allocationChris Wilson
2012-02-06sna: Use the clipped end-point for recomputing segment length after clippingChris Wilson
2012-02-06sna/gen2+: Exclude solids from being classed as requiring an uploadChris Wilson
2012-02-06sna: If we have a CPU bo, do not assert we have shadow pixelsChris Wilson
2012-02-06sna: Disable use of xvmc for SNB+Chris Wilson
2012-02-04sna: Discard the redundant clear of the unbounded area if already clearChris Wilson
2012-02-04sna: Always pass the clear colour for PictOpClearChris Wilson
2012-02-04sna/gen6: Reduce PictOpClear to PictOpSrc (with blending disabled)Chris Wilson
2012-02-04sna: Check if the damage reduces to all before performing the migrationChris Wilson
2012-02-04sna: Reduce the downsample tile size to accommodate alignmentChris Wilson
2012-02-04sna: Apply redirection for the render copy into large pixmapsChris Wilson
2012-02-03sna: Add a couple of sanity checks that the CPU drawable is on the CPUChris Wilson
2012-02-03sna/gen6: Ring switching outweighs the benefits for cairo-tracesChris Wilson
2012-02-01sna: Search again for a just-large-enough mapping for inplace uploadsChris Wilson
2012-02-01sna: Add debugging code to verify damage extents of fallback pathsChris Wilson
2012-02-01sna: Fill extents for ImageGlyphsChris Wilson
2012-02-01sna: PolyGlyph supports all of fill/tile/stipple rulesChris Wilson
2012-02-01sna/gen6: Prefer to do fills using the BLTChris Wilson
2012-01-31sna/gen5: Always prefer to emit solid fills using the BLTChris Wilson
2012-01-31sna: Split the tiling limits between upload and copyingChris Wilson
2012-01-31sna: Avoid converting requested Y to X tiling for large pitches on gen4+Chris Wilson
2012-01-31sna/dri: We need to reduce tiling on older gen if we cannot fenceChris Wilson
2012-01-31sna: Trim tile sizes to fit into bo cacheChris Wilson
2012-01-31sna: Check that the intermediate IO buffer can also be used for blittingChris Wilson
2012-01-30sna: Discard the cleared GPU buffer upon PutImage to the CPU bufferChris Wilson
2012-01-30sna: Track large objects and limit prefer-gpu hint to small objectsChris Wilson
2012-01-30sna: Update the partial buffer allocation size when reusing an old mappingChris Wilson
2012-01-30sna: Allow the creation of render targets larger than the maximum bo cacheChris Wilson
2012-01-30sna: Decrease tiling step size in case we need to enlarge the box laterChris Wilson
2012-01-30sna: Allow creation of proxies to proxiesChris Wilson
2012-01-30sna: Base prefer-gpu hint on default tiling choiceChris Wilson
2012-01-29sna: Detect batch overflow and fallback rather an risk an ENOSPCChris Wilson
2012-01-29sna: Add a tiled fallback for large BLT copiesChris Wilson
2012-01-29sna: Limit the tile size for uploading into large pixmapsChris Wilson
2012-01-29sna: Fix the "trivial" fix to improve error handlingChris Wilson
2012-01-29sna: Handle GPU creation failure when uploading subtextureChris Wilson
2012-01-29sna: Always create a GPU bo for copying from an existent source GPU boChris Wilson
2012-01-29sna: Ignore map status and pick the first inactive bo for reuseChris Wilson
2012-01-29sna: Determine whether to use a partial proxy based on the pitchChris Wilson