summaryrefslogtreecommitdiff
path: root/src/glsl/ir_import_prototypes.cpp
AgeCommit message (Collapse)Author
2010-07-22glsl2: Fix builtin prototypes defined in multiple glsl/builtins/* filesEric Anholt
If we put the protos in separate ir_functions, they wouldn't be found at lookup time for linking. Fixes: glsl-fs-texture2d-bias glsl-fs-texture2dproj-bias glsl-fs-texture2dproj-bias-2 glsl-lod-bias glsl1-texture2D(), computed coordinate
2010-07-21glsl2: Add function to import function prototypes from one IR tree to anotherIan Romanick