Re: [Mesa-dev] [PATCH 1/2] radv: Increase integer sizes in descriptor sets.

2017-04-13 Thread Fredrik Höglund
On Thursday 13 April 2017, Bas Nieuwenhuizen wrote: > Needed if we want to allow them taking more than 64 KiB. The calculations > of these already used 32 bits. > > Signed-off-by: Bas Nieuwenhuizen > --- > src/amd/vulkan/radv_descriptor_set.h | 16 > 1 file

[Mesa-dev] [PATCH 1/2] radv: Increase integer sizes in descriptor sets.

2017-04-13 Thread Bas Nieuwenhuizen
Needed if we want to allow them taking more than 64 KiB. The calculations of these already used 32 bits. Signed-off-by: Bas Nieuwenhuizen --- src/amd/vulkan/radv_descriptor_set.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git