Re: [Mesa-dev] [RFC 19/20] mesa: take shader program cache in to use

2014-06-04 Thread Matt Turner
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

[Mesa-dev] [RFC 19/20] mesa: take shader program cache in to use

2014-06-02 Thread Tapani Pälli
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