Re: [Mesa-dev] [PATCH] anv: enable symbol visibility.

2016-02-21 Thread Kristian Høgsberg
On Sun, Feb 21, 2016 at 5:17 PM, Dave Airlie wrote: > From: Dave Airlie > > This drops the amount of symbols visible down, vulkaninfo/vkcube > still execute. Thanks. It was always the intention to use this, but I guess we forgot to turn it on. Reviewed-by: Kristian Høgsberg > --- > src/intel

Re: [Mesa-dev] [PATCH] anv: enable symbol visibility.

2016-02-21 Thread Kristian Høgsberg
On Sun, Feb 21, 2016 at 5:17 PM, Dave Airlie wrote: > From: Dave Airlie > > This drops the amount of symbols visible down, vulkaninfo/vkcube > still execute. > --- > src/intel/isl/Makefile.am| 1 + > src/intel/vulkan/Makefile.am | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/src/

[Mesa-dev] [PATCH] anv: enable symbol visibility.

2016-02-21 Thread Dave Airlie
From: Dave Airlie This drops the amount of symbols visible down, vulkaninfo/vkcube still execute. --- src/intel/isl/Makefile.am| 1 + src/intel/vulkan/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index 72f5460..8f812d