FYI, I think I'm going to drop most of the gallium part of this series
and replace it by a pass over the resulting TGSI to look at which
components of the arrays are actually being used.
Nicolai
On 09.08.2016 12:36, Nicolai Hähnle wrote:
Hi,
this series was originally motivated by fixing a V
Hi,
this series was originally motivated by fixing a VM fault and ended up
growing a bit larger :-)
The goal of patches 1-7 is to change st/mesa so that it sets the UsageMask
field in temporary array declarations. This ends up being helpful for
lowering float and vecN arrays with N <= 3.
The rem