ir_constant_expression: Simplify code that implements the "dot" builtin.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Jul 2010 03:12:43 +0000 (20:12 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Jul 2010 22:46:28 +0000 (15:46 -0700)
commita7650af706b359056db8b9da6d1d83669106d463
treebffda0854755b7fe76e80cda78ec0bc3566ea826
parent5489ad086f77e548905c98ccd27cd626d706d5f9
ir_constant_expression: Simplify code that implements the "dot" builtin.

There's no need to use an ir_expression; we have a handy C function.
src/glsl/ir_constant_expression.cpp