radv: Fix host->host signalling with legacy timeline semaphores.
[mesa.git] / src / amd / vulkan / radv_device.c
2020-07-28 Bas Nieuwenhuizenradv: Fix host->host signalling with legacy timeline...
2020-07-28 Dave Airlieradv: cleanup locking around timeline waiting.
2020-07-23 Bas Nieuwenhuizenradv: Add timeline syncobj for timeline semaphores.
2020-07-23 Bas Nieuwenhuizenradv: Add winsys functions for timeline syncobj.
2020-07-23 Bas Nieuwenhuizenradv: Add thread for timeline syncobj submission.
2020-07-23 Bas Nieuwenhuizenradv/winsys: Add binary syncobj ABI changes for timelin...
2020-07-22 Samuel Pitoisetradv/winsys: return a Vulkan error code when binding...
2020-07-22 Samuel Pitoisetradv: add missing return values check for some winsys...
2020-07-22 Samuel Pitoisetradv: advertise VK_EXT_shader_atomic_float
2020-07-21 Rhys Perryradv: replace discard with demote for Quantic Dream...
2020-07-20 Samuel Pitoisetradv: advertise VK_EXT_image_robustness
2020-07-17 Rhys Perryradv: enable more float_controls features
2020-07-17 Samuel Pitoisetradv: return better Vulkan error codes when VkQueueSubm...
2020-07-17 Samuel Pitoisetradv: remove one useless goto in radv_queue_submit_defe...
2020-07-16 Samuel Pitoisetradv: split fence into two parts as enum+union.
2020-07-16 Samuel Pitoisetradv: optimize creating signaled syncobj with amdgpu_cs...
2020-07-16 Samuel Pitoisetradv: fix the error code when allocating a fresh import...
2020-07-16 Samuel Pitoisetradv: fix the error code when exporting a semaphore...
2020-07-16 Samuel Pitoisetradv: fix destroying the syncobj when exporting a fence FD
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateInstance(...
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateFence() failed
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateSemaphore...
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateEvent() failed
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateBuffer() failed
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateImage() failed
2020-07-14 Samuel Pitoisetradv: add the custom border color BO to the list of...
2020-07-13 Samuel Pitoisetradv: advertise VK_EXT_extended_dynamic_state
2020-07-13 Samuel Pitoisetradv: remove the secure compile support feature
2020-07-12 Samuel Pitoisetradv: return VK_ERROR_DEVICE_LOST if wait-for-idle...
2020-07-07 Rhys Perryradv: enable zerovram for Quantic Dream games
2020-07-02 Samuel Pitoisetradv,vulkan: add a new x11 wsi drirc workaround for...
2020-07-02 Samuel Pitoisetradv: fix wide points and lines
2020-06-29 Samuel Pitoisetradv: enable VK_AMD_shader_ballot on GFX6-7 with both...
2020-06-26 Samuel Pitoisetradv: remove the load/store workaround for Monster...
2020-06-26 Samuel Pitoisetradv: remove the shader ballot workaround for Youngbloo...
2020-06-25 Daniel Schürmannradv: enable ACO by default
2020-06-25 Daniel Schürmannradv: change use_aco -> use_llvm
2020-06-25 Daniel Schürmannradv: introduce RADV_DEBUG=llvm option
2020-06-24 Samuel Pitoisetradv: fix checking the return value of cs_finalize()
2020-06-24 Bas Nieuwenhuizenradv: Handle mmap failures.
2020-06-22 Eric Engestromutil: rename xmlpool.h to driconf.h
2020-06-19 Rhys Perryradv: add new drirc option radv_no_dynamic_bounds
2020-06-19 Samuel Pitoisetradv: add support for Sienna Cichlid
2020-06-18 Samuel Pitoisetradv: lower discards to demote to workaround a RDR2...
2020-06-17 Samuel Pitoisetradv/aco: enable FP16 features/extensions on GFX9+
2020-06-12 Samuel Pitoisetradv: add new drirc option radv_enable_mrt_output_nan_fixup
2020-06-09 Samuel Pitoisetradv/aco: enable shaderInt8 and VK_KHR_shader_float16_i...
2020-06-09 Samuel Pitoisetradv/aco: enable shaderInt16 on GFX6-GFX7
2020-06-09 Samuel Pitoisetradv/aco: enable 8-bit/16-bit storage on GFX6-GFX7
2020-06-09 Samuel Pitoisetradv/llvm: expose VK_EXT_shader_demote_to_helper_invoca...
2020-06-05 Samuel Pitoisetradv/aco: enable VK_KHR_shader_subgroup_extended_types...
2020-06-05 Bas Nieuwenhuizenradv: Use offsets in surface struct.
2020-06-05 Samuel Pitoisetradv/aco: enable 64-bit atomic features if RADV is...
2020-06-04 Clément Guérinradv: Always expose non-visible local memory type on...
2020-06-03 Samuel Pitoisetradv: enable zero VRAM for all VKD3D (DX12->VK) games
2020-06-03 Samuel Pitoisetradv: enable zero VRAM for Doom Eternal
2020-06-02 Timur Kristófradv/aco: Always enable subgroup shuffle.
2020-06-02 Marek Olšákac: rename has_double_rate_fp16 -> has_packed_math_16bit
2020-05-29 Samuel Pitoisetradv/aco: enable VK_KHR_subgroup_extended_types on...
2020-05-26 Marek Olšákac/gpu_info: replace num_good_cu_per_sh with min/max_go...
2020-05-25 Bas Nieuwenhuizenradv: Do not close fd -1 when NULL-winsys creation...
2020-05-24 Samuel Pitoisetradv: advertise shaderDeviceClock on GFX8+
2020-05-24 Samuel Pitoisetradv: cleanup physical device features
2020-05-24 Samuel Pitoisetradv: do not return from radv_GetPhysicalDeviceFeatures2()
2020-05-23 Marek Olšákac: update register and packet definitions for preemption
2020-05-21 Samuel Pitoisetradv: fix missing break in radv_GetPhysicalDeviceFeatur...
2020-05-19 Bas Nieuwenhuizenradv: Expose VK_EXT_pipeline_creation_cache_control.
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
2020-05-19 Samuel Pitoisetradv/aco: enable storageInputOutput16 on GFX9+
2020-05-19 Samuel Pitoisetradv: fix missing break in radv_GetPhysicalDeviceProper...
2020-05-15 Joshua Ashtonradv: Implement VK_EXT_custom_border_color
2020-05-15 Bas Nieuwenhuizenradv: Provide a better error for permission issues...
2020-05-14 Samuel Pitoisetradv: enable shaderResourceMinLod
2020-05-13 Samuel Pitoisetradv: add a LLVM version string workaround for SotTR...
2020-05-13 Samuel Pitoisetradv: use the common code for generating extensions...
2020-05-13 Samuel Pitoisetradv: implement VK_EXT_private_data
2020-05-13 Samuel Pitoisetradv: use the base object struct types
2020-05-13 Samuel Pitoisetradv: use the common base object type for VkDevice
2020-05-08 Samuel Pitoisetradv: remove the LLVM version string when ACO is used
2020-05-07 Marek Olšákamd: assume HTILE is always rb/pipe_aligned, remove...
2020-05-07 Marek Olšákamd: assume CMASK is always rb/pipe_aligned, remove...
2020-05-06 Samuel Pitoisetradv: display an error message if the winsys init failed
2020-05-06 Samuel Pitoisetradv: use a linked list for physical devices
2020-05-06 Samuel Pitoisetradv: don't report error with other vendor DRM devices
2020-05-06 Samuel Pitoisetradv: report INITIALIZATION_FAILED when the amdgpu...
2020-05-06 Samuel Pitoisetradv: fix a memleak if the physical device initializati...
2020-05-06 Samuel Pitoisetradv: rename radv_devices() to radv_enumerate_physical_...
2020-05-06 Samuel Pitoisetradv: cleanup radv_CreateInstance()
2020-05-05 Samuel Pitoisetradv: enable shaderInt16 unconditionally with LLVM...
2020-04-29 Bas Nieuwenhuizenradv: Fix implicit sync with recent allocation changes.
2020-04-29 Samuel Pitoisetradv: advertise VK_EXT_robustness2
2020-04-29 Bas Nieuwenhuizenradv: Expose 4G element texel buffers.
2020-04-28 Samuel Pitoisetradv: advertise VK_AMD_memory_overallocation_behavior
2020-04-28 Samuel Pitoisetradv: track memory heaps usage if overallocation is...
2020-04-28 Bas Nieuwenhuizenradv: Determine memory type for import based on fd.
2020-04-28 Bas Nieuwenhuizenradv: Stop using memory type indices.
2020-04-28 Bas Nieuwenhuizenradv: Use actual memory type count for setting app...
2020-04-27 Samuel Pitoisetradv: do not expose GTT as device local memory mostly...
2020-04-27 Bas Nieuwenhuizenradv: Add WSI buffers to BO list only if they can be...
2020-04-27 Bas Nieuwenhuizendrm-uapi,radv,radeonsi: Add amdgpu_drm.h header.
next