mesa/src/microsoft/compiler
Daniel Schürmann bdbf873b0f nir: remove redundant passes from nir_opt_if()
These are now covered by nir_opt_loop():
- opt_if_loop_last_continue()
- opt_merge_breaks()
- opt_if_loop_terminator()

Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24940>
2024-01-03 20:48:05 +00:00
..
dxcapi.h
dxil_buffer.c
dxil_buffer.h
dxil_buffer_test.c
dxil_container.c
dxil_container.h
dxil_dump.c microsoft/compiler: Fix printf formatting string issues 2023-09-22 10:47:33 -07:00
dxil_dump.h
dxil_dump_decls.h
dxil_enums.c treewide: Replace the include of nir_types.h with glsl_types.h 2023-12-30 15:08:11 +00:00
dxil_enums.h dxil: Use mesa_prim consistently 2023-12-05 23:12:32 +00:00
dxil_function.c
dxil_function.h
dxil_internal.h
dxil_module.c
dxil_module.h microsoft/compiler: Bump signature limits for 32 rows of 4 components 2023-11-14 00:18:52 +00:00
dxil_nir.c microsoft/compiler: When packing fractional inputs, find a row with space for it 2023-11-14 00:18:52 +00:00
dxil_nir.h
dxil_nir_algebraic.py microsoft: Stop claiming dot_4x8_sat support 2023-12-06 23:15:33 +00:00
dxil_nir_lower_int_cubemaps.c nir: replace use of nir_src_copy() 2023-09-08 03:01:39 +00:00
dxil_nir_lower_int_cubemaps.h
dxil_nir_lower_int_samplers.c micosoft: define enum dxil_tex_wrap to avoid the usage of enum pipe_tex_wrap 2023-11-04 00:02:59 +00:00
dxil_nir_lower_int_samplers.h micosoft: define enum dxil_tex_wrap to avoid the usage of enum pipe_tex_wrap 2023-11-04 00:02:59 +00:00
dxil_nir_lower_vs_vertex_conversion.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
dxil_nir_tess.c treewide: Use nir_before/after_impl in easy cases 2023-08-30 19:30:58 +00:00
dxil_signature.c d3d12: Support enhanced layouts for VS inputs 2023-11-14 00:18:53 +00:00
dxil_signature.h microsoft/compiler: Bump signature limits for 32 rows of 4 components 2023-11-14 00:18:52 +00:00
dxil_validator.cpp
dxil_validator.h
dxil_versions.h
meson.build micosoft: decouple microsoft vulkan driver and compiler from gallium 2023-11-04 00:02:59 +00:00
nir_to_dxil.c nir: remove redundant passes from nir_opt_if() 2024-01-03 20:48:05 +00:00
nir_to_dxil.h