radv: Avoid deadlock on bo_list.
[mesa.git] / src / amd / vulkan / radv_device.c
2020-09-02 Bas Nieuwenhuizenradv: Avoid deadlock on bo_list.
2020-09-02 Bas Nieuwenhuizenradv: Fix threading issue with submission refcounts.
2020-09-02 Jonathan Grayvulkan: make VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT...
2020-09-02 Jonathan Grayradv: remove seccomp includes
2020-09-01 Bas Nieuwenhuizenradv: Allow triggering thread traces by file.
2020-09-01 Bas Nieuwenhuizenradv: Centralize enabling thread trace.
2020-09-01 Marek Olšákamd/registers: switch to new generated register definitions
2020-09-01 Samuel Pitoisetradv: force RADV_DEBUG=syncshaders when RADV_TRACE_FILE...
2020-08-26 Samuel Pitoisetradv: print a warning when RADV_TRAP_HANDLER is used
2020-08-25 Bas Nieuwenhuizenradv: Update CTS version.
2020-08-25 Bas Nieuwenhuizenradv: Remove conformance warnings with ACO.
2020-08-24 Samuel Pitoisetradv: use the trap handler to detect faulty shaders...
2020-08-24 Samuel Pitoisetradv: add initial trap handler support with RADV_TRAP_H...
2020-08-19 Samuel Pitoisetradv: track and report if a logical device is lost
2020-08-18 Bas Nieuwenhuizenradv: Override the uniform buffer offset alignment...
2020-08-18 Bas Nieuwenhuizendriconf: Support selection by Vulkan applicationName.
2020-08-14 Bas Nieuwenhuizenradv: When importing an image, redo the layout based...
2020-08-12 Samuel Pitoisetradv: fix emitting the border color pointer on the...
2020-08-10 Bas Nieuwenhuizenradv: Add forcecompress debug flag.
2020-08-10 Samuel Pitoisetradv: report a better error message when QueueWaitIdle...
2020-08-05 Rhys Perryradv/llvm: enable VK_KHR_memory_model
2020-08-05 Rhys Perryradv/aco: enable VK_KHR_memory_model
2020-08-04 Samuel Pitoisetradv: print warnings for famous RADV_PERFTEST options...
2020-08-03 Joshua Ashtonradv: Implement VK_EXT_4444_formats
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
next