On Mon, Jun 2, 2014 at 5:06 AM, Tapani Pälli wrote:
> Patch initializes program cache on context creation, caches linked
> programs and skips linking if program is found from the cache.
>
> Signed-off-by: Tapani Pälli
> ---
> src/mesa/main/context.c | 4
> src/mesa/program/ir_to_mes
Patch initializes program cache on context creation, caches linked
programs and skips linking if program is found from the cache.
Signed-off-by: Tapani Pälli
---
src/mesa/main/context.c | 4
src/mesa/program/ir_to_mesa.cpp | 7 +++
2 files changed, 11 insertions(+)
diff --git a