Re: [Mesa-dev] [PATCH] glsl: add varyings to resource list only with SSO

2015-10-07 Thread Kenneth Graunke
On Wednesday, October 07, 2015 10:04:06 AM Tapani Pälli wrote: > Varyings can be considered inputs or outputs of a program only when > SSO is in use. With multi-stage programs, inputs contain only inputs > for first stage and outputs contains outputs of the final shader stage. > > I've tested that

Re: [Mesa-dev] [PATCH] glsl: add varyings to resource list only with SSO

2015-10-07 Thread Dieter Nützel
Am 07.10.2015 09:04, schrieb Tapani Pälli: Varyings can be considered inputs or outputs of a program only when SSO is in use. With multi-stage programs, inputs contain only inputs for first stage and outputs contains outputs of the final shader stage. I've tested that fix works for Assault Andro