mesa/src/amd/vulkan
Bas Nieuwenhuizen 0e189dd3fd radv: Add DCC info to the metadata.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9042>
2021-02-23 13:32:33 +01:00
..
layers radv: emit missing subpass resolve marker for SQTT 2021-02-22 08:30:38 +01:00
winsys radv: Add DCC info to the metadata. 2021-02-23 13:32:33 +01:00
.editorconfig amd: add .editorconfig 2017-08-29 01:08:58 +03:00
Android.mk radv: Remove the format table. 2021-02-13 21:47:17 +00:00
Makefile.sources radv: Implement displayable DCC retiling. 2021-02-23 13:32:29 +01:00
meson.build radv: Implement displayable DCC retiling. 2021-02-23 13:32:29 +01:00
radv_android.c radv/winsys: remove the radv_amdgpu_winsys_bo::ws indirection 2021-02-08 08:45:38 +01: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: Implement displayable DCC retiling. 2021-02-23 13:32:29 +01:00
radv_constants.h radv: Remove RANGE_SIZE usage 2020-05-05 00:28:00 +00:00
radv_cs.h radv: Fix emitting SQTT userdata. 2020-09-28 15:46:08 +00:00
radv_debug.c radv: make the TMA/TBA BOs resident buffers 2021-02-19 08:58:19 +00:00
radv_debug.h radv: make the trace BO a resident buffer 2021-02-19 08:58:19 +00:00
radv_descriptor_set.c radv/winsys: remove the radv_amdgpu_winsys_bo::ws indirection 2021-02-08 08:45:38 +01:00
radv_descriptor_set.h radv: Do not access set layout during vkCmdBindDescriptorSets. 2020-10-28 03:06:20 +00:00
radv_device.c radv: Don't use dedicated memory info to indicate sharing. 2021-02-22 13:08:40 +00:00
radv_formats.c radv: Start using util_format_description for everything. 2021-02-13 21:47:17 +00:00
radv_image.c radv: Add DCC info to the metadata. 2021-02-23 13:32:33 +01:00
radv_llvm_helper.cpp radv/gfx10: use the correct target machine for Wave32 2019-08-02 09:37:38 +02:00
radv_meta.c radv: Implement displayable DCC retiling. 2021-02-23 13:32:29 +01:00
radv_meta.h radv: Implement displayable DCC retiling. 2021-02-23 13:32:29 +01:00
radv_meta_blit.c radv/meta: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
radv_meta_blit2d.c radv/meta: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
radv_meta_buffer.c radv: use a more relaxed alignment for upload buffer allocations 2021-02-11 11:44:06 +00:00
radv_meta_bufimage.c radv/meta: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
radv_meta_clear.c radv: Start using util_format_description for everything. 2021-02-13 21:47:17 +00:00
radv_meta_copy.c radv: Start using util_format_description for everything. 2021-02-13 21:47:17 +00:00
radv_meta_dcc_retile.c radv: Implement displayable DCC retiling. 2021-02-23 13:32:29 +01:00
radv_meta_decompress.c radv: do not decompress/resummarize levels without HTILE 2021-01-27 09:02:17 +01:00
radv_meta_fast_clear.c radv/meta: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
radv_meta_fmask_expand.c radv/meta: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
radv_meta_resolve.c radv: emit missing subpass resolve marker for SQTT 2021-02-22 08:30:38 +01:00
radv_meta_resolve_cs.c radv/meta: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
radv_meta_resolve_fs.c radv/meta: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
radv_nir_lower_ycbcr_textures.c radv: Start using util_format_description for everything. 2021-02-13 21:47:17 +00:00
radv_nir_to_llvm.c radv,ac/nir: implement non-uniform get_ssbo_size 2021-01-27 13:00:33 +00:00
radv_pass.c radv: Remove vk_format_has_stencil/depth helpers. 2021-02-13 21:47:17 +00:00
radv_pipeline.c radv: use the pipeline key as hash for pipeline bind markers 2021-02-18 08:28:49 +00:00
radv_pipeline_cache.c radv: Pointer arithmetic without void* 2021-02-04 13:23:52 -08:00
radv_private.h radv: Implement displayable DCC retiling. 2021-02-23 13:32:29 +01:00
radv_query.c radv/winsys: remove the radv_amdgpu_winsys_bo::ws indirection 2021-02-08 08:45:38 +01:00
radv_radeon_winsys.h radv: Add DCC info to the metadata. 2021-02-23 13:32:33 +01:00
radv_shader.c radv/llvm: Fix reporting LDS stats of tess control shaders. 2021-02-18 11:57:22 +00:00
radv_shader.h radv,aco: add radv_nir_compiler_options::wgp_mode 2021-02-15 13:35:36 +00:00
radv_shader_args.c ac: unify shader arguments that are duplicated 2020-12-09 20:13:25 +00:00
radv_shader_args.h util+treewide: container_of() cleanup 2020-12-10 16:48:36 +00:00
radv_shader_helper.h radv/gfx10: use the correct target machine for Wave32 2019-08-02 09:37:38 +02:00
radv_shader_info.c nir,spirv: add sparse image loads 2021-01-06 20:36:38 +00:00
radv_sqtt.c radv: make sure to allocate enough space when emitting SQTT userdata 2021-02-17 16:08:07 +00:00
radv_util.c vulkan: Make the debug_report implementation internal 2021-02-01 18:54:25 +00:00
radv_wsi.c radv: only make the WSI images resident if the global BO list is used 2021-02-12 19:12:01 +00:00
radv_wsi_display.c radv: move to subclassed instance/physical_device structs 2021-02-01 18:54:25 +00:00
radv_wsi_wayland.c radv: move to subclassed instance/physical_device structs 2021-02-01 18:54:25 +00:00
radv_wsi_x11.c radv: move to subclassed instance/physical_device structs 2021-02-01 18:54:25 +00:00
si_cmd_buffer.c radv: emit the trap handler registers earlier 2021-02-19 08:58:19 +00:00
vk_format.h radv: Remove vk_format_has_stencil/depth helpers. 2021-02-13 21:47:17 +00:00
vulkan.sym radv: Add Android module info to linker script. 2021-01-12 20:17:52 +00:00