mesa/src/nouveau
Faith Ekstrand de063a1481 nir: Drop most uses of nir_instr_rewrite_src_ssa()
Generated with the following semantic patch:

    @@
    expression I, S, D;
    @@

    -nir_instr_rewrite_src_ssa(I, S, D);
    +nir_src_rewrite(S, D);

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24729>
2023-08-18 01:00:15 +00:00
..
codegen nv50/ir: Remove few nvc0 specific defines from nv50-specific header. 2023-08-16 10:11:45 +00:00
compiler nvk: add vulkan skeleton 2023-08-04 21:31:52 +00:00
drm-shim nouveau/shim: Use the imported nouveau_drm.h headers 2023-08-04 21:32:07 +00:00
mme nouveau/mme: fix OOB inside tu104 simulator 2023-08-08 07:10:38 +00:00
nil nil: Add support for G8B8_G8R8_UNORM and B8G8_R8G8_UNORM 2023-08-16 22:36:27 +00:00
nvidia-headers nouveau: Move shader topology info to nv_device_info 2023-08-04 21:32:07 +00:00
vulkan nir: Drop most uses of nir_instr_rewrite_src_ssa() 2023-08-18 01:00:15 +00:00
winsys nvk: Enable the new UAPI 2023-08-04 21:32:07 +00:00
meson.build nouveau/mme: Add an assembler and disassembler for the Turring+ MME 2023-08-04 21:31:59 +00:00