mesa/src/amd/vulkan
Tapani Pälli 01fb24d50e radv: setup syncobj fd via wsi_device_setup_syncobj_fd
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12305>
2021-11-04 16:57:29 +00:00
..
layers radv: Use MESA_VULKAN_SHADER_STAGES to make room for mesh/task. 2021-11-04 13:32:07 +00:00
winsys radv: fence->user_ptr and ctx->fence_map are now totally unused. 2021-10-26 22:22:22 +00:00
.editorconfig radv: Update editorconfig. 2021-04-10 03:31:58 +02:00
meson.build vulkan: Move all the common object code to runtime/ 2021-10-29 23:12:32 +00:00
radv_acceleration_structure.c radv: Switch to the new common vk_error helpers 2021-10-07 20:51:36 +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: fix build errors with Android 2021-10-25 06:45:47 +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: Use MESA_VULKAN_SHADER_STAGES to make room for mesh/task. 2021-11-04 13:32:07 +00:00
radv_constants.h radv: add segregated fit shader memory allocator 2021-10-13 05:13:10 +00:00
radv_cs.h radv: Format. 2021-04-10 03:31:58 +02:00
radv_debug.c radv: rename radv_shader_variant to radv_shader 2021-11-01 20:04:45 +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: Split off cmd_buffer variant of descriptor set template updates 2021-11-04 05:50:54 +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: optimize subpass barrier flushes for imageless framebuffers 2021-11-03 08:26:43 +01:00
radv_formats.c radv: Fix modifier property query. 2021-10-14 13:29:42 +00:00
radv_image.c radv: Do early and late tests for fast clears 2021-10-12 10:59:32 +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: use get_global_ids() to compute coordinates in meta shaders 2021-10-11 09:47:06 +00:00
radv_meta.h radv: use get_global_ids() to compute coordinates in meta shaders 2021-10-11 09:47:06 +00:00
radv_meta_blit.c radv: fix vk_object_base_init/finish for internal image views 2021-10-01 07:26:37 +00:00
radv_meta_blit2d.c radv: don't create blit pipelines for multisampled 3D images 2021-10-07 15:36:39 +00:00
radv_meta_buffer.c radv: use get_global_ids() to compute coordinates in meta shaders 2021-10-11 09:47:06 +00:00
radv_meta_bufimage.c nir: s/nir_var_mem_image/nir_var_image/g 2021-10-16 03:47:10 +00:00
radv_meta_clear.c nir: s/nir_var_mem_image/nir_var_image/g 2021-10-16 03:47:10 +00:00
radv_meta_copy.c radv: add support for copying compressed depth/stencil images on compute 2021-09-20 15:17:42 +00:00
radv_meta_copy_vrs_htile.c radv: use get_global_ids() to compute coordinates in meta shaders 2021-10-11 09:47:06 +00:00
radv_meta_dcc_retile.c radv: use get_global_ids() to compute coordinates in meta shaders 2021-10-11 09:47:06 +00:00
radv_meta_decompress.c nir: s/nir_var_mem_image/nir_var_image/g 2021-10-16 03:47:10 +00:00
radv_meta_fast_clear.c nir: s/nir_var_mem_image/nir_var_image/g 2021-10-16 03:47:10 +00:00
radv_meta_fmask_expand.c nir: s/nir_var_mem_image/nir_var_image/g 2021-10-16 03:47:10 +00:00
radv_meta_resolve.c radv: Add hooks after in-renderpass meta operations. 2021-10-13 14:07:05 +00:00
radv_meta_resolve_cs.c radv: optimize subpass barrier flushes for imageless framebuffers 2021-11-03 08:26:43 +01:00
radv_meta_resolve_fs.c radv: optimize subpass barrier flushes for imageless framebuffers 2021-11-03 08:26:43 +01: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,aco: decouple shader_info/options from radv_shader_args 2021-10-22 07:10:40 +00:00
radv_pass.c radv: Switch to the new common vk_error helpers 2021-10-07 20:51:36 +00:00
radv_pipeline.c radv: Use MESA_VULKAN_SHADER_STAGES to make room for mesh/task. 2021-11-04 13:32:07 +00:00
radv_pipeline_cache.c radv: Use MESA_VULKAN_SHADER_STAGES to make room for mesh/task. 2021-11-04 13:32:07 +00:00
radv_pipeline_rt.c radv: Switch to the new common vk_error helpers 2021-10-07 20:51:36 +00:00
radv_private.h radv: Use MESA_VULKAN_SHADER_STAGES to make room for mesh/task. 2021-11-04 13:32:07 +00:00
radv_query.c radv: Handle copying zero queries. 2021-10-11 23:27:45 +00:00
radv_radeon_winsys.h radv: Support address capture and replay. 2021-07-05 17:27:51 +00:00
radv_shader.c radv: rename radv_shader_variant to radv_shader 2021-11-01 20:04:45 +00:00
radv_shader.h radv: rename radv_shader_variant to radv_shader 2021-11-01 20:04:45 +00:00
radv_shader_args.c radv,aco: decouple shader_info/options from radv_shader_args 2021-10-22 07:10:40 +00:00
radv_shader_args.h radv,aco: decouple shader_info/options from radv_shader_args 2021-10-22 07:10:40 +00:00
radv_shader_info.c radv: fix OpImageQuerySamples with non-zero descriptor set 2021-10-18 16:47:50 +00:00
radv_sqtt.c radv: enable SQTT instruction timing by default 2021-11-01 17:32:50 +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: setup syncobj fd via wsi_device_setup_syncobj_fd 2021-11-04 16:57:29 +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: rename radv_shader_variant to radv_shader 2021-11-01 20:04:45 +00:00
vk_format.h vulkan,radv: Move vk_format_depth/stencil_only to common code 2021-08-17 21:29:35 +00: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