mesa: bump max program local params, max uniforms limit
Some driver support more than 1024. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
@@ -203,8 +203,8 @@
|
||||
* per-program parameters.
|
||||
*/
|
||||
/*@{*/
|
||||
#define MAX_PROGRAM_LOCAL_PARAMS 1024
|
||||
#define MAX_UNIFORMS 1024
|
||||
#define MAX_PROGRAM_LOCAL_PARAMS 4096
|
||||
#define MAX_UNIFORMS 4096
|
||||
/*@}*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user