mesa/src/microsoft
Faith Ekstrand 4695bebc79 nir: Drop nir_dest
Instead, we replace every use of it with nir_def.  Most of this commit
was generated by sed:

   sed -i -e 's/dest.ssa/def/g' src/**/*.h src/**/*.c src/**/*.cpp

A few manual fixups were required in lima and the nir_legacy code.

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24674>
2023-08-14 21:22:53 +00:00
..
ci ci: move microsoft files rules to src/microsoft/ci/gitlab-ci.yml 2023-07-18 23:07:52 +00:00
clc nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
compiler nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
spirv_to_dxil nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
vulkan nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
meson.build d3d12: Move the D3D12ResourceState code to the gallium driver 2022-04-20 23:45:28 -07:00