[Mesa-dev] [PATCH 05/13] mesa/program: Don't clear caches which are not allocated

2015-05-05 Thread Juha-Pekka Heikkila
Signed-off-by: Juha-Pekka Heikkila --- src/mesa/program/prog_cache.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/mesa/program/prog_cache.c b/src/mesa/program/prog_cache.c index ed93af7..eef5339 100644 --- a/src/mesa/program/prog_cache.c +++ b/src/mesa

[Mesa-dev] [PATCH 05/13] mesa/program: Don't clear caches which are not allocated

2014-11-28 Thread Juha-Pekka Heikkila
Signed-off-by: Juha-Pekka Heikkila --- src/mesa/program/prog_cache.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/mesa/program/prog_cache.c b/src/mesa/program/prog_cache.c index 34609f0..97f148b 100644 --- a/src/mesa/program/prog_cache.c +++ b/src/mesa