Re: [Mesa-dev] [PATCH v2 23/32] mesa/glsl: add api_enabled flag to gl_transform_feedback_info

2017-10-20 Thread Timothy Arceri
On 21/10/17 10:14, Jason Ekstrand wrote: On Wed, Oct 18, 2017 at 10:32 PM, Jordan Justen mailto:jordan.l.jus...@intel.com>> wrote: From: Timothy Arceri mailto:timothy.arc...@collabora.com>> This will be used to disable the shader cache when xfb is enabled via the api as we don't

Re: [Mesa-dev] [PATCH v2 23/32] mesa/glsl: add api_enabled flag to gl_transform_feedback_info

2017-10-20 Thread Jason Ekstrand
On Wed, Oct 18, 2017 at 10:32 PM, Jordan Justen wrote: > From: Timothy Arceri > > This will be used to disable the shader cache when xfb is enabled > via the api as we don't currently allow for it when generating the > sha for the shader. > --- > src/compiler/glsl/link_varyings.cpp | 5 - >

[Mesa-dev] [PATCH v2 23/32] mesa/glsl: add api_enabled flag to gl_transform_feedback_info

2017-10-18 Thread Jordan Justen
From: Timothy Arceri This will be used to disable the shader cache when xfb is enabled via the api as we don't currently allow for it when generating the sha for the shader. --- src/compiler/glsl/link_varyings.cpp | 5 - src/mesa/main/mtypes.h | 3 +++ 2 files changed, 7 inserti