mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
Up the value of MAX_NV_VERTEX_PROGRAM_PARAMS to a power of two.
This commit is contained in:
parent
addcc6afbd
commit
6a13c7da4c
1 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@
|
|||
/*@{*/
|
||||
#define MAX_NV_VERTEX_PROGRAM_INSTRUCTIONS 128
|
||||
#define MAX_NV_VERTEX_PROGRAM_TEMPS 12
|
||||
#define MAX_NV_VERTEX_PROGRAM_PARAMS 96
|
||||
#define MAX_NV_VERTEX_PROGRAM_PARAMS 128 /* KW: power of two */
|
||||
#define MAX_NV_VERTEX_PROGRAM_INPUTS 16
|
||||
#define MAX_NV_VERTEX_PROGRAM_OUTPUTS 15
|
||||
/*@}*/
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
|
||||
/** For any program target/extension */
|
||||
/*@{*/
|
||||
#define MAX_PROGRAM_LOCAL_PARAMS 96
|
||||
#define MAX_PROGRAM_LOCAL_PARAMS 128 /* KW: power of two */
|
||||
#define MAX_PROGRAM_MATRICES 8
|
||||
#define MAX_PROGRAM_MATRIX_STACK_DEPTH 4
|
||||
/*@}*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue