glsl: move off mtypes.h in lots of places.
authorDave Airlie <airlied@redhat.com>
Fri, 7 Jan 2022 05:11:21 +0000 (15:11 +1000)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Jan 2022 00:20:06 +0000 (00:20 +0000)
commit23b361ae12172112e80c9f3e61c14daa912da8d9
tree2f89af815c55dc521bb10651eab0aa89a1d4ac7a
parenta7b9b4086c85688026cccf6741dea4c101af119a
glsl: move off mtypes.h in lots of places.

This moves to the new split out header files, should mean less recompiling
for unrelated changes.

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>
39 files changed:
src/compiler/glsl/gl_nir_link_uniform_blocks.c
src/compiler/glsl/gl_nir_link_uniform_initializers.c
src/compiler/glsl/gl_nir_link_uniforms.c
src/compiler/glsl/gl_nir_linker.c
src/compiler/glsl/gl_nir_lower_atomics.c
src/compiler/glsl/gl_nir_lower_buffers.c
src/compiler/glsl/gl_nir_lower_samplers_as_deref.c
src/compiler/glsl/ir_set_program_inouts.cpp
src/compiler/glsl/link_functions.cpp
src/compiler/glsl/link_interface_blocks.cpp
src/compiler/glsl/link_uniform_blocks.cpp
src/compiler/glsl/link_uniform_initializers.cpp
src/compiler/glsl/link_uniforms.cpp
src/compiler/glsl/link_varyings.cpp
src/compiler/glsl/linker_util.cpp
src/compiler/glsl/linker_util.h
src/compiler/glsl/loop_unroll.cpp
src/compiler/glsl/lower_blend_equation_advanced.cpp
src/compiler/glsl/lower_cs_derived.cpp
src/compiler/glsl/lower_distance.cpp
src/compiler/glsl/lower_named_interface_blocks.cpp
src/compiler/glsl/lower_packed_varyings.cpp
src/compiler/glsl/lower_precision.cpp
src/compiler/glsl/lower_shared_reference.cpp
src/compiler/glsl/lower_tess_level.cpp
src/compiler/glsl/lower_ubo_reference.cpp
src/compiler/glsl/lower_vector_derefs.cpp
src/compiler/glsl/lower_vertex_id.cpp
src/compiler/glsl/lower_xfb_varying.cpp
src/compiler/glsl/opt_algebraic.cpp
src/compiler/glsl/opt_dead_builtin_varyings.cpp
src/compiler/glsl/tests/copy_constant_to_storage_tests.cpp
src/compiler/glsl/tests/general_ir_test.cpp
src/compiler/glsl/tests/invalidate_locations_test.cpp
src/compiler/glsl/tests/lower_int64_test.cpp
src/compiler/glsl/tests/sampler_types_test.cpp
src/compiler/glsl/tests/set_uniform_initializer_tests.cpp
src/compiler/glsl/tests/uniform_initializer_utils.cpp
src/compiler/glsl/tests/varyings_test.cpp