summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* anv: set maxFragmentDualSrcAttachments to 1Dave Airlie2016-12-141-1/+1
* radv: don't leak the fd if radv_physical_device_init() succeedsEmil Velikov2016-12-141-0/+1
* radv: honour the number of properties availableEmil Velikov2016-11-281-11/+7
* radv: use correct .specVersion for extensionsEmil Velikov2016-11-101-4/+4
* radv: fix GetFenceStatus for signaled fencesDave Airlie2016-11-091-0/+2
* radv: add support for anisotropic filtering on VI+Fredrik Höglund2016-11-091-3/+27
* radv: expose xlib platform extensionDave Airlie2016-11-091-0/+6
* radv: mark the fence as submitted and signalled in vkAcquireNextImageKHRFredrik Höglund2016-10-271-6/+0
* radv: move to using shared vk_alloc inlines.Dave Airlie2016-10-191-19/+19
* radv: Return correct result in EnumeratePhysicalDevicesNicolas Koch2016-10-131-0/+2
* radv: check driver name before calling amdgpu.Dave Airlie2016-10-121-0/+16
* radv: fix memory leak from physical device if wsi failsDave Airlie2016-10-121-1/+3
* radv: Skip already signalled fences.Gustaw Smolarczyk2016-10-071-3/+3
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+1782