Re: [Mesa-dev] [PATCH] mesa/st: handle vert_attrib_mask in nir case too

2018-05-15 Thread Mathias Fröhlich
Hi Rob, Thanks for taking care! Reviewed-by: Mathias Fröhlich best Mathias On Tuesday, 15 May 2018 20:34:14 CEST Rob Clark wrote: > Note, actually fixes 9987a072cb, but the problems don't show up until > 19a91841c3. > > Fixes: 19a91841c3 st/mesa: Use Array._DrawVAO in st_atom_array.c. > Fixe

Re: [Mesa-dev] [PATCH] mesa/st: handle vert_attrib_mask in nir case too

2018-05-15 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, May 15, 2018 at 2:34 PM, Rob Clark wrote: > Note, actually fixes 9987a072cb, but the problems don't show up until > 19a91841c3. > > Fixes: 19a91841c3 st/mesa: Use Array._DrawVAO in st_atom_array.c. > Fixes: 9987a072cb st/mesa: Make the input_to_index arra

[Mesa-dev] [PATCH] mesa/st: handle vert_attrib_mask in nir case too

2018-05-15 Thread Rob Clark
Note, actually fixes 9987a072cb, but the problems don't show up until 19a91841c3. Fixes: 19a91841c3 st/mesa: Use Array._DrawVAO in st_atom_array.c. Fixes: 9987a072cb st/mesa: Make the input_to_index array available. Signed-off-by: Rob Clark --- src/mesa/state_tracker/st_program.c | 14 +++---