summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: add has_scissor_bug for Vega10 and RavenSamuel Pitoiset2018-01-081-0/+4
* radv: make shader BOs read-only for the GPUSamuel Pitoiset2018-01-081-0/+2
* radv: make descriptor BOs read-only for the GPUSamuel Pitoiset2018-01-081-1/+3
* ac: rename has_syncobj_wait -> has_syncobj_wait_for_submitMarek Olšák2018-01-041-3/+3
* radv: Add flag for enabling binning.Bas Nieuwenhuizen2017-12-311-0/+8
* radv: Also set DCC params for sampling for input attachment usage.Bas Nieuwenhuizen2017-12-291-1/+2
* radv: move local bos usage to a perftest flag.Dave Airlie2017-12-281-0/+1
* radv: set some dcc parameters depending on if texture will be sampledDave Airlie2017-12-271-1/+10
* radv/radeonsi: set dcc min uncompressed properly for APUs.Dave Airlie2017-12-271-0/+10
* amd/common/radv/radeonsi: use register defines for dcc block sizes.Dave Airlie2017-12-271-3/+3
* radv: fix surface max layer count (v2)Dave Airlie2017-12-221-7/+7
* radv: Advertise sync fd import and export.Bas Nieuwenhuizen2017-12-181-4/+15
* radv: Implement sync file import/export for fences & semaphores.Bas Nieuwenhuizen2017-12-181-28/+87
* radv: Add external fence support.Bas Nieuwenhuizen2017-12-181-0/+20
* radv: Implement VK_KHR_external_fence_fd.Bas Nieuwenhuizen2017-12-181-0/+47
* radv: Implement fences based on syncobjs.Bas Nieuwenhuizen2017-12-181-14/+99
* radv: store the dispatch initiator into the deviceSamuel Pitoiset2017-12-141-0/+10
* radv: Don't use local BOs when allocating with export options.Bas Nieuwenhuizen2017-12-101-1/+3
* radv: track different status of a command bufferSamuel Pitoiset2017-12-081-0/+2
* radv: Add LLVM version to the device name stringAlex Smith2017-12-071-25/+36
* radv: fix a case statement in GetMemoryFdPropertiesKHRFredrik Höglund2017-12-061-1/+1
* radv/wsi: drop allocate memory special caseDave Airlie2017-12-041-10/+6
* radv: Move wsi initialization later in physical_device_initJason Ekstrand2017-12-041-6/+7
* radv/image: Implement the wsi "extension"Jason Ekstrand2017-12-041-0/+6
* radv: Implement VK_EXT_external_memory_dma_bufJason Ekstrand2017-12-041-10/+22
* radv: do not set DISABLE_LSB_CEIL on GFX9Samuel Pitoiset2017-11-301-1/+1
* radv: remove set but unnecessary radv_color_buffer_info::micro_tile_modeSamuel Pitoiset2017-11-301-1/+0
* radv: do not store gfx9_epitch in radv_color_buffer_infoSamuel Pitoiset2017-11-301-3/+0
* radv: Use the suffixed versions of VK_QUEUE_GLOBAL_PRIORITY_*Jason Ekstrand2017-11-271-4/+4
* radv: it isn't an error to not support a format or driverDave Airlie2017-11-161-1/+1
* 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