projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf513e
)
remove bogus assertion
author
Brian
<brian@yutani.localnet.net>
Tue, 13 Mar 2007 22:31:30 +0000
(16:31 -0600)
committer
Brian
<brian@yutani.localnet.net>
Tue, 13 Mar 2007 22:31:30 +0000
(16:31 -0600)
src/mesa/shader/prog_parameter.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_parameter.c
b/src/mesa/shader/prog_parameter.c
index 14b272c2c54c59a62e46974993876db9db32a596..4633015de2849f0c81757c9796d57a0b20f103b4 100644
(file)
--- a/
src/mesa/shader/prog_parameter.c
+++ b/
src/mesa/shader/prog_parameter.c
@@
-88,7
+88,6
@@
_mesa_add_parameter(struct gl_program_parameter_list *paramList,
const GLuint sz4 = (size + 3) / 4; /* no. of new param slots needed */
assert(size > 0);
- assert(size <= 16); /* XXX anything larger than a matrix??? */
if (oldNum + sz4 > paramList->Size) {
/* Need to grow the parameter list array (alloc some extra) */