mesa/st/glsl_to_tgsi: Add helper classes to apply array merging and interleaving
authorGert Wollny <gw.fossdev@gmail.com>
Tue, 5 Jun 2018 20:26:40 +0000 (22:26 +0200)
committerGert Wollny <gw.fossdev@gmail.com>
Sat, 11 Aug 2018 10:32:42 +0000 (12:32 +0200)
commitd097ef4204e36c3667f16da59b4991cfb51e5005
tree5d63c6b77a2ccd4d3f3db72d5976f49b885ff96e
parentd54c2f92f93a811a853a7b8e87f016ccada04a91
mesa/st/glsl_to_tgsi: Add helper classes to apply array merging and interleaving

v4: - Remove logic for evaluation of swizzles and merges since this
        was moved to array_live_range. This class now only handles the
        actual remapping.

Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
Acked-by: Dave Airlie <airlied@redhat.com>
src/mesa/state_tracker/st_glsl_to_tgsi_array_merge.cpp
src/mesa/state_tracker/st_glsl_to_tgsi_array_merge.h