Re: [Mesa-dev] [PATCH 2/3] mesa: add an env var to force cache fallback

2017-05-18 Thread Nicolai Hähnle
On 18.05.2017 07:22, Timothy Arceri wrote: For the gallium state tracker a tgsi binary may have been evicted from the cache to make space. In this case we would take the fallback path and recompile/link the shader. On i965 there are a number of reasons we can get to the program upload stage and

[Mesa-dev] [PATCH 2/3] mesa: add an env var to force cache fallback

2017-05-17 Thread Timothy Arceri
For the gallium state tracker a tgsi binary may have been evicted from the cache to make space. In this case we would take the fallback path and recompile/link the shader. On i965 there are a number of reasons we can get to the program upload stage and have neither IR nor a valid cached binary. Fo