Re: [Mesa-dev] [PATCH] radv: add an option for disabling NGG on GFX10

2019-07-07 Thread Bas Nieuwenhuizen
Please add the option to get_hash_flags in radv_pipeline.c too, so it does not poison the cache. On Sun, Jul 7, 2019 at 7:35 PM Samuel Pitoiset wrote: > > Will be useful for testing the legacy path. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_debug.h| 1 + >

[Mesa-dev] [PATCH] radv: add an option for disabling NGG on GFX10

2019-07-07 Thread Samuel Pitoiset
Will be useful for testing the legacy path. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_debug.h| 1 + src/amd/vulkan/radv_device.c | 1 + src/amd/vulkan/radv_pipeline.c | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_debug.h