glsl: Rename the fourth argument to get_interface_instance.
authorPaul Berry <stereotype441@gmail.com>
Tue, 8 Oct 2013 21:09:48 +0000 (14:09 -0700)
committerPaul Berry <stereotype441@gmail.com>
Wed, 9 Oct 2013 23:49:16 +0000 (16:49 -0700)
commit8cf35c3d2f8f40215f9fe00bdec6329aca2afc78
treeb9b103fcb1c7244609d3828037eabb500045aea3
parentb330125790498f44e5325ef30b7a1e0fd7245680
glsl: Rename the fourth argument to get_interface_instance.

Interface declarations have two names associated with them: the block
name and the instance name.  It's the block name that needs to be
passed to get_interface_instance().  This patch renames the argument
so that there's no confusion.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/glsl_types.cpp
src/glsl/glsl_types.h