Re: [Mesa-dev] [PATCH 0/4] RFC: gl_shader cache

2013-09-22 Thread Tapani Pälli
On 09/20/2013 05:23 PM, Christoph Brill wrote: 2013/9/20 Tapani Pälli > Hello; On my SNB desktop machine shader-db takes ~2.4secs without cache, with cache it takes ~1.8secs (~2.7 when cache gets generated) (values are avg from 100 runs co

Re: [Mesa-dev] [PATCH 0/4] RFC: gl_shader cache

2013-09-20 Thread Christoph Brill
2013/9/20 Tapani Pälli > Hello; > > This is RFC for shader cache implementation, goal is to optimize > application > startup time. The implementation is based on idea that Kenneth had on a > Mesa > branch for memory based cache. These patches implement a 'behind the > scenes' > cache for shader c

[Mesa-dev] [PATCH 0/4] RFC: gl_shader cache

2013-09-20 Thread Tapani Pälli
Hello; This is RFC for shader cache implementation, goal is to optimize application startup time. The implementation is based on idea that Kenneth had on a Mesa branch for memory based cache. These patches implement a 'behind the scenes' cache for shader compiler storing gl_shader struct to the di