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
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 |