glsl: Pass parse state to parameter_lists_match()
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 4 May 2014 08:23:56 +0000 (20:23 +1200)
committerChris Forbes <chrisf@ijw.co.nz>
Wed, 4 Jun 2014 07:35:54 +0000 (19:35 +1200)
commita78c663c2291d9f5acd7367766a2712038db2e78
tree364df3987d38a9136c1b661f93bc8f4f3fd9f452
parent240974e93f2df10f64aae17e1ed257379bdac5f7
glsl: Pass parse state to parameter_lists_match()

The available implicit conversions depend on the GLSL version we're
compiling.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/ir_function.cpp