Re: [Mesa-dev] [PATCH 18/18] glsl: Combine GS and TES array resizing visitors.
Reviewed-by: Timothy Arceri ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH 18/18] glsl: Combine GS and TES array resizing visitors.
These are largely identical, except that the GS version has a few extra error conditions. We can just pass in the stage and skip these. Signed-off-by: Kenneth Graunke --- src/compiler/glsl/linker.cpp | 107 ++- 1 file changed, 35 insertions(+), 72 deletio