radv: Emit cache flushes before CP DMA.
[mesa.git] / src / amd / vulkan / si_cmd_buffer.c
2017-03-14 Bas Nieuwenhuizenradv: Emit cache flushes before CP DMA.
2017-03-06 Bas Nieuwenhuizenradv: Add L2 writeback.
2017-02-21 Bas Nieuwenhuizenradv: Flush in the initial preamble CS.
2017-02-21 Bas Nieuwenhuizenradv: Split emitting the cache flush out.
2017-02-19 Dave AirlieRevert "radv: detect command buffers that do no work...
2017-02-14 Dave Airlieradv: fixup IA_MULTI_VGT_PARAM handling.
2017-02-14 Dave Airlieradv: adopt some init config workarounds from radeonsi.
2017-02-14 Dave Airlieradv: align the initial state command buffer.
2017-02-13 Dave Airlieradv: use indirect buffer for initial gfx state.
2017-02-13 Dave Airlieradv: start splitting init config up
2017-02-13 Dave Airlieradv: don't pass physical device to si_init_ fns.
2017-02-13 Dave Airlieradv: detect command buffers that do no work and drop...
2017-01-30 Dave Airlieradv: fixup ia multi vgt param code to handle geom...
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2017-01-11 Dave Airlieradv: fix multi-viewport emission
2017-01-09 Bas Nieuwenhuizenradv: Dump command buffer on hang.
2016-12-18 Bas Nieuwenhuizenradv: Only emit PFP ME syncs for DMA on the GFX queue.
2016-12-18 Bas Nieuwenhuizenradv: Implement cache flushing for the MEC.
2016-12-18 Dave Airlieradv: init compute queue and avoid initing transfer...
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver