OSDN Git Service

linker: First bits of intrastage, intershader function linking
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 14 Jul 2010 00:36:13 +0000 (17:36 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 19 Jul 2010 21:50:43 +0000 (14:50 -0700)
commit8fe8a814b0c746f0f655a67f8755f9dee858d230
tree0ce408dbe3125ee1081c12e53de983219bfaffb3
parenta48a2b66e86d6d1c2fbb24bc60df2fdef42b3086
linker: First bits of intrastage, intershader function linking

This handles the easy case of linking a function in a different
compilation unit that doesn't call any functions or reference any
global variables.
src/glsl/Makefile
src/glsl/link_functions.cpp [new file with mode: 0644]
src/glsl/linker.cpp
src/glsl/linker.h [new file with mode: 0644]