Implement COS and CMP opcode.
authorZack Rusin <zack@tungstengraphics.com>
Fri, 2 Nov 2007 15:47:09 +0000 (11:47 -0400)
committerZack Rusin <zack@tungstengraphics.com>
Fri, 2 Nov 2007 15:47:09 +0000 (11:47 -0400)
commit5c7bfb06e087ce4162590359ad75d1fca98f3549
tree31156ef549c67612c0f396d813d5b916ba482dbe
parentcf363ba30746ee0fd46b97986ea9fd753e093039
Implement COS and CMP opcode.

There's some weird rounding issue with COS that I can't figure
out.
src/mesa/pipe/llvm/gallivm.cpp
src/mesa/pipe/llvm/gallivm_builtins.cpp
src/mesa/pipe/llvm/instructions.cpp
src/mesa/pipe/llvm/instructions.h
src/mesa/pipe/llvm/llvm_builtins.c
src/mesa/pipe/softpipe/sp_quad_fs.c