radv: init compute queue and avoid initing transfer queues
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2016-12-18 Dave Airlieradv: init compute queue and avoid initing transfer...
2016-12-18 Dave Airlieradv: Store queue family in command buffers.
2016-12-10 Grazvydas Ignotasradv: fix release build unused variable warnings
2016-12-07 Dave Airlieradv: move userdata sgpr ownership to compiler side.
2016-12-07 Dave Airlieradv: refactor out the constant setting user sgpr code.
2016-12-07 Dave Airlieradv: refactor out the descriptor user sgpr setting.
2016-12-07 Dave Airlieradv: only bind descriptor sets to stages that need...
2016-12-07 Dave Airlieradv: move descriptor set userdata emission to draw...
2016-12-07 Dave Airlieradv: refactor descriptor set userdata emission out.
2016-12-07 Dave Airlieradv: pass pipeline to constant flush function
2016-12-07 Dave Airlieradv: consolidate compute pipeline flushing (v1.1)
2016-11-29 Dave Airlieradv: set spi_baryc_cntl.pos_float_location to 0
2016-11-29 Dave Airlieradv: force persample shading when required.
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_draw_indirect_count
2016-11-23 Dave Airlieradv: move pipeline barrier image transitions after...
2016-11-20 Dave Airlieradv: make sure to flush input attachments correctly.
2016-10-24 Dave Airlieradv: allow cmask transitions without fast clear
2016-10-19 Dave Airlieradv: decompress fmask before reading using texture...
2016-10-19 Dave Airlieradv: start using defines for the user sgpr offsets
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver