linker: Pull find_matching_signature out of call_link_visitor
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 15 Jul 2010 20:32:27 +0000 (13:32 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 19 Jul 2010 21:50:43 +0000 (14:50 -0700)
commit5adbf0bff168c088d9fd5140226b76e3ba6471b8
treee52c73dbaa84db01b9950db884dcf77d3e09aab8
parentb95897b89d36a25c237a021c299a4eb295856476
linker: Pull find_matching_signature out of call_link_visitor

The list of shaders to search needs to be provided as an explicit
parameter to support coming changes.  At that point there is no reason
for it to be in the class.  Also, fix some of the 'const' decorators.
src/glsl/link_functions.cpp