summaryrefslogtreecommitdiff
path: root/src/sna/gen6_render.c
AgeCommit message (Expand)Author
2014-10-31sna: Modicum of extra DBG for transformed redisplayChris Wilson
2014-10-20sna/gen6: Apply gen7 flushingChris 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-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/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-10sna/gen6: Restore stall dropped when not flushing insteadChris 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
2013-11-28sna: Tidy up an assertion on an uninitialised variableChris Wilson
2013-11-22sna: Tidy up fallback from render composite to blt compositeChris Wilson
2013-11-19sna/gen4+: Clear redirect bo before falling back to BLT pathsChris Wilson
2013-11-14sna/gen6+: Only substitute SRC for CLEAR if using the correct sourceChris Wilson
2013-11-02sna: Eliminate the redundancy between is_mappable/can_mapChris Wilson
2013-10-31sna/gen6: Tweak flush around CC state changesChris Wilson
2013-10-10sna/gen4+: Share a few common routinesChris Wilson
2013-10-10sna/gen6+: Share the common routines for ring preferrenceChris Wilson
2013-10-10sna/gen6+: Only allow switching to BLT for fills if we have semaphoresChris Wilson
2013-10-10sna: Pass usage hint down to render fill routinesChris Wilson
2013-10-10sna: Upon unwinding operations, also check for exec objects to clearChris Wilson
2013-10-09sna/gen3+: Flush vertex buffer after computing resizeChris Wilson
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson
2013-09-27sna/gen4+: Handle very large copies more gracefullyChris Wilson
2013-09-25sna/gen6+: Fallback to BLT composite if fallback is forcedChris Wilson
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson
2013-09-08sna/gen6: Prefer the RCS on large GT systemsChris Wilson
2013-09-06sna/gen6+: Switch to using the BLT more often when off ACChris Wilson
2013-09-05sna/gen6+: Don't request extra caching for use-once upload buffersChris Wilson
2013-08-28sna/gen6+: Don't force a ring switch for likely TLB misses if already busyChris Wilson