Re: [Mesa-dev] [PATCH 00/19] gallium, radeonsi: temporary array improvements

2016-08-10 Thread Nicolai Hähnle
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

[Mesa-dev] [PATCH 00/19] gallium, radeonsi: temporary array improvements

2016-08-09 Thread Nicolai Hähnle
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