summaryrefslogtreecommitdiff
path: root/src/sna/gen7_render.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-10sna/gen7: Avoid clear-residuals overhead on all gen7Chris Wilson1-37/+2
2020-08-20sna/gen7: Prefer blitter for plain copies on HaswellChris Wilson1-0/+3
2019-09-19sna: Replace fall through comments with standard formVille Syrjälä1-3/+3
2019-07-19sna: Rebalance prefer_blt to weight I915_TILING_Y higherChris Wilson1-1/+1
2018-05-31sna/video: Add XV_COLORSPACE attribute for the textured Xv adaptorVille Syrjälä1-11/+42
2018-05-31Rename current yuv->rgb shader sources to exa_wm_yuv_rgb_bt601Ville Syrjälä1-3/+3
2018-02-07sna: Switch from ifdef PICT_ to if XORG_VERSION_CURRENTChris Wilson1-2/+2
2017-09-27sna/video: Add support for NV12 video in all gen4+ render pathsVille Syrjälä1-15/+31
2016-06-21sna/gen2+: Do not force migration to GPU for very large objectsChris Wilson1-1/+3
2016-03-31sna/video: Use the GPU to prescale overlay spritesChris Wilson1-5/+29
2015-11-11sna/video: Avoid dereferencing a masked pointerChris Wilson1-1/+2
2015-11-08sna/video: Move the composite offsets into the dstRegionChris Wilson1-29/+8
2015-08-19sna/dri2: Initialise scratch.pScreen for copyingChris Wilson1-2/+1
2015-06-09Fix typos found with codespell v1.7Sedat Dilek1-1/+1
2015-04-22sna/gen6: Do not force a blt switch onto a Y-tiled surfaceChris Wilson1-1/+1
2015-04-22sna/gen6+: Discourage use of the BLT with Y-tilingChris Wilson1-21/+44
2015-04-01sna/dri: Avoid using the BLT for DRI2CopyRegion if no semaphoresChris Wilson1-0/+4
2015-03-31sna/gen6+: Prefer the BLT for small self-copiesChris Wilson1-2/+7
2015-03-07sna/gen6+: Prefer the BLT for small copiesChris Wilson1-0/+4
2015-02-27sna/gen7+: Allow GT3 to overlapping copies via an intermediateChris Wilson1-6/+6
2015-02-09sna: Convert pixel values into ARGB values for render operationsChris Wilson1-3/+4
2015-01-25sna/gen6+: Tweak engine placement when considering src/dst combinationsChris Wilson1-5/+8
2015-01-15sna/gen6+: Prefer using RENDER pipeline for uncached destinations on large GTChris Wilson1-2/+3
2014-12-24sna/gen7: Limit threads on HSW GT1Chris Wilson1-1/+1
2014-11-12sna/gen7: Be paranoid and force a pipecontrol stall at least every 4 flushesChris Wilson1-3/+11
2014-10-08intel: Store pointer to struct intel_deviceChris Wilson1-1/+1
2014-09-24sna/gen4+: Assert that the offset coordinate is within range if negativeChris Wilson1-1/+1
2014-09-02sna: Leave more Pixmap breadcrumbs in DBGChris Wilson1-2/+2
2014-07-16sna/gen2+: Remove assertion on draw->type for fillsChris Wilson1-1/+0
2014-07-02sna/gen6+: Tweak consideration of compositing on BLTChris Wilson1-4/+7
2014-06-30sna/dri2: Pass around the correct DrawableRec for sampling from the foriegn boChris Wilson1-27/+28
2014-06-24sna: Decompose self-copy into overlapping/non-overlapping regionsChris Wilson1-38/+10
2014-06-23sna/gen6+: Initialise src offset before useChris Wilson1-0/+1
2014-06-23sna/gen6+: Avoid adjusting copy coordinates until commited to using themChris Wilson1-8/+8
2014-06-23sna/gen6+: Encourage the compiler to inline a couple of key functionsChris Wilson1-2/+2
2014-06-23sna: Rename IGNORE_CPU to IGNORE_DAMAGE to better reflect its purposeChris Wilson1-1/+6
2014-06-20sna: Mark up const boxes to keep the compiler happyChris Wilson1-1/+1
2014-06-13sna/gen6+: Prefer the BLT for large overlapping copiesChris Wilson1-3/+5
2014-06-11sna/gen6+: Overlapping bo by definition have compatible depthsChris Wilson1-1/+0
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson1-4/+4
2014-05-28Silence CLang (almost)Chris Wilson1-1/+0
2014-05-16sna/video: Only migrate the destination windowChris Wilson1-5/+2
2014-04-15sna: Mark partial composite operations upfrontChris Wilson1-1/+1
2014-04-04sna/gen2+: Beware the unattached ShmPixmapChris Wilson1-1/+2
2014-04-04sna/gen7: Move constants MOCS into chipset specific info blocksChris Wilson1-4/+8
2014-04-04sna/gen2+: Replace composite sources with solids where possibleChris Wilson1-0/+12
2014-03-14sna: Allow some leeway when deciding to discard common translationsChris Wilson1-1/+1
2014-03-13sna: Nullify extra fill.opsChris Wilson1-0/+1
2014-02-23sna/gen6+: Add missing DBG argumentChris Wilson1-1/+1
2014-02-01sna: Add some more DBG for choosing render targetsChris Wilson1-0/+2