Re: [Mesa-dev] [PATCH] st/atifs: remove unrequired initialisation of gl_program fields

2017-11-11 Thread Miklós Máté
Reviewed-by: Miklós Máté MM On 10/11/17 09:49, Timothy Arceri wrote: As far as I can tell these fields are only used to query arb program info and are not related to ATI_fragment_shader. Cc: Miklós Máté --- src/mesa/state_tracker/st_atifs_to_tgsi.c | 4 1 file changed, 4 deletions(-

Re: [Mesa-dev] [PATCH] st/atifs: remove unrequired initialisation of gl_program fields

2017-11-10 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Nov 10, 2017 at 9:49 AM, Timothy Arceri wrote: > As far as I can tell these fields are only used to query arb > program info and are not related to ATI_fragment_shader. > > Cc: Miklós Máté > --- > > src/mesa/state_tracker/st_atifs_to_tgsi.c | 4 > 1

[Mesa-dev] [PATCH] st/atifs: remove unrequired initialisation of gl_program fields

2017-11-10 Thread Timothy Arceri
As far as I can tell these fields are only used to query arb program info and are not related to ATI_fragment_shader. Cc: Miklós Máté --- src/mesa/state_tracker/st_atifs_to_tgsi.c | 4 1 file changed, 4 deletions(-) diff --git a/src/mesa/state_tracker/st_atifs_to_tgsi.c b/src/mesa/state_