Re: [Mesa-dev] [PATCH 11/16] anv: Stop setting BO flags in bo_init_new

2017-05-23 Thread Jason Ekstrand
On Tue, May 23, 2017 at 2:35 PM, Nanley Chery wrote: > On Thu, May 18, 2017 at 02:00:58PM -0700, Jason Ekstrand wrote: > > The idea behind doing this was to make it easier to set various flags. > > However, we have enough custom flag settings floating around the driver > > that this is more of a

Re: [Mesa-dev] [PATCH 11/16] anv: Stop setting BO flags in bo_init_new

2017-05-23 Thread Nanley Chery
On Thu, May 18, 2017 at 02:00:58PM -0700, Jason Ekstrand wrote: > The idea behind doing this was to make it easier to set various flags. > However, we have enough custom flag settings floating around the driver > that this is more of a nuisance than a help. > --- > src/intel/vulkan/anv_allocator.c

[Mesa-dev] [PATCH 11/16] anv: Stop setting BO flags in bo_init_new

2017-05-18 Thread Jason Ekstrand
The idea behind doing this was to make it easier to set various flags. However, we have enough custom flag settings floating around the driver that this is more of a nuisance than a help. --- src/intel/vulkan/anv_allocator.c | 17 ++--- src/intel/vulkan/anv_device.c| 12 ++-