Re: [Mesa-dev] [PATCH 7/7] swr/rast: Store cached files in multiple subdirs

2019-01-15 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Dec 17, 2018, at 8:36 AM, Alok Hota wrote: > > This improves cache filesystem performance, especially during CI tests > Also updated jitcache magic number due to codegen parameter changes > Removed 2 `if constexpr` to prevent C++17 requirement > --- >

[Mesa-dev] [PATCH 7/7] swr/rast: Store cached files in multiple subdirs

2018-12-17 Thread Alok Hota
This improves cache filesystem performance, especially during CI tests Also updated jitcache magic number due to codegen parameter changes Removed 2 `if constexpr` to prevent C++17 requirement --- .../swr/rasterizer/jitter/JitManager.cpp | 51 ---