Re: [Mesa-dev] [PATCH 1/3] st/mesa: improve shader cache debug info

2017-05-18 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, May 18, 2017 at 7:22 AM, Timothy Arceri wrote: > This will explicitly state that we are following the fallback > path when we find invalid/corrupt cache items. It will also > output the fallback message when the

[Mesa-dev] [PATCH 1/3] st/mesa: improve shader cache debug info

2017-05-17 Thread Timothy Arceri
This will explicitly state that we are following the fallback path when we find invalid/corrupt cache items. It will also output the fallback message when the fallback path is forced via an environment variable, the following patches will allow this. --- src/mesa/state_tracker/st_shader_cache.c |