mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()
authorBrian Paul <brianp@vmware.com>
Fri, 3 Apr 2009 16:29:11 +0000 (10:29 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 3 Apr 2009 17:06:27 +0000 (11:06 -0600)
commitb8a200ac9d11c09646de9b7d3f3f64a742c6abe3
tree7956799a6584a333aad65e95538fc5f834f460e9
parenta7b6a28b0c2bac9cbafb193923e3bc84855369d3
mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()

Also, s/pow/_mesa_pow/
src/mesa/shader/prog_execute.c