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 +-
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