Re: [Mesa-dev] [PATCH 02/58] mesa: optimise interleaved sso validation

2016-11-29 Thread Ian Romanick
On 11/28/2016 09:12 PM, Timothy Arceri wrote: > On Mon, 2016-11-28 at 18:59 -0800, Ian Romanick wrote: >> On 11/20/2016 05:28 AM, Timothy Arceri wrote: >>> >>> Now that we have a linked_stages bitfield we can use this >>> to check if the program is used at a later stage. >>> >>> This change is also

Re: [Mesa-dev] [PATCH 02/58] mesa: optimise interleaved sso validation

2016-11-28 Thread Timothy Arceri
On Mon, 2016-11-28 at 18:59 -0800, Ian Romanick wrote: > On 11/20/2016 05:28 AM, Timothy Arceri wrote: > > > > Now that we have a linked_stages bitfield we can use this > > to check if the program is used at a later stage. > > > > This change is also required to be able to use gl_program > > rath

Re: [Mesa-dev] [PATCH 02/58] mesa: optimise interleaved sso validation

2016-11-28 Thread Ian Romanick
On 11/20/2016 05:28 AM, Timothy Arceri wrote: > Now that we have a linked_stages bitfield we can use this > to check if the program is used at a later stage. > > This change is also required to be able to use gl_program > rather than gl_shader_program in the CurrentProgram array. > --- > src/mesa

[Mesa-dev] [PATCH 02/58] mesa: optimise interleaved sso validation

2016-11-20 Thread Timothy Arceri
Now that we have a linked_stages bitfield we can use this to check if the program is used at a later stage. This change is also required to be able to use gl_program rather than gl_shader_program in the CurrentProgram array. --- src/mesa/main/pipelineobj.c | 17 +++-- 1 file changed,