Re: [Mesa-dev] [PATCH 12/27] i965: add support for cached shaders with xfb qualifiers

2017-09-13 Thread Timothy Arceri
On 14/09/17 10:04, Matt Turner wrote: On 08/19, Jordan Justen 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. --- If I understand correctly, at th

Re: [Mesa-dev] [PATCH 12/27] i965: add support for cached shaders with xfb qualifiers

2017-09-13 Thread Matt Turner
On 08/19, Jordan Justen 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. --- If I understand correctly, at this point we'll never cache a shader that

[Mesa-dev] [PATCH 12/27] i965: add support for cached shaders with xfb qualifiers

2017-08-19 Thread Jordan Justen
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/mesa/drivers/dri/i965/brw_disk_cache.c | 8 1 file changed, 8 insertions(+) diff --git a/src/