On 11/04/17 19:22, Nicolai Hähnle wrote:
On 06.04.2017 12:35, Timothy Arceri wrote:
On 05/04/17 19:58, Nicolai Hähnle wrote:
On 05.04.2017 05:56, Timothy Arceri wrote:
In the following patch we will stop pre-processing shaders before
hashing them, so we just disable the cache if MESA_EXTENSI
On 06.04.2017 12:35, Timothy Arceri wrote:
On 05/04/17 19:58, Nicolai Hähnle wrote:
On 05.04.2017 05:56, Timothy Arceri wrote:
In the following patch we will stop pre-processing shaders before
hashing them, so we just disable the cache if MESA_EXTENSION_OVERRIDE
is set.
Why can't you add the
On 05/04/17 19:58, Nicolai Hähnle wrote:
On 05.04.2017 05:56, Timothy Arceri wrote:
In the following patch we will stop pre-processing shaders before
hashing them, so we just disable the cache if MESA_EXTENSION_OVERRIDE
is set.
Why can't you add the value of MESA_EXTENSION_OVERRIDE to the hash
On 05.04.2017 05:56, Timothy Arceri wrote:
In the following patch we will stop pre-processing shaders before
hashing them, so we just disable the cache if MESA_EXTENSION_OVERRIDE
is set.
Why can't you add the value of MESA_EXTENSION_OVERRIDE to the hash of
shaders?
Cheers,
Nicolai
Tested-
In the following patch we will stop pre-processing shaders before
hashing them, so we just disable the cache if MESA_EXTENSION_OVERRIDE
is set.
Tested-by: Grazvydas Ignotas
---
src/util/disk_cache.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/src/util/disk_cache.c b/src/util/dis
In the following patch we will stop pre-processing shaders before
hashing them, so we just disable the cache if MESA_EXTENSION_OVERRIDE
is set.
---
src/util/disk_cache.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c
index d9de8ef..dc883a
On 27/03/17 20:32, Grazvydas Ignotas wrote:
On Mon, Mar 27, 2017 at 6:14 AM, Timothy Arceri wrote:
In the following patch we will stop pre-processing shaders before
hashing them, so we just disable the cache if MESA_EXTENSION_OVERRIDE
is set.
That's because the extension substitution is don
On Mon, Mar 27, 2017 at 6:14 AM, Timothy Arceri wrote:
> In the following patch we will stop pre-processing shaders before
> hashing them, so we just disable the cache if MESA_EXTENSION_OVERRIDE
> is set.
That's because the extension substitution is done by the preprocessor
I assume? It's not rea
In the following patch we will stop pre-processing shaders before
hashing them, so we just disable the cache if MESA_EXTENSION_OVERRIDE
is set.
---
src/util/disk_cache.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c
index d9de8ef..dc883a