summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_device.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-09radv: Create single RADV_DEBUG env var.Bas Nieuwenhuizen1-19/+26
2017-01-09radv: Dump command buffer on hang.Bas Nieuwenhuizen1-9/+73
2016-12-31anv,radv: disable StorageImageWriteWithoutFormat for nowIlia Mirkin1-1/+1
2016-12-25radv: return count of queue families writtenDamien Grassart1-1/+4
2016-12-23radv: set some proper values for interp offset limits.Dave Airlie1-3/+3
2016-12-23radv: bump texel offsets to align with radeonsiDave Airlie1-4/+4
2016-12-22radv: enable shaderStorageImageExtendedFormatsDave Airlie1-1/+1
2016-12-22radv: enable shaderGatherImageExtendedDave Airlie1-1/+1
2016-12-18radv: Use correct workgroup size limits.Bas Nieuwenhuizen1-4/+4
2016-12-18radv: expose the compute queueDave Airlie1-11/+41
2016-12-18radv: Create an empty CS per ring type.Bas Nieuwenhuizen1-6/+19
2016-12-18radv: add semaphore supportDave Airlie1-8/+21
2016-12-18radv: pass queue index into winsys submissionDave Airlie1-2/+2
2016-12-18radv/winsys: Make WaitIdle queue aware.Bas Nieuwenhuizen1-2/+8
2016-12-18radv: start fixing up queue allocate for multiple queuesDave Airlie1-11/+41
2016-12-17radv: handle fence allocation failingDave Airlie1-1/+4
2016-12-09radv: Use enum for memory types.Bas Nieuwenhuizen1-28/+13
2016-12-09radv: Use enum for memory heaps.Bas Nieuwenhuizen1-8/+10
2016-11-29radv: Initialize the shader_stats_dump flag.Bas Nieuwenhuizen1-0/+1
2016-11-29anv: set maxFragmentDualSrcAttachments to 1Dave Airlie1-1/+1
2016-11-28radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() failsEmil Velikov1-0/+2
2016-11-28radv: don't leak the fd if radv_physical_device_init() succeedsEmil Velikov1-0/+1
2016-11-27radv: honour the number of properties availableEmil Velikov1-11/+7
2016-11-27radv: drop the return type for radv_queue_init()Mun Gwan-gyeong1-3/+1
2016-11-24radv: add support for VK_AMD_draw_indirect_countFredrik Höglund1-0/+4
2016-11-24radv: add support for VK_AMD_negative_viewport_heightFredrik Höglund1-0/+4
2016-11-24radv: add support for VK_KHR_sampler_mirror_clamp_to_edgeFredrik Höglund1-0/+4
2016-11-24radv: add support for anisotropic filtering on SI-CIFredrik Höglund1-9/+2
2016-11-22radv: add support for shader stats dumpDave Airlie1-0/+1
2016-11-22radv: Incorporate GPU family into cache UUID.Bas Nieuwenhuizen1-3/+5
2016-11-22radv: Use library mtime for cache UUID.Bas Nieuwenhuizen1-4/+32
2016-11-22radv: Store UUID in physical device.Bas Nieuwenhuizen1-8/+10
2016-11-09radv: use correct .specVersion for extensionsEmil Velikov1-4/+4
2016-11-09radv: fix GetFenceStatus for signaled fencesDave Airlie1-0/+2
2016-11-03radv: add support for anisotropic filtering on VI+Fredrik Höglund1-3/+27
2016-11-02radv: expose xlib platform extensionDave Airlie1-0/+6
2016-10-28radv: split the device local memory heap into twoFredrik Höglund1-5/+10
2016-10-28radv: add a write-combining host-local memory typeFredrik Höglund1-4/+13
2016-10-26radv: mark the fence as submitted and signalled in vkAcquireNextImageKHRFredrik Höglund1-6/+0
2016-10-19radv: move to using shared vk_alloc inlines.Dave Airlie1-19/+19
2016-10-13radv: Return correct result in EnumeratePhysicalDevicesNicolas Koch1-0/+2
2016-10-12radv: check driver name before calling amdgpu.Dave Airlie1-0/+16
2016-10-12radv: fix memory leak from physical device if wsi failsDave Airlie1-1/+3
2016-10-07radv: Skip already signalled fences.Gustaw Smolarczyk1-3/+3
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+1782