Re: [Mesa-dev] [RFC 18/20] mesa/program: add disk cache functionality

2014-06-04 Thread Matt Turner
On Mon, Jun 2, 2014 at 5:05 AM, Tapani Pälli wrote: > Patch adds functions to cache linked shader programs to disk. Cache > key is generated from shader sources of the program. Cache path is > generated on initialization if does not exist yet. > > Signed-off-by: Tapani Pälli > --- > src/mesa/Mak

[Mesa-dev] [RFC 18/20] mesa/program: add disk cache functionality

2014-06-02 Thread Tapani Pälli
Patch adds functions to cache linked shader programs to disk. Cache key is generated from shader sources of the program. Cache path is generated on initialization if does not exist yet. Signed-off-by: Tapani Pälli --- src/mesa/Makefile.sources | 1 + src/mesa/program/prog_diskcache.c |