Re: [Mesa-dev] [PATCH 27/42] st/mesa: stop making use of InterpQualifier array

2016-10-20 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Oct 20, 2016 at 1:09 AM, Timothy Arceri wrote: > A following patch is going to merge the gl_fragment_program struct into > a common gl_program and we want to avoid all stages having this array. > > V2: use TGSI_INTERPOLATE_COUNT as the temporary placeholde

[Mesa-dev] [PATCH 27/42] st/mesa: stop making use of InterpQualifier array

2016-10-19 Thread Timothy Arceri
A following patch is going to merge the gl_fragment_program struct into a common gl_program and we want to avoid all stages having this array. V2: use TGSI_INTERPOLATE_COUNT as the temporary placeholder. Suggested by Marek. --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 33 +