radv: Track scratch usage across pipelines & command buffers.
[mesa.git] / src / amd / vulkan / radv_image.c
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2017-01-09 Bas Nieuwenhuizenradv: Create single RADV_DEBUG env var.
2016-12-30 Dave Airlieradv: only allow cmask/dcc in color optimal.
2016-12-30 Dave Airlieradv: only allow cmask/dcc on exclusive or concurrent...
2016-12-27 Bas Nieuwenhuizenradv: Also skip DCC clear flushes for compute.
2016-12-21 Dave Airlieradv/image: only touch queue family info for concurrent...
2016-12-18 Bas Nieuwenhuizenradv: Don't enable CMASK on compute queues.
2016-12-18 Bas Nieuwenhuizenradv: Use correct pitch for views with different block...
2016-11-27 Dave Airlieradv/si: fix optimal micro tile selection
2016-11-20 Dave Airlieradv: fix image view creation for depth and stencil...
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-12 Edward O'Callaghanradv: trivial case stmt style fixups
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver