Module: Mesa
Branch: asm-shader-rework-3
Commit: e434377a4efc6f8ff25553475e0ddc2ef9cec405
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e434377a4efc6f8ff25553475e0ddc2ef9cec405

Author: Ian Romanick <[email protected]>
Date:   Fri Oct  2 22:31:42 2009 -0700

ARB prog: Bump non-native address register limit to GLSL level

---

 src/mesa/main/config.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 8a09efd..85c532e 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -210,7 +210,7 @@
 
 /** For GL_ARB_vertex_program */
 /*...@{*/
-#define MAX_VERTEX_PROGRAM_ADDRESS_REGS 1
+#define MAX_VERTEX_PROGRAM_ADDRESS_REGS MAX_PROGRAM_ADDRESS_REGS
 #define MAX_VERTEX_PROGRAM_PARAMS       MAX_UNIFORMS
 /*...@}*/
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to