Re: [Mesa-dev] [PATCH] radv: Increase the number of dynamic uniform buffers.

2018-03-11 Thread Dave Airlie
On 10 March 2018 at 02:21, Bas Nieuwenhuizen wrote: > The vulkan API is not ideal as it does not allow us have a > shared limit. > > Feral needs 15+6 for one of their games, and I'm not a fan > of overcommitting the limits, so increase the number of > dynamic uniform buffers to 16. > Reviewed-by:

Re: [Mesa-dev] [PATCH] radv: Increase the number of dynamic uniform buffers.

2018-03-09 Thread Alex Smith
Tested-by: Alex Smith Thanks! On 9 March 2018 at 16:21, Bas Nieuwenhuizen wrote: > The vulkan API is not ideal as it does not allow us have a > shared limit. > > Feral needs 15+6 for one of their games, and I'm not a fan > of overcommitting the limits, so increase the number of > dynamic unifo

[Mesa-dev] [PATCH] radv: Increase the number of dynamic uniform buffers.

2018-03-09 Thread Bas Nieuwenhuizen
The vulkan API is not ideal as it does not allow us have a shared limit. Feral needs 15+6 for one of their games, and I'm not a fan of overcommitting the limits, so increase the number of dynamic uniform buffers to 16. CC: CC: Alex Smith --- src/amd/vulkan/radv_device.c | 4 ++-- src/amd/vulk