Re: [Mesa-dev] [PATCH] anv: Round u_vector element sizes to a power of two

2017-07-11 Thread Jason Ekstrand
On Tue, Jul 11, 2017 at 8:18 PM, Kenneth Graunke wrote: > On Tuesday, July 11, 2017 7:09:32 PM PDT Jason Ekstrand wrote: > > This fixes 32-bit builds of the driver. > > > > Fixes: 08413a81b93dc537fb0c34327ad162f07e8c3427 > > Cc: Mark Janes > > Cc: mesa-sta...@lists.freedesktop.org > > --- > > s

Re: [Mesa-dev] [PATCH] anv: Round u_vector element sizes to a power of two

2017-07-11 Thread Kenneth Graunke
On Tuesday, July 11, 2017 7:09:32 PM PDT Jason Ekstrand wrote: > This fixes 32-bit builds of the driver. > > Fixes: 08413a81b93dc537fb0c34327ad162f07e8c3427 > Cc: Mark Janes > Cc: mesa-sta...@lists.freedesktop.org > --- > src/intel/vulkan/anv_batch_chain.c | 15 +-- > 1 file changed,

Re: [Mesa-dev] [PATCH] anv: Round u_vector element sizes to a power of two

2017-07-11 Thread Jason Ekstrand
On Tue, Jul 11, 2017 at 7:09 PM, Jason Ekstrand wrote: > This fixes 32-bit builds of the driver. > I just updated the commit message to be more descriptive: This fixes 32-bit builds of the driver. Commit 08413a81b93dc537fb0c3 changed things so that we now put struct anv_states in the u

[Mesa-dev] [PATCH] anv: Round u_vector element sizes to a power of two

2017-07-11 Thread Jason Ekstrand
This fixes 32-bit builds of the driver. Fixes: 08413a81b93dc537fb0c34327ad162f07e8c3427 Cc: Mark Janes Cc: mesa-sta...@lists.freedesktop.org --- src/intel/vulkan/anv_batch_chain.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/intel/vulkan/anv_batch_chai