mesa/src/nouveau
Faith Ekstrand 65b6ac8aa4 nir: Rename nir_instr_type_ssa_undef to nir_instr_type_undef
We already renamed the type, we just need to rename the enum and the
casting helper functions.

Generated with sed:

    sed -i -e 's/nir_instr_type_ssa_undef/nir_instr_type_undef/g' src/**/*.h src/**/*.c src/**/*.cpp
    sed -i -e 's/nir_instr_as_ssa_undef/nir_instr_as_undef/g' src/**/*.h src/**/*.c src/**/*.cpp

and two tiny whitespace fixups in lima.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24703>
2023-08-15 17:44:27 +00:00
..
codegen nir: Rename nir_instr_type_ssa_undef to nir_instr_type_undef 2023-08-15 17:44:27 +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 a nil_image_level_extent_px() helper 2023-08-04 21:32:07 +00:00
nvidia-headers nouveau: Move shader topology info to nv_device_info 2023-08-04 21:32:07 +00:00
vulkan nir: Drop nir_dest 2023-08-14 21:22:53 +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