glsl: Switch to the new built-in function module.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Sep 2013 03:48:45 +0000 (20:48 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 9 Sep 2013 21:42:33 +0000 (14:42 -0700)
commit76d2f73643f5502d88fdc272447753fde8f6438b
tree6687a192a0373a6b398c0b58219708296aa6c6bf
parent7ddc312c1b2c610ba8f244b49f4c4bc94eeca985
glsl: Switch to the new built-in function module.

All built-ins are now handled by the new code; the old system is dead.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/glsl/ast_function.cpp
src/glsl/glsl_parser_extras.cpp
src/glsl/main.cpp