From a5c0fb51c6b1d5f7e6ea8f089da921719ad1b6c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 14 Jul 2010 15:12:33 +0100 Subject: [PATCH] draw: Reduce the number of vertex shader variants per context to 128. --- src/gallium/auxiliary/draw/draw_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index b7d693f8584..594ef440092 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -83,7 +83,7 @@ struct vertex_header { /* maximum number of shader variants we can cache */ -#define DRAW_MAX_SHADER_VARIANTS 1024 +#define DRAW_MAX_SHADER_VARIANTS 128 /** * Private context for the drawing module. -- 2.30.2