summaryrefslogtreecommitdiff
path: root/src/sna/gen8_render.c
AgeCommit message (Expand)Author
2014-07-16sna/gen2+: Remove assertion on draw->type for fillsChris Wilson
2014-07-04sna/gen8: Disable the unaligned checkChris 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-18sna/gen8: Fix cleanup after failing to convert channelChris Wilson
2014-06-18sna/gen8: Fix unaligned() to return true when not alignedChris Wilson
2014-06-13sna/gen6+: Prefer the BLT for large overlapping copiesChris Wilson
2014-06-13sna/gen8: Allow reads from scanout to be cachedChris Wilson
2014-06-13sna/gen8: Check for WT support before attempting to use the WT mocsChris Wilson
2014-06-11sna/gen8: Clear a couple more push constantsChris Wilson
2014-06-11sna/gen6+: Overlapping bo by definition have compatible depthsChris Wilson
2014-06-11sna/gen8: Check offset alignment before using a userptr for RENDERChris Wilson
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson
2014-06-02sna/gen8: Clear all URB push constant allocationsChris Wilson
2014-06-02sna/gen8: Set GT levelChris Wilson
2014-05-16sna/video: Only migrate the destination windowChris Wilson
2014-04-15sna: Mark partial composite operations upfrontChris Wilson
2014-04-05sna/gen8: Shrink 3DSTATE_SAMPLE_PATTERN packetChris Wilson
2014-04-05sna/gen8: w/a for NULL depth bufferChris Wilson
2014-04-04sna/gen2+: Beware the unattached ShmPixmapChris 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-03-05sna/gen8: Correct MOCS settings for render targetsChris Wilson
2014-02-23sna/gen6+: Add missing DBG argumentChris Wilson
2014-02-01sna: Add some more DBG for choosing render targetsChris Wilson
2014-01-29sna/gen4+: Assert that the cached binding location is validChris Wilson
2014-01-29sna/gen6+: Encourage inplace uploads for CompositeChris Wilson
2014-01-24sna/gen2+: Inspect composite flags to discard unneeded CPU damageChris Wilson
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson
2014-01-02sna/gen7+: Emit invalidate between operations if rendering to source/maskChris Wilson
2013-12-11sna/gen8: Initial backend for BroadwellChris Wilson