mesa/src/amd/vulkan
Bas Nieuwenhuizen c03d258046 radv/amdgpu: Add a syncobj per queue.
For merging our own dependencies in without submitting.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14097>
2021-12-08 20:21:05 +00:00
..
layers radv: add initial SPM support on GFX10+ 2021-12-08 08:40:51 +00:00
winsys radv/amdgpu: Add a syncobj per queue. 2021-12-08 20:21:05 +00:00
.editorconfig radv: Update editorconfig. 2021-04-10 03:31:58 +02:00
meson.build radv: add initial SPM support on GFX10+ 2021-12-08 08:40:51 +00:00
radv_acceleration_structure.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_acceleration_structure.h radv: Add copy/serialization info to accel struct headers. 2021-10-01 13:43:28 +00:00
radv_android.c radv: Remove android build warning. 2021-11-09 20:51:14 +00:00
radv_check_va.py radv: add a Python script to check if a VA was ever valid 2020-12-30 08:40:21 +01:00
radv_cmd_buffer.c radv: fix resume/suspend render pass with depth/stencil attachment 2021-12-08 09:06:27 +00:00
radv_constants.h radv: Add named constants for max framebuffer width/height. 2021-12-05 17:21:32 +00:00
radv_cs.h radv: Format. 2021-04-10 03:31:58 +02:00
radv_debug.c radv: upload shader binaries of a pipeline contiguously in memory 2021-12-02 07:17:04 +00:00
radv_debug.h radv: implement dynamic vertex input state using vertex shader prologs 2021-10-13 05:13:10 +00:00
radv_descriptor_set.c radv: handle VK_DESCRIPTOR_TYPE_SAMPLER in VK_VALVE_mutable_descriptor_type extension 2021-12-08 03:03:43 +00:00
radv_descriptor_set.h vulkan: Move all the common object code to runtime/ 2021-10-29 23:12:32 +00:00
radv_device.c radv: mark GFX10.3 (aka RDNA2) as conformant products with CTS 1.2.7.1 2021-12-08 09:27:26 +00:00
radv_formats.c radv: Don't crash if VkExternalImageFormatProperties isn't provided. 2021-11-16 10:23:37 +00:00
radv_image.c radv: add support for VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR 2021-11-26 13:41:23 +00:00
radv_llvm_helper.cpp radv: Rename radv_shader_helper.h to radv_llvm_helper.h 2021-10-01 10:40:18 +02:00
radv_llvm_helper.h radv: Rename radv_shader_helper.h to radv_llvm_helper.h 2021-10-01 10:40:18 +02:00
radv_meta.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta.h radv: add radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_blit.c radv: add radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_blit2d.c radv: add radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_buffer.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_bufimage.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_clear.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_copy.c radv: implement optimized MSAA copies using FMASK 2021-11-24 08:03:47 +00:00
radv_meta_copy_vrs_htile.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_dcc_retile.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_decompress.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_fast_clear.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_fmask_copy.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_fmask_expand.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_resolve.c radv: add radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_resolve_cs.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_resolve_fs.c radv: add radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_nir_lower_ycbcr_textures.c nir: Drop the unused instr arg for src/dest copy functions. 2021-09-14 17:53:06 +00:00
radv_nir_to_llvm.c radv/llvm: constify radv_shader_info 2021-11-29 10:10:07 +00:00
radv_pass.c radv: Support VK_KHR_dynamic_rendering for pipeline creation. 2021-12-05 17:21:32 +00:00
radv_perfcounter.c radv: add few helpers for configuring performance counters 2021-12-08 08:40:51 +00:00
radv_pipeline.c radv: clone shader in radv_shader_compile_to_nir 2021-12-08 11:07:40 +00:00
radv_pipeline_cache.c radv: upload shader binaries of a pipeline contiguously in memory 2021-12-02 07:17:04 +00:00
radv_pipeline_rt.c radv: Match function definitions to declarations 2021-11-12 09:46:10 +00:00
radv_private.h radv: add initial SPM support on GFX10+ 2021-12-08 08:40:51 +00:00
radv_query.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_radeon_winsys.h radv: Support address capture and replay. 2021-07-05 17:27:51 +00:00
radv_shader.c radv: clone shader in radv_shader_compile_to_nir 2021-12-08 11:07:40 +00:00
radv_shader.h radv: upload shader binaries of a pipeline contiguously in memory 2021-12-02 07:17:04 +00:00
radv_shader_args.c radv: constify radv_shader_info in radv_declare_shader_args() 2021-11-29 10:10:06 +00:00
radv_shader_args.h radv: constify radv_shader_info in radv_declare_shader_args() 2021-11-29 10:10:06 +00:00
radv_shader_info.c radv: Use util_widen_mask. 2021-12-03 18:29:13 +00:00
radv_spm.c radv: add initial SPM support on GFX10+ 2021-12-08 08:40:51 +00:00
radv_sqtt.c radv: add initial SPM support on GFX10+ 2021-12-08 08:40:51 +00:00
radv_util.c radv: Switch to the new common vk_error helpers 2021-10-07 20:51:36 +00:00
radv_wsi.c radv: Match function definitions to declarations 2021-11-12 09:46:10 +00:00
radv_wsi_display.c radv: Use the common WSI wrappers 2021-10-13 00:06:15 +00:00
si_cmd_buffer.c radv: Add named constants for max framebuffer width/height. 2021-12-05 17:21:32 +00:00
vk_format.h vulkan: move common format helpers to vk_format 2021-11-19 12:23:19 +01:00
vulkan.sym radv: Add Android module info to linker script. 2021-01-12 20:17:52 +00:00
vulkan_radv.def radv: fix build with mingw 2021-08-13 12:13:21 +02:00