Re: [Mesa-dev] [PATCH] linker: Fix consumer_inputs_with_locations indexing

2014-05-05 Thread Kenneth Graunke
On 05/05/2014 10:56 AM, Ian Romanick wrote: > From: Ian Romanick > > In an earlier incarnation of populate_consumer_input_sets and > get_matching_input, the consumer_inputs_with_locations array was indexed > using the user-specified location. In that version, only user-defined > varyings were in

[Mesa-dev] [PATCH] linker: Fix consumer_inputs_with_locations indexing

2014-05-05 Thread Ian Romanick
From: Ian Romanick In an earlier incarnation of populate_consumer_input_sets and get_matching_input, the consumer_inputs_with_locations array was indexed using the user-specified location. In that version, only user-defined varyings were included in the array. In the current incarnation, the Me