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