mesa/src/amd/common
Dave Airlie c5fb2fff18 ac,radeonsi: move vcn enc av1 default cdf file to common
This can be used by radv.

Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25196>
2023-09-14 07:51:24 +00:00
..
ac_binary.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_binary.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_debug.c ac: improve the IB parser 2023-08-19 19:36:55 +00:00
ac_debug.h amd: add a new helper that prints all non-shadowed regs 2023-06-17 23:42:21 +00:00
ac_drm_fourcc.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_gpu_info.c ac: implement AMD_FORCE_FAMILY properly, remove SI_FORCE_FAMILY 2023-08-19 19:36:55 +00:00
ac_gpu_info.h ac: implement AMD_FORCE_FAMILY properly, remove SI_FORCE_FAMILY 2023-08-19 19:36:55 +00:00
ac_hw_stage.h amd: Move ac_hw_stage to its own file 2023-07-03 21:12:45 +00:00
ac_msgpack.c ac/msgpack: make fixstrs a const char 2023-08-22 11:33:10 +00:00
ac_msgpack.h ac/msgpack: make fixstrs a const char 2023-08-22 11:33:10 +00:00
ac_nir.c ac/nir: Slightly refactor how pos0 exports are added when missing. 2023-09-03 11:04:35 +00:00
ac_nir.h ac/nir: Add done arg to ac_nir_export_position. 2023-09-03 11:04:35 +00:00
ac_nir_cull.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
ac_nir_lower_esgs_io_to_mem.c treewide: Use nir_shader_intrinsic_pass sometimes 2023-08-24 15:48:02 +00:00
ac_nir_lower_global_access.c treewide: Use nir_shader_intrinsic_pass sometimes 2023-08-24 15:48:02 +00:00
ac_nir_lower_image_opcodes_cdna.c nir: replace use of nir_src_copy() 2023-09-08 03:01:39 +00:00
ac_nir_lower_ngg.c ac/nir/ngg: Extract nogs_export_vertex_params function. 2023-09-03 11:04:35 +00:00
ac_nir_lower_ps.c treewide: Use nir_before/after_impl in easy cases 2023-08-30 19:30:58 +00:00
ac_nir_lower_resinfo.c nir: replace use of nir_src_copy() 2023-09-08 03:01:39 +00:00
ac_nir_lower_subdword_loads.c nir: Drop most uses of nir_instr_rewrite_src_ssa() 2023-08-18 01:00:15 +00:00
ac_nir_lower_taskmesh_io_to_mem.c nir: make num_workgroups 32 bit only 2023-08-30 07:04:33 +00:00
ac_nir_lower_tess_io_to_mem.c treewide: Use nir_before/after_impl in easy cases 2023-08-30 19:30:58 +00:00
ac_nir_lower_tex.c nir: add nir_scalar intrinsic helpers 2023-09-02 00:26:31 +00:00
ac_nir_opt_outputs.c nir: s/nir_instr_ssa_def/nir_instr_def/ 2023-08-15 17:44:27 +00:00
ac_parse_ib.c ac: add a standalone IB parser program 2023-08-19 19:36:56 +00:00
ac_perfcounter.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_perfcounter.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_rgp.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_rgp.h ac/rgp: Add metadata for separate-compiled RT stages 2023-08-22 11:33:11 +00:00
ac_rgp_elf_object_pack.c ac/rgp: use correct API stage string for mesh/task shaders 2023-09-14 07:19:25 +00:00
ac_rtld.c amd: Do shader binary alignment for prefetch at memory allocation time. 2023-07-11 12:01:45 +00:00
ac_rtld.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_shader_args.c ac: allow to mark shader arguments as preserved 2023-08-25 07:22:03 +00:00
ac_shader_args.h ac: allow to mark shader arguments as preserved 2023-08-25 07:22:03 +00:00
ac_shader_util.c amd,radeonsi: move si_shader_io_get_unique_index_patch() to common code 2023-08-02 06:54:09 +00:00
ac_shader_util.h amd,radeonsi: move si_shader_io_get_unique_index_patch() to common code 2023-08-02 06:54:09 +00:00
ac_shadowed_regs.c ac: update gfx11 shadowed register tables 2023-08-19 19:36:55 +00:00
ac_shadowed_regs.h amd: add a new helper that prints all non-shadowed regs 2023-06-17 23:42:21 +00:00
ac_spm.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_spm.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_sqtt.c radv: fix instruction timing on GFX11 2023-09-14 06:29:10 +00:00
ac_sqtt.h radv: fix instruction timing on GFX11 2023-09-14 06:29:10 +00:00
ac_surface.c ac/surface: limit RADEON_SURF_NO_TEXTURE to color surfaces 2023-08-22 02:36:20 +00:00
ac_surface.h ac/surface: limit RADEON_SURF_NO_TEXTURE to color surfaces 2023-08-22 02:36:20 +00:00
ac_surface_meta_address_test.c ac/surface: trivial non-functional changes 2023-08-19 19:36:56 +00:00
ac_surface_modifier_test.c amd: change chip_class naming to "enum amd_gfx_level gfx_level" 2022-05-13 14:56:22 -04:00
ac_surface_test_common.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_uvd_dec.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_vcn.h radeonsi/ac: move some vcn defines to common 2023-04-27 02:00:03 +00:00
ac_vcn_av1_default.h ac/radeonsi: add av1 defaults header file from radeonsi 2023-06-16 05:53:44 +00:00
ac_vcn_dec.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_vcn_enc.h ac,radeonsi: move vcn enc structs to common 2023-09-14 07:51:24 +00:00
ac_vcn_enc_av1_default_cdf.h ac,radeonsi: move vcn enc av1 default cdf file to common 2023-09-14 07:51:24 +00:00
amd_family.c ac: implement AMD_FORCE_FAMILY properly, remove SI_FORCE_FAMILY 2023-08-19 19:36:55 +00:00
amd_family.h ac: implement AMD_FORCE_FAMILY properly, remove SI_FORCE_FAMILY 2023-08-19 19:36:55 +00:00
amd_kernel_code_t.h amd/common: add AMD_CODE_PROPERTY_ENABLE_WAVEFRONT_SIZE32 property 2023-08-31 20:30:03 +00:00
gfx10_format_table.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
gfx10_format_table.py ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
meson.build ac: add a standalone IB parser program 2023-08-19 19:36:56 +00:00
sid.h ac: minor updates to packet documentation and definitions 2023-08-19 19:36:55 +00:00
sid_tables.py ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00