summaryrefslogtreecommitdiff
path: root/src/sna/sna_tiling.c
AgeCommit message (Expand)Author
2015-06-12sna: Fix tiling trapezoidsChris Wilson
2014-06-30sna/dri2: Pass around the correct DrawableRec for sampling from the foriegn boChris Wilson
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson
2014-04-28sna: Initialise pointer before useChris Wilson
2014-04-28sna: Add a minor DBG for tiled copiesChris Wilson
2014-04-28sna: Factor in destination sizes for choosing intermediate tiling bo sizeChris Wilson
2014-04-21sna: Avoid copying from tiled source for an overwritten fillChris Wilson
2014-02-23sna: Tighten assertion for tiling blt fallbacksChris Wilson
2014-02-21sna: Tighten assertion for tiling blt fallbacksChris Wilson
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson
2013-11-06sna: Always copy from the tile sourceChris Wilson
2013-11-06sna: Remove erroneous assertion from sna_tiling_blt_compositeChris Wilson
2013-11-06sna: Use tiling BLT fallback for BLT composite operationsChris Wilson
2013-11-06sna: Be more pessimistic for tiling sizes on older genChris Wilson
2013-11-05sna: Be move conservative with tiling sizes for older fenced genChris Wilson
2013-11-04sna: Apply the BLT source offset for individual copiesChris Wilson
2013-11-02sna: Fallback when wedged and trying to use the BLT copy routinesChris Wilson
2013-09-27sna: Catch SIGBUS to prevent X deathChris Wilson
2013-07-12sna: Avoid integer overflow when computing the tiled extentsChris Wilson
2013-06-26sna: Avoid allocating a temporary if using rendercpy tilesChris Wilson
2013-03-18sna: Skip processing an all-clipped-out glyphChris Wilson
2013-03-07sna: Fallback if we cannot fit the tiling copy into the apertureChris Wilson
2013-01-18sna: Replace double negative '!RegionNotEmpty' with the equivalent RegionNilChris Wilson
2012-09-03sna/gen6+: Redirect fills if the destination is too large for 3DChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-08sna: Fixup fb wrapperChris Wilson
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson
2012-06-17sna: Fix cut'n'paste errors in tiling debugChris Wilson
2012-06-17sna: Add tiling for spansChris Wilson
2012-06-06sna: Silence a few unused function warningsChris Wilson
2012-05-03sna: Maintain a reference to the chain of proxiesChris Wilson
2012-05-03sna: Remove extraneous SCANOUT flagsChris Wilson
2012-03-21sna: Tidy an assertion when handling tiled copiesChris Wilson
2012-02-23sna/gen6: Refactor get_rectangles() to re-emit state after a flushChris Wilson
2012-02-07sna/gen[4-7]: Fix erroneous scale factor for partial large bo render copiesChris 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-04sna: Reduce the downsample tile size to accommodate alignmentChris Wilson
2012-02-04sna: Apply redirection for the render copy into large pixmapsChris Wilson
2012-01-31sna: Split the tiling limits between upload and copyingChris Wilson
2012-01-30sna: Decrease tiling step size in case we need to enlarge the box laterChris 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-10sna/gen[23]: Tile render fill to oversized boChris Wilson
2011-12-17sna: Map the upload buffer using an LLC boChris Wilson
2011-12-15sna: More missing move-to-cpu allocation checksChris Wilson
2011-10-30sna: Don't mess with NDEBUGChris Wilson
2011-10-14sna/tiling: Hook up composite_boxChris Wilson
2011-09-19sna: compile fixes for debuggingChris Wilson