mesa: Remove dead program_parameter::Flags field.
All flags are now gone, so we can stop storing and passing this around. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -2407,7 +2407,7 @@ add_uniform_to_shader::visit_field(const glsl_type *type, const char *name)
|
||||
int index = _mesa_lookup_parameter_index(params, -1, name);
|
||||
if (index < 0) {
|
||||
index = _mesa_add_parameter(params, file, name, size, type->gl_type,
|
||||
NULL, NULL, 0x0);
|
||||
NULL, NULL);
|
||||
|
||||
/* Sampler uniform values are stored in prog->SamplerUnits,
|
||||
* and the entry in that array is selected by this index we
|
||||
|
Reference in New Issue
Block a user