Refactor IR function representation.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 21 Apr 2010 19:30:22 +0000 (12:30 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 21 Apr 2010 22:36:36 +0000 (15:36 -0700)
commit9fa99f3b6c84fe927ba97e6584cd919f097a6c9a
tree453be040c7a1948bbb4d9eadbac8ad8ba8c887cd
parentf96c52ba2e290e3ba5f14cd7f87ba5b4382a1785
Refactor IR function representation.

Now, ir_function is emitted as part of the IR instructions, rather than
simply existing in the symbol table.  Individual ir_function_signatures
are not emitted themselves, but only as part of ir_function.
ast_to_hir.cpp
builtin_function.cpp
glsl_types.cpp
ir.cpp
ir.h
ir_function_inlining.cpp
ir_if_simplification.cpp
ir_print_visitor.cpp