radv: Avoid deadlock on bo_list.
[mesa.git] / src / amd / vulkan / radv_device.c
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.
2020-04-27 Samuel Pitoisetradv: fix robust_buffer_access if enabled via VkPhysica...
2020-04-25 Joshua Ashtonradv: Pass logical device to si_emit_graphics
2020-04-24 Rhys Perryradv/aco: enable 8/16-bit storage and int8/int16 on...
2020-04-24 Eduardo Lima Mitevanv/radv: Resolving 'GetInstanceProcAddr' should not...
2020-04-23 Samuel Pitoisetradv: adjust the supported subgroup stages
2020-04-23 Joshua Ashtonradv: Use TRUNC_COORD on samplers
2020-04-17 Samuel Pitoisetradv: fix geometry shader primitives query with ACO...
2020-04-15 Samuel Pitoisetradv/aco: do not advertise VK_KHR_shader_subgroup_exten...
2020-04-09 Samuel Pitoisetradv: only expose fp16 control features for chips with...
2020-04-09 Samuel Pitoisetradv: only expose storageInputOutput16 for chips with...
2020-04-09 Samuel Pitoisetradv: only expose shaderFloat16 for chips with double...
2020-04-08 Samuel Iglesias... radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALL...
2020-04-08 Samuel Iglesias... radv: check buffer size in vkCreateBuffer()
2020-04-07 Timur Kristófradv: Enable ACO for NGG VS/TES, but disable NGG for...
2020-04-03 Samuel Pitoisetradv/llvm: enable 16-bit storage features on GFX6-GFX7
2020-04-03 Samuel Pitoisetradv/llvm: enable 8-bit storage features on GFX6-GFX7
2020-03-27 Marek Olšákradv: stop including files from mesa/main
2020-03-23 Samuel Pitoisetradv/llvm: fix subgroup shuffle for chips without bpermute
2020-03-13 Samuel Pitoisetradv: remove unnecessary LLVM includes
2020-03-12 Timur Kristófradv: Enable subgroup shuffle on GFX10 when ACO is...
2020-03-10 Samuel Pitoisetradv: use device entrypoints from the SQTT layer if...
2020-03-09 Daniel Schürmannradv: use nir_lower_discard_to_demote to work around...
2020-03-06 Samuel Pitoisetradv/sqtt: abort if SQTT is used on GFX6-GFX7
2020-03-06 Samuel Pitoisetradv/sqtt: add support for GFX8
2020-03-03 Samuel Pitoisetac: rename min_vgpr_alloc to min_wave64_vgpr_alloc
2020-03-03 Samuel Pitoisetac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_...
2020-03-02 Samuel Pitoisetradv: update entrypoints generation from ANV
2020-03-02 Samuel Pitoisetradv/sqtt: add support for GFX10
2020-02-29 Samuel Pitoisetradv: fix 32-bit build failure in radv_queue_internal_s...
2020-02-28 Samuel Pitoisetradv: allow to capture SQTT traces with RADV_THREAD_TRA...
2020-02-28 Samuel Pitoisetradv: add a small helper that allows to submit internal CS
2020-02-26 Samuel Pitoisetradv: fix creating null devices if KHR_display is enabled
2020-02-26 Samuel Pitoisetradv: make use of ac_gpu_info::max_wave64_per_simd
2020-02-26 Samuel Pitoisetradv/gfx10: adjust SGPRs/VGPRs related info
2020-02-26 Samuel Pitoisetradv/gfx10: adjust the number of simd per compute unit
2020-02-26 Samuel Pitoisetradv: implement a dummy winsys for creating devices...
2020-02-24 Samuel Pitoisetradv: add the trace BO to the BO list at submit time
2020-02-17 Samuel Pitoisetradv: enable VK_EXT_sampler_filter_minmax on GFX6
2020-02-17 Samuel Pitoisetradv: enable shaderStorageImageMultisample on GFX6...
2020-02-14 Samuel Pitoisetradv: remove unnecessary RADV_DEBUG=nobatchchain option
2020-02-13 Samuel Pitoisetradv: remove RADV_DEBUG=nosisched and RADV_PERFTEST...
2020-02-13 Samuel Pitoisetradv: remove LLVM sicheduler enable for The Talos Principle
2020-02-13 Samuel Pitoisetradv: implement VK_EXT_line_rasterization
2020-02-13 Samuel Pitoisetradv: fix line width range and granularity
2020-02-11 Samuel Pitoisetradv: set the chip name to GCN-NOOP when RADV_FORCE_FAM...
2020-02-11 Samuel Pitoisetradv: make sure to not submit any IBs when RADV_FORCE_F...
2020-02-02 Bas Nieuwenhuizenradv: Allow non-dedicated linear images and buffer.
2020-01-29 Samuel Pitoisetradv: refactor physical device properties
2020-01-29 Samuel Pitoisetradv/gfx10: add a separate flag for creating a GDS...
2020-01-29 Samuel Pitoisetradv: remove the non conformant VK implementation warni...
2020-01-29 Samuel Pitoisetradv: bump conformance version to 1.2.0.0
2020-01-24 Samuel Pitoisetradv: enable ACO support for GFX6
2020-01-22 Samuel Pitoisetradv: fix double free corruption in radv_alloc_memory()
2020-01-15 Samuel Pitoisetradv: implement Vulkan 1.2 features and properties
2020-01-15 Samuel Pitoisetradv: implement Vulkan 1.1 features and properties
2020-01-15 Samuel Pitoisetradv: update VK_KHR_timeline_semaphore for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_uniform_buffer_standard_layout...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_subgroup_extended_types...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_float_controls for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_float16_int8 for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_imageless_framebuffer for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_driver_properties for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_buffer_device_address for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_8bit_storage for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_scalar_block_layout for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_host_query_reset for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_descriptor_indexing for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: only use VkSamplerCreateInfo::compareOp if enabled
2020-01-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
2019-12-26 Bas Nieuwenhuizenradv: Expose all sample counts for integer formats...
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-18 Bas Nieuwenhuizenradv: Limit workgroup size to 1024.
2019-12-10 Samuel Pitoisetradv: implement VK_KHR_separate_depth_stencil_layouts
next