Re: [Mesa-dev] [PATCH] anv/allocator: Only write to _vg_ptr if we have valgrind

2017-05-05 Thread Chad Versace
On Fri 05 May 2017, Jason Ekstrand wrote: > This fixes the build when not building against valgrind headers. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100945 > --- > src/intel/vulkan/anv_allocator.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Chad

[Mesa-dev] [PATCH] anv/allocator: Only write to _vg_ptr if we have valgrind

2017-05-05 Thread Jason Ekstrand
This fixes the build when not building against valgrind headers. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100945 --- src/intel/vulkan/anv_allocator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_allocator.c