Re: [Mesa-dev] [PATCH 15/25] st: stop making use of InterpQualifier array

2016-10-19 Thread Marek Olšák
Thanks for doing this. The commit prefix should be "st/mesa:". Other comments below. On Tue, Oct 18, 2016 at 8:12 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. > --- >

[Mesa-dev] [PATCH 15/25] st: stop making use of InterpQualifier array

2016-10-17 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. --- src/gallium/include/pipe/p_shader_tokens.h | 1 + src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 33 +++- src/mesa/state_tracker/st_