intel/compiler,intel/blorp,intel/vulkan: decouple vulkan driver and compiler from...
authorYonggang Luo <luoyonggang@gmail.com>
Wed, 2 Aug 2023 11:24:14 +0000 (19:24 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 3 Aug 2023 22:00:15 +0000 (22:00 +0000)
commit86bcc90c0eb0614a33436c173339df91329d785c
treeec3f86e187a06594e6fa9b52d7e575f9bb651fe6
parentfc73d275b9ea2386a37bd98727faecf6a7a1c7cf
intel/compiler,intel/blorp,intel/vulkan: decouple vulkan driver and compiler from gallium

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24438>
31 files changed:
src/intel/blorp/meson.build
src/intel/common/meson.build
src/intel/compiler/brw_clip_line.c
src/intel/compiler/brw_clip_point.c
src/intel/compiler/brw_clip_tri.c
src/intel/compiler/brw_clip_unfilled.c
src/intel/compiler/brw_clip_util.c
src/intel/compiler/brw_compiler.c
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_ir_allocator.h
src/intel/compiler/brw_reg.h
src/intel/compiler/brw_shader.cpp
src/intel/compiler/brw_vec4.cpp
src/intel/compiler/meson.build
src/intel/compiler/test_fs_cmod_propagation.cpp
src/intel/compiler/test_fs_copy_propagation.cpp
src/intel/compiler/test_fs_saturate_propagation.cpp
src/intel/compiler/test_fs_scoreboard.cpp
src/intel/compiler/test_vec4_cmod_propagation.cpp
src/intel/compiler/test_vec4_copy_propagation.cpp
src/intel/compiler/test_vec4_dead_code_eliminate.cpp
src/intel/compiler/test_vec4_register_coalesce.cpp
src/intel/ds/meson.build
src/intel/isl/isl_format.c
src/intel/isl/meson.build
src/intel/tools/meson.build
src/intel/vulkan/anv_nir_apply_pipeline_layout.c
src/intel/vulkan/grl/meson.build
src/intel/vulkan/meson.build
src/intel/vulkan_hasvk/anv_nir_apply_pipeline_layout.c
src/intel/vulkan_hasvk/meson.build