Re: [Mesa-dev] [PATCH] nvc0: fix the driver cb size when draw parameters are used

2016-07-11 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin A follow-up patch to replace all those 2048's with some #define would be great :) On Mon, Jul 11, 2016 at 3:26 PM, Samuel Pitoiset wrote: > The size of the driver constant buffer for each stage should be 2048 > and not 512 because it has been increased recently for buff

[Mesa-dev] [PATCH] nvc0: fix the driver cb size when draw parameters are used

2016-07-11 Thread Samuel Pitoiset
The size of the driver constant buffer for each stage should be 2048 and not 512 because it has been increased recently for buffers/images. While we are at it, do the same change for indirect draws. This fixes all ARB_shader_draw_parameters tests on GM107. Signed-off-by: Samuel Pitoiset Cc: 12.0