radv: add support for VK_KHR_sampler_mirror_clamp_to_edge
[mesa.git] / src / amd / vulkan / radv_device.c
2016-11-23 Fredrik Höglundradv: add support for VK_KHR_sampler_mirror_clamp_to_edge
2016-11-23 Fredrik Höglundradv: add support for anisotropic filtering on SI-CI
2016-11-22 Dave Airlieradv: add support for shader stats dump
2016-11-22 Bas Nieuwenhuizenradv: Incorporate GPU family into cache UUID.
2016-11-22 Bas Nieuwenhuizenradv: Use library mtime for cache UUID.
2016-11-22 Bas Nieuwenhuizenradv: Store UUID in physical device.
2016-11-09 Emil Velikovradv: use correct .specVersion for extensions
2016-11-09 Dave Airlieradv: fix GetFenceStatus for signaled fences
2016-11-02 Fredrik Höglundradv: add support for anisotropic filtering on VI+
2016-11-02 Dave Airlieradv: expose xlib platform extension
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-28 Fredrik Höglundradv: add a write-combining host-local memory type
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-12 Nicolas Kochradv: Return correct result in EnumeratePhysicalDevices
2016-10-11 Dave Airlieradv: check driver name before calling amdgpu.
2016-10-11 Dave Airlieradv: fix memory leak from physical device if wsi fails
2016-10-06 Gustaw Smolarczykradv: Skip already signalled fences.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver