Re: [Mesa-dev] [PATCH 1/6] mesa: Begin tracking whether a program needs re-linking.

2014-08-22 Thread Ian Romanick
On 05/14/2014 05:28 PM, Kenneth Graunke wrote: > Tracking this will allow us to issue warnings when using a program that > hasn't yet been relinked, or when re-linking unnecessarily. > > The following functions cause changes that don't take effect until the > program has been re-linked: > > - glA

[Mesa-dev] [PATCH 1/6] mesa: Begin tracking whether a program needs re-linking.

2014-05-14 Thread Kenneth Graunke
Tracking this will allow us to issue warnings when using a program that hasn't yet been relinked, or when re-linking unnecessarily. The following functions cause changes that don't take effect until the program has been re-linked: - glAttachShader - glBindAttribLocation - glBindFragDataLocation -