summaryrefslogtreecommitdiff
path: root/src/sna/gen8_render.h
AgeCommit message (Collapse)Author
2016-04-17sna/gen8+: Flush pipecontrols when forcing a pipeline stallChris Wilson
In order to actually stall the pipeline completely and to wait for earlier flushes to complete, we have to set a flag in the pipecontrol. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2014-10-14sna: a bit of cleanup on gen8_render.hRodrigo Vivi
Removing bits that become reserved on bdw and organizing 3DSTATE_PS header. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2014-10-14sna: Fix URB offset shift on 3DSTATE_SBERodrigo Vivi
Unfortunatelly this doesn't the bug I was hunting, but let's follow the spec. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2013-12-11sna/gen8: Initial backend for BroadwellChris Wilson
Should match the functionality of the earlier generations, but untuned. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>