Re: [Mesa-dev] [PATCH 12/40] glsl: add support for caching shaders with xfb qualifiers

2017-02-10 Thread Timothy Arceri
On 10/02/17 21:56, Nicolai Hähnle wrote: On 07.02.2017 04:42, Timothy Arceri wrote: From: Timothy Arceri For now this disables the shader cache when transform feedback is enabled via the GL API as we don't currently allow for it when generating the sha for the shader. This looks like anoth

Re: [Mesa-dev] [PATCH 12/40] glsl: add support for caching shaders with xfb qualifiers

2017-02-10 Thread Nicolai Hähnle
On 07.02.2017 04:42, Timothy Arceri wrote: From: Timothy Arceri For now this disables the shader cache when transform feedback is enabled via the GL API as we don't currently allow for it when generating the sha for the shader. This looks like another place where the series causes a temporary

[Mesa-dev] [PATCH 12/40] glsl: add support for caching shaders with xfb qualifiers

2017-02-06 Thread Timothy Arceri
From: Timothy Arceri For now this disables the shader cache when transform feedback is enabled via the GL API as we don't currently allow for it when generating the sha for the shader. --- src/compiler/glsl/linker.cpp | 14 - src/compiler/glsl/shader_cache.cpp | 108 ++