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:
Brian Paul
2011-08-30 14:24:55 -06:00
parent e26e9f77e7
commit 87679e2ea1
+2 -2
View File
@@ -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
/*@}*/
/**