glsl: Allow int -> uint implicit conversions on function parameters
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 4 May 2014 08:23:58 +0000 (20:23 +1200)
committerChris Forbes <chrisf@ijw.co.nz>
Wed, 4 Jun 2014 07:35:59 +0000 (19:35 +1200)
commit6ae787584dbca92dfa499bbb628256245c345023
tree2d67d7838f5f7afa94ecd61f402406e10d8ef2e9
parentf17428a276a0b76c3e940d341cced32931297d85
glsl: Allow int -> uint implicit conversions on function parameters

V2: Fix crashes during linking, where the parse state is NULL. In this
case, all required checks have already been done, so we assume the
extension is enabled.

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