glsl/ir: add subroutine information storage to ir_function (v1.1)
authorDave Airlie <airlied@redhat.com>
Mon, 20 Apr 2015 00:22:57 +0000 (10:22 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Jul 2015 07:25:32 +0000 (17:25 +1000)
commit30681c3bb80ad78392f1740aa915efa072c837e8
tree7de576f29799ea7e571ad904332c619d34e872dc
parentd8a250ce5edc3da092ede6d62d433fbb37aa6cf6
glsl/ir: add subroutine information storage to ir_function (v1.1)

We need to store two sets of info into the ir_function,
if this is a function definition with a subroutine list
(subroutine_def) or if it a subroutine prototype.

v1.1: add some more documentation.

Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/glsl/ir.cpp
src/glsl/ir.h
src/glsl/ir_clone.cpp
src/glsl/ir_print_visitor.cpp