Re: [Mesa-dev] [PATCH 1/2] util/disk_cache: add new driver_flags param to cache keys

2017-05-21 Thread Eduardo Lima Mitev
Both patches look good to me. Series is: Reviewed-by: Eduardo Lima Mitev On 05/20/2017 03:36 AM, Timothy Arceri wrote: > This will be used for things such as adding driver specific environment > variables to the key. Allowing us to set environment vars that change > the shader

[Mesa-dev] [PATCH 1/2] util/disk_cache: add new driver_flags param to cache keys

2017-05-19 Thread Timothy Arceri
This will be used for things such as adding driver specific environment variables to the key. Allowing us to set environment vars that change the shader and not have the driver ignore them if it finds existing shaders in the cache. --- src/compiler/glsl/tests/cache_test.c | 20