mesa/st/glsl_to_tgsi: move evaluation of read mask up in the call hierarchy
authorGert Wollny <gw.fossdev@gmail.com>
Tue, 5 Jun 2018 20:26:44 +0000 (22:26 +0200)
committerGert Wollny <gw.fossdev@gmail.com>
Sat, 11 Aug 2018 10:32:42 +0000 (12:32 +0200)
commit7d55d01b539ac298edf95c2fd006a53dc7df6ee6
treeb309d5cfa23f024845882a371ccdf9a121e08a84
parentf2a46363399e3eef0daff1025385c41abc120754
mesa/st/glsl_to_tgsi: move evaluation of read mask up in the call hierarchy

In preparation of the array live range tracking the evaluation of the read
mask is moved out the register live range tracking to the enclosing call
of the generalized read access tracking.

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