Re: [Mesa-dev] [PATCH 2/2] radeon: pass flags that can change shaders to disk_cache_create()

2017-05-22 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, May 20, 2017 at 3:36 AM, Timothy Arceri wrote: > I wasn't sure if I should filter the flags so that we only use > flags that actually change the shader output. To avoid manual > updates we just pass in

[Mesa-dev] [PATCH 2/2] radeon: pass flags that can change shaders to disk_cache_create()

2017-05-19 Thread Timothy Arceri
I wasn't sure if I should filter the flags so that we only use flags that actually change the shader output. To avoid manual updates we just pass in everything for now. --- src/gallium/drivers/radeon/r600_pipe_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git