summaryrefslogtreecommitdiff
path: root/src/sna/gen7_render.c
AgeCommit message (Expand)Author
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
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-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-20sna/gen7: Try to reduce flushes between primitive continuationsChris Wilson
2013-11-19sna/gen4+: Clear redirect bo before falling back to BLT pathsChris Wilson
2013-11-18sna/gen7: Rework random GPU flushingChris 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-11-01sna/gen7: Undo overzealous flushingChris Wilson
2013-10-31sna/gen7: Flush render cache when changing CC stateChris Wilson
2013-10-30sna: Check for wedged after submittingChris 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-07sna/gen7: Rename debug option ALWAYS_FLUSH to ALWAYS_INVALIDATEChris Wilson
2013-10-07sna/gen7: Tweak flushingChris Wilson
2013-10-06sna/gen7: Add a always-stall debug optionChris 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/gen7: Prefer the BLT for gt1 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
2013-08-28sna/gen6+: Improve ring stickyness for BLT composite opsChris Wilson
2013-08-25sna/gen7: Combine a couple of pipe-flushesChris Wilson
2013-08-23sna/gen7: Prefer the render ring for more operationsChris Wilson
2013-08-18sna/gen6+: Tweak semaphore avoidance for composite operationsChris Wilson
2013-08-11sna/gen7: Refine ring selectionChris Wilson
2013-07-30sna: Allow CPU access to scanouts if WT cachedChris Wilson
2013-07-30sna/gen7: Set appropriate constants for Haswell GT3Chris Wilson
2013-07-28sna/gen7: Prefer GPU spans for Baytrail as wellChris Wilson
2013-07-28sna/gen7: Use ivb/byt/hsw shorthand for generation checkingChris Wilson
2013-07-28sna/gen7: Rename Valleyview to BaytrailChris Wilson
2013-07-28sna/gen7: Set appropriate thread counts for Valleyview^BaytrailChris Wilson
2013-07-28intel: Remove some unused macrosChris Wilson
2013-07-22sna: Fix DBG compilationChris Wilson
2013-07-13sna: Skip copying to the intermediate target if we will completely overwrite itChris Wilson