Re: [Mesa-dev] [PATCH] nvc0: use a define for the driver constant buffer size

2016-07-11 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Mon, Jul 11, 2016 at 4:25 PM, Samuel Pitoiset wrote: > This might avoid mistakes if the size is bumped in the future. > > Signed-off-by: Samuel Pitoiset > --- >

[Mesa-dev] [PATCH] nvc0: use a define for the driver constant buffer size

2016-07-11 Thread Samuel Pitoiset
This might avoid mistakes if the size is bumped in the future. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_compute.c| 8 src/gallium/drivers/nouveau/nvc0/nvc0_context.h| 4 ++--