glsl2: Add function to import function prototypes from one IR tree to another
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 20 Jul 2010 18:28:31 +0000 (11:28 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 21 Jul 2010 22:52:58 +0000 (15:52 -0700)
commit4ccd3c548b9b9a2fee79342445f68d73525bfcdb
treea0bcbaa1872a701f3d81bd1aab2c35110141a74c
parent56d33f8e2be1695c951a811fac1800117c2ca406
glsl2: Add function to import function prototypes from one IR tree to another
src/glsl/Makefile
src/glsl/ir.h
src/glsl/ir_import_prototypes.cpp [new file with mode: 0644]