Re: [Mesa-dev] Re-linking warnings and optimization

2014-05-15 Thread Brian Paul
On 05/14/2014 06:28 PM, Kenneth Graunke wrote: Hi all, Here's a series of patches which implements warnings related to re-linking shader programs: 1. If you draw with a shader that needs re-linking, it gives you a warning. Most likely you simply forgot, and will be surprised by the results.

[Mesa-dev] Re-linking warnings and optimization

2014-05-14 Thread Kenneth Graunke
Hi all, Here's a series of patches which implements warnings related to re-linking shader programs: 1. If you draw with a shader that needs re-linking, it gives you a warning. Most likely you simply forgot, and will be surprised by the results. Occasionally you might have meant to do that.