mesa/src/amd/vulkan
Jason Ekstrand 8ee88948e3 vulkan: Move vk_device to its own file
Things are going to start getting more complicated so let's avoid the
single mega-file approach.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8676>
2021-02-01 18:54:24 +00:00
..
layers radv: Stub sections that don't have _WIN32 support 2021-01-26 09:16:15 +00:00
winsys radv/winsys: move the initial BO domain to radeon_winsys_bo 2021-02-01 12:26:20 +00:00
.editorconfig amd: add .editorconfig 2017-08-29 01:08:58 +03:00
Android.mk android: radv: add libcutils shared dependency 2020-12-07 23:54:25 +01:00
Makefile.sources radv: remove radv_util.h 2021-01-26 17:31:03 +01:00
meson.build vulkan/meson: Add missing dependencise on vk_extensions_gen.py 2021-02-01 18:54:23 +00:00
radv_android.c radv/android: Remove unused variable 2020-08-05 18:08:07 +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: remove mipmaps related assertions when initializing HTILE 2021-01-27 09:02:17 +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: Modify radv_descriptor_set for MSVC legality 2021-01-26 09:16:15 +00:00
radv_debug.h radv: add RADV_DEBUG=invariantgeom 2021-01-12 15:11:49 +00:00
radv_descriptor_set.c radv: Do not hash vk_object_base in descriptor set layout. 2021-02-01 17:03:43 +00: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: Properly clean up vk_device 2021-02-01 18:54:24 +00:00
radv_entrypoints_gen.py radv: Use linker pragma to simulate weak functions 2021-01-26 09:16:14 +00:00
radv_extensions.py radv: Expose VK_KHR_workgroup_memory_explicit_layout. 2021-01-29 00:05:36 +01:00
radv_formats.c radv: mark VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT as unsupported on GFX6-7 2021-01-11 17:17:42 +00:00
radv_icd.py python: Specify the JSON separators 2018-07-05 12:52:38 +01:00
radv_image.c radv: re-disable TC-compat HTILE for D32S8 on all generations 2021-01-29 13:29:32 +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: Stub sections that don't have _WIN32 support 2021-01-26 09:16:15 +00:00
radv_meta.h radv: make sure FMASK compression is enabled for MSAA copies 2020-12-23 11:25:34 +00: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: prefer CP DMA for GTT buffer copies/clears on dGPUs due to slow PCIe 2021-02-01 12:26:20 +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: add support for fast clearing levels of the HTILE buffer 2021-01-27 09:19:09 +01:00
radv_meta_copy.c radv: Disable DCC explicitly for incompatible copies. 2020-12-21 18:32:24 +00: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: Use stricter HW resolve swizzle compat check. 2021-01-25 20:53:16 +00: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/meta: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01: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: Pointer arithmetic on char/uint8_t, not void 2021-01-26 09:16:15 +00:00
radv_pipeline.c radv: fix centroid with VRS coarse shading 2021-01-29 12:53:15 +00:00
radv_pipeline_cache.c radv: Pointer arithmetic on char/uint8_t, not void 2021-01-26 09:16:15 +00:00
radv_private.h vulkan: Move vk_device to its own file 2021-02-01 18:54:24 +00:00
radv_query.c radv: Remove unnecessary headers 2021-01-26 09:16:14 +00:00
radv_radeon_winsys.h radv/winsys: move the initial BO domain to radeon_winsys_bo 2021-02-01 12:26:20 +00:00
radv_shader.c radv: Expose VK_KHR_workgroup_memory_explicit_layout. 2021-01-29 00:05:36 +01:00
radv_shader.h radv: fix divide by zero with no tesselation params 2021-01-26 15:14:33 +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: Pointer arithmetic on char/uint8_t, not void 2021-01-26 09:16:15 +00:00
radv_util.c radv: report errors back to the application via VK_EXT_debug_report 2020-08-10 14:09:21 +02:00
radv_wsi.c vulkan/wsi: add sw support. (v2) 2020-08-17 14:30:50 +10:00
radv_wsi_display.c radv: Fix asserts using assign instead of compare. 2020-10-03 01:04:28 +00:00
radv_wsi_wayland.c radv/wsi: Don't include wayland headers 2017-03-13 11:16:30 +00:00
radv_wsi_x11.c vulkan: drop always-true param 2018-10-26 18:33:11 +01:00
si_cmd_buffer.c radv: remove radv_util.h 2021-01-26 17:31:03 +01:00
vk_format.h radv: Wrap pragmas with __GNUC__ to fix MSVC 2020-12-02 11:27:01 +00:00
vk_format_layout.csv radv: Implement VK_EXT_4444_formats 2020-08-03 19:27:37 +01:00
vk_format_parse.py radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00
vk_format_table.py util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN 2019-11-05 16:39:55 +00:00
vulkan.sym radv: Add Android module info to linker script. 2021-01-12 20:17:52 +00:00