summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: use an unsigned 32-bit integer for radv_queue::family_indexSamuel Pitoiset2017-11-151-1/+1
* radv: force enable LLVM sisched for The Talos PrincipleSamuel Pitoiset2017-11-141-0/+20
* radv: add nosisched debug optionSamuel Pitoiset2017-11-141-0/+9
* radv: Free temporary syncobj after waiting on it.Bas Nieuwenhuizen2017-11-141-4/+18
* radv: Free syncobj with multiple imports.Bas Nieuwenhuizen2017-11-141-2/+8
* radv: use vk_zalloc instead of vk_alloc+memsetSamuel Pitoiset2017-11-131-9/+5
* radv: remove useless memset() in radv_CreateFence()Samuel Pitoiset2017-11-131-1/+0
* radv: use vk_error() everywhere an error is returnedSamuel Pitoiset2017-11-131-18/+18
* amd/addrlib: update to latest versionMarek Olšák2017-11-081-1/+0
* radv: wrap cs_add_buffer in an inline. (v2)Dave Airlie2017-11-061-7/+7
* radv: Don't expose heaps with 0 memory.Bas Nieuwenhuizen2017-11-021-52/+83
* radv: make sure we set buffers as shareable properly.Dave Airlie2017-11-021-2/+5
* radv: Implement VK_AMD_shader_infoAlex Smith2017-10-291-0/+9
* radv: add support for local bos. (v3)Dave Airlie2017-10-261-8/+12
* radv: Fix truncation issue hexifying the cache uuid for the disk cache.Bas Nieuwenhuizen2017-10-251-2/+2
* radv: use device name in cache creation like radeonsi.Dave Airlie2017-10-251-2/+3
* radv: disable implicit sync for radv allocated bos v3Andres Rodriguez2017-10-211-0/+3
* radv: factor out radv_alloc_memoryAndres Rodriguez2017-10-211-5/+14
* radv: Expose VK_EXT_global_priorityAndres Rodriguez2017-10-211-0/+2
* radv: Implement VK_EXT_global_priorityAndres Rodriguez2017-10-211-3/+29
* radv: enable GS on GFX9Bas Nieuwenhuizen2017-10-201-3/+1
* radv: Enable tessellation shaders for GFX9.Bas Nieuwenhuizen2017-10-201-1/+1
* radv: Set correct registers for merged shader rings.Bas Nieuwenhuizen2017-10-191-12/+24
* radv: port to using updated anv entrypoint/extension generator.Dave Airlie2017-10-171-266/+5
* radv: enable VK_KHX_multiview always.Dave Airlie2017-10-171-4/+4
* radv: add has_clear_state and enable it on CIK+ onlySamuel Pitoiset2017-10-121-0/+5
* radv: create on-disk shader cacheTimothy Arceri2017-10-121-0/+13
* radv: remove duplicate debug_flags fieldTimothy Arceri2017-10-121-3/+1
* radv: export KHR_relaxed_block_layoutDave Airlie2017-10-101-0/+4
* radv: add radv_htile_enabled() helperSamuel Pitoiset2017-10-061-3/+2
* radv: Enable VK_KHR_maintenance2 extension.Bas Nieuwenhuizen2017-10-061-0/+4
* radv: Implement querying the point clipping behavior.Bas Nieuwenhuizen2017-10-061-0/+6
* radv: Implement TC compatible HTILE.Bas Nieuwenhuizen2017-10-041-2/+26
* radv: add radv_vi_dcc_enabled() helperSamuel Pitoiset2017-10-021-1/+1
* radv: init the trace BO before compiling meta shadersSamuel Pitoiset2017-09-251-5/+5
* radv: make use of ATI_VENDOR_ID everywhereSamuel Pitoiset2017-09-251-2/+2
* radv: Implement VK_AMD_rasterization_orderNicholas Miell2017-09-211-0/+17
* radv: Don't use a virtual function for getting the buffer virtual address.Bas Nieuwenhuizen2017-09-201-15/+15
* radv: Add VK_KHR_bind_memory2 support.Bas Nieuwenhuizen2017-09-201-24/+58
* radv: Add support for more DCC compression with VK_KHR_image_format_list.Bas Nieuwenhuizen2017-09-161-0/+4
* radv: dump the list of enabled options when a hang occuredSamuel Pitoiset2017-09-141-0/+14
* radv: add debug flags for syncing shaders after every draw callSamuel Pitoiset2017-09-141-0/+1
* radv/gfx9: set mip0-depth correctly for 2d arrays/3d imagesDave Airlie2017-09-131-2/+2
* radv: add debug flags to zero vram allocations.Dave Airlie2017-09-121-0/+1
* radv: Actually check for vm faults.Bas Nieuwenhuizen2017-09-091-0/+1
* radv: move shaders related code to radv_shader.cSamuel Pitoiset2017-09-081-0/+1
* radv/gfx9: allocate events from uncached VA spaceDave Airlie2017-09-071-1/+1
* ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2017-09-071-3/+3
* radv: Enable command buffer chaining by default.Bas Nieuwenhuizen2017-09-041-1/+1
* radv: Put semaphore waits in preamble cs.Bas Nieuwenhuizen2017-09-041-58/+36