mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 03:20:40 +02:00
mesa: remove old size=4 limit
This commit is contained in:
parent
d4be09fb2b
commit
0da44c62cc
1 changed files with 0 additions and 1 deletions
|
|
@ -187,7 +187,6 @@ _mesa_add_named_constant(struct gl_program_parameter_list *paramList,
|
|||
return pos;
|
||||
}
|
||||
#endif
|
||||
size = 4; /** XXX fix */
|
||||
return _mesa_add_parameter(paramList, PROGRAM_CONSTANT, name,
|
||||
size, GL_NONE, values, NULL, 0x0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue