Re: [Mesa-dev] [PATCH] virgl: increase command size buffer a bit for constant buffers.

2018-06-15 Thread Alex Deucher
On Thu, Jun 14, 2018 at 11:13 PM, Dave Airlie wrote: > From: Dave Airlie > > If we want to upload 16k 32-bit consts we need a bit of overhead > to faciliate that. > > Fixes crash in: > KHR-GL44.geometry_shader.limits.max_uniform_components > --- > src/gallium/drivers/virgl/virgl_winsys.h | 2 +-

[Mesa-dev] [PATCH] virgl: increase command size buffer a bit for constant buffers.

2018-06-14 Thread Dave Airlie
From: Dave Airlie If we want to upload 16k 32-bit consts we need a bit of overhead to faciliate that. Fixes crash in: KHR-GL44.geometry_shader.limits.max_uniform_components --- src/gallium/drivers/virgl/virgl_winsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galli