mesa/src/broadcom
Faith Ekstrand 298a3eebd8 nir: Take a nir_def * in nir_tex_instr_add_src()
NIR bits were hand-typed.  Driver updates done through the following
semantic patch:

    @@
    expression T, ST, D;
    @@

    -nir_tex_instr_add_src(T, ST, nir_src_for_ssa(D));
    +nir_tex_instr_add_src(T, ST, D);

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24729>
2023-08-18 01:00:14 +00:00
..
ci vc4/ci: update expected results 2023-08-08 10:52:01 +00:00
cle broadcom/cle: fix up viewport offset packet definition for V3D 4.1+ 2023-06-07 18:40:56 +00:00
clif v3d/clif: add support for dumping GS shader state 2021-10-13 21:23:10 +00:00
common util: Move pipe_swizzle from p_defines.h to u_formats.h 2023-08-02 03:41:23 +00:00
compiler nir: Take a nir_def * in nir_tex_instr_add_src() 2023-08-18 01:00:14 +00:00
drm-shim vc4: add DRM_VC4_CREATE_SHADER_BO support to drm-shim 2022-11-08 21:23:27 +00:00
qpu broadcom/compiler: fix incorrect ALU checks 2023-04-25 11:15:26 +02:00
simulator v3d: Replace usage of mtx_t with simple_mtx_t in v3d_simulator.c 2023-05-31 15:44:50 +00:00
vulkan nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
.editorconfig
meson.build meson: drop duplicate lib in lib name 2022-08-22 08:35:41 +00:00