Re: [Mesa-dev] [PATCH 01/28] glsl: only add outward facing varyings to resourse list for SSO

2016-01-07 Thread Timothy Arceri
On Thu, 2016-01-07 at 16:43 -0800, Ian Romanick wrote: > On 12/28/2015 09:00 PM, Timothy Arceri wrote: > > An SSO program can have multiple stages and we only want to add the > > externally > > facing varyings. The current code was adding both the packed inputs > > and outputs > > for the first

Re: [Mesa-dev] [PATCH 01/28] glsl: only add outward facing varyings to resourse list for SSO

2016-01-07 Thread Ian Romanick
On 12/28/2015 09:00 PM, Timothy Arceri wrote: > An SSO program can have multiple stages and we only want to add the externally > facing varyings. The current code was adding both the packed inputs and > outputs > for the first and last stage of each program. Using just SSO and

Re: [Mesa-dev] [PATCH 01/28] glsl: only add outward facing varyings to resourse list for SSO

2016-01-05 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > An SSO program can have multiple stages and we only want to add the externally > facing varyings. The current code was adding both the packed inputs and > outputs > for the first and last stage of each

[Mesa-dev] [PATCH 01/28] glsl: only add outward facing varyings to resourse list for SSO

2015-12-28 Thread Timothy Arceri
An SSO program can have multiple stages and we only want to add the externally facing varyings. The current code was adding both the packed inputs and outputs for the first and last stage of each program. --- src/glsl/linker.cpp | 17 ++--- 1 file changed, 10 insertions(+), 7