vulkan: Add new cast macros for VkIcd types
[mesa.git] / src / amd / vulkan / radv_private.h
2017-01-09 Bas Nieuwenhuizenradv: Create single RADV_DEBUG env var.
2017-01-09 Bas Nieuwenhuizenradv: Dump command buffer on hang.
2017-01-09 Dave Airlieradv: drop unused fields in physical device.
2016-12-27 Bas Nieuwenhuizenradv: Also skip DCC clear flushes for compute.
2016-12-18 Bas Nieuwenhuizenradv: Create an empty CS per ring type.
2016-12-18 Bas Nieuwenhuizenradv: Don't enable CMASK on compute queues.
2016-12-18 Dave Airlieradv: init compute queue and avoid initing transfer...
2016-12-18 Dave Airlieradv: clear image implementation for compute queue
2016-12-18 Dave Airlieradv: implement image->image copies using compute shader
2016-12-18 Dave Airlieradv: Store queue family in command buffers.
2016-12-18 Dave Airlieradv: start fixing up queue allocate for multiple queues
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory types.
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory heaps.
2016-12-09 Bas Nieuwenhuizenradv: Clean up some unused variables.
2016-12-07 Dave Airlieradv: move descriptor set userdata emission to draw...
2016-12-07 Edward O'Callaghanvulkan: use STATIC_ASSERT instead of static_assert
2016-11-28 Emil Velikovradv: Make radv_finishme only warn once per call-site
2016-11-22 Dave Airlieradv: add support for shader stats dump
2016-11-22 Bas Nieuwenhuizenradv: Store UUID in physical device.
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-18 Dave Airlieradv: drop pointless struct decl.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-18 Dave Airlieradv: make use of shared vector helper.
2016-10-11 Dave Airlieradv: remove the validation layer and some related...
2016-10-11 Dave Airlieradv: drop entrypoint split out.
2016-10-11 Dave Airlieradv: drop the RADV_CALL macro.
2016-10-10 Edward O'Callaghanradv: Use proper header guards over 'pragma once' direc...
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver