mesa/src/microsoft/vulkan
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
..
dzn_abi_helper.h dzn: External Win32 memory extension 2023-05-15 17:14:20 +00:00
dzn_cmd_buffer.c treewide: Replace the usage of TRUE/FALSE with true/false 2023-06-27 18:18:28 +08:00
dzn_descriptor_set.c dzn: Fix src/dest confusion for some non-bindless descriptor copies 2023-05-25 02:08:32 +00:00
dzn_device.c vulkan: Add a generated vk_properties struct 2023-08-11 02:53:47 +00:00
dzn_dxcore.cpp dzn: Use common physical device list/enumeration helpers 2023-01-24 17:22:25 +00:00
dzn_dxgi.c dzn: Use common physical device list/enumeration helpers 2023-01-24 17:22:25 +00:00
dzn_dxgi.h dzn: Move DXGI code to a separate file and only build it on Windows 2022-07-06 12:18:55 +00:00
dzn_image.c dzn: VK_EXT_external_memory_host 2023-06-27 21:21:53 +00:00
dzn_meta.c treewide: Replace the usage of TRUE/FALSE with true/false 2023-06-27 18:18:28 +08:00
dzn_nir.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
dzn_nir.h dzn: Augment blit resolve to support min/max/sample-zero modes 2023-05-04 03:10:56 +00:00
dzn_physical_device_enum.h dzn: Use common physical device list/enumeration helpers 2023-01-24 17:22:25 +00:00
dzn_pipeline.c dzn: Don't lower away mediump 2023-06-01 23:01:04 +00:00
dzn_private.h dzn: VK_EXT_external_memory_host 2023-06-27 21:21:53 +00:00
dzn_query.c dzn: Fix qpool->queries_lock double lock 2023-06-06 22:23:32 +00:00
dzn_sync.c treewide: Replace the usage of TRUE/FALSE with true/false 2023-06-27 18:18:28 +08:00
dzn_util.c dzn: Use A4B4G4R4 instead of B4G4R4A4 when available 2023-05-09 00:17:16 +00:00
dzn_wsi.c dzn: Dedicated resource cleanup 2023-05-15 17:14:20 +00:00
meson.build vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00