[Mesa-dev] [PATCH 16/32] glsl: Modify uniform_field_visitor::visit_field to take a row_major parameter
Carl Worth
cworth at cworth.org
Wed Jan 23 10:19:32 PST 2013
Ian Romanick <idr at freedesktop.org> writes:
> @@ -454,7 +460,6 @@ link_update_uniform_buffer_variables(struct gl_shader *shader)
> for (unsigned j = 0; j < shader->UniformBlocks[i].NumUniforms; j++) {
> if (!strcmp(var->name, shader->UniformBlocks[i].Uniforms[j].Name)) {
> found = true;
> - var->uniform_block = i;
> var->location = j;
> break;
> }
This hunk looks like it's supposed to belong in a different commit.
-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130123/94cd566b/attachment.pgp>
More information about the mesa-dev
mailing list