Re: [Mesa-dev] [PATCH 1/2] mesa: add fragdata_arrays list to gl_shader

2015-10-27 Thread Lofstedt, Marta
Reviewed-by: Marta Lofstedt > -Original Message- > From: Palli, Tapani > Sent: Tuesday, October 27, 2015 12:19 PM > To: mesa-dev@lists.freedesktop.org > Cc: Lofstedt, Marta; Palli, Tapani > Subject: [PATCH 1/2] mesa: add fragdata_arrays list to gl_shader > > This is required to store inf

[Mesa-dev] [PATCH 1/2] mesa: add fragdata_arrays list to gl_shader

2015-10-27 Thread Tapani Pälli
This is required to store information about fragdata arrays, currently these variables get lost and cannot be retrieved later in sensible way for program interface queries. List will be utilized by next patch. Patch also modifies opt_dead_builtin_varyings pass to build list when lowering fragdata