summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: Initialize the shader_stats_dump flag.Bas Nieuwenhuizen2016-11-291-0/+1
* anv: set maxFragmentDualSrcAttachments to 1Dave Airlie2016-11-291-1/+1
* radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() failsEmil Velikov2016-11-281-0/+2
* radv: don't leak the fd if radv_physical_device_init() succeedsEmil Velikov2016-11-281-0/+1
* radv: honour the number of properties availableEmil Velikov2016-11-271-11/+7
* radv: drop the return type for radv_queue_init()Mun Gwan-gyeong2016-11-271-3/+1
* radv: add support for VK_AMD_draw_indirect_countFredrik Höglund2016-11-241-0/+4
* radv: add support for VK_AMD_negative_viewport_heightFredrik Höglund2016-11-241-0/+4
* radv: add support for VK_KHR_sampler_mirror_clamp_to_edgeFredrik Höglund2016-11-241-0/+4
* radv: add support for anisotropic filtering on SI-CIFredrik Höglund2016-11-241-9/+2
* radv: add support for shader stats dumpDave Airlie2016-11-221-0/+1
* radv: Incorporate GPU family into cache UUID.Bas Nieuwenhuizen2016-11-221-3/+5
* radv: Use library mtime for cache UUID.Bas Nieuwenhuizen2016-11-221-4/+32
* radv: Store UUID in physical device.Bas Nieuwenhuizen2016-11-221-8/+10
* radv: use correct .specVersion for extensionsEmil Velikov2016-11-091-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-031-3/+27
* radv: expose xlib platform extensionDave Airlie2016-11-021-0/+6
* radv: split the device local memory heap into twoFredrik Höglund2016-10-281-5/+10
* radv: add a write-combining host-local memory typeFredrik Höglund2016-10-281-4/+13
* radv: mark the fence as submitted and signalled in vkAcquireNextImageKHRFredrik Höglund2016-10-261-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