glsl: Remove unused "instructions" parameter.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 1 Jan 2011 20:01:09 +0000 (12:01 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 1 Jan 2011 20:01:54 +0000 (12:01 -0800)
commit81168351a7f493fcde55e621af046c9301aa93e9
tree27536a50847d18f6d15a95b92eb170a29e9ebb4f
parent1eceb9d323196ddbf167367c192f3ab12fd9c5f8
glsl: Remove unused "instructions" parameter.

I think was used long ago, when we actually read the builtins into the
shader's instruction stream directly, rather than creating a separate
shader and linking the two.  It doesn't seem to serve any purpose now.
src/glsl/ast_to_hir.cpp
src/glsl/builtin_function.cpp
src/glsl/builtins/tools/generate_builtins.py
src/glsl/ir.h