radv: Use the new L2 writeback flag.
[mesa.git] / src / amd / vulkan / radv_meta_clear.c
2017-03-06 Bas Nieuwenhuizenradv: Use the new L2 writeback flag.
2017-03-05 Bas Nieuwenhuizenradv: Merge fast clear flushes.
2017-02-07 Bas Nieuwenhuizenradv: Enable fast clears by default.
2017-02-01 Dave Airlieradv: handle VK_QUEUE_FAMILY_IGNORED in image transitio...
2017-01-17 Dave Airlieradv: add support for layered clears (v2)
2017-01-16 Dave Airlieradv/meta: split color renderpass creation out.
2017-01-16 Dave Airlieradv/meta: consolidate the depth stencil clear renderpasses
2017-01-09 Bas Nieuwenhuizenradv: Create single RADV_DEBUG env var.
2016-12-27 Bas Nieuwenhuizenradv: Also skip DCC clear flushes for compute.
2016-12-18 Bas Nieuwenhuizenradv: Don't enable CMASK on compute queues.
2016-12-18 Dave Airlieradv: hook compute clears into clear image api.
2016-12-18 Dave Airlieradv/meta: split clear image out into a separate layer...
2016-11-28 Dave Airlieradv: fix 3D clears with baseMiplevel
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-11 Dave Airlieradv: drop the RADV_CALL macro.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver