mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 03:40:10 +01:00
update MAX_INSTRUCTIONS limit
This commit is contained in:
parent
ebf58ea3a3
commit
6211a14137
1 changed files with 4 additions and 1 deletions
|
|
@ -36,11 +36,14 @@
|
|||
#include "grammar_mesa.h"
|
||||
#include "program.h"
|
||||
#include "context.h"
|
||||
#include "macros.h"
|
||||
#include "mtypes.h"
|
||||
#include "program_instruction.h"
|
||||
|
||||
|
||||
#define MAX_INSTRUCTIONS 256
|
||||
/* For ARB programs, use the NV instruction limits */
|
||||
#define MAX_INSTRUCTIONS MAX2(MAX_NV_FRAGMENT_PROGRAM_INSTRUCTIONS, \
|
||||
MAX_NV_VERTEX_PROGRAM_INSTRUCTIONS)
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue