mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
draw: Reduce the number of vertex shader variants per context to 128.
This commit is contained in:
parent
3c56280d33
commit
a5c0fb51c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue