Re: [Mesa-dev] [PATCH V2] i965: rewrite brw_setup_vue_interpolation()

2016-10-21 Thread Jason Ekstrand
On Thu, Oct 20, 2016 at 8:23 PM, Timothy Arceri < timothy.arc...@collabora.com> wrote: > Here brw_setup_vue_interpolation() is rewritten not to use the > InterpQualifier > array in gl_fragment_program which will allow us to remove it. > > This change also makes the code which is only used by gen4/

[Mesa-dev] [PATCH V2] i965: rewrite brw_setup_vue_interpolation()

2016-10-20 Thread Timothy Arceri
Here brw_setup_vue_interpolation() is rewritten not to use the InterpQualifier array in gl_fragment_program which will allow us to remove it. This change also makes the code which is only used by gen4/5 more self contained as it now has its own gen5_fragment_program struct rather than storing the