summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/gallivm_builtins.cpp
AgeCommit message (Collapse)Author
2008-01-04llvm: update llvm sources the latest svnZack Rusin
2007-12-11Implement kilp and make it workZack Rusin
2007-11-02Implement sin opcode.Zack Rusin
Seems to have similar rounding border problems as cos.
2007-11-02Implement scs opcodeZack Rusin
2007-11-02Implement COS and CMP opcode.Zack Rusin
There's some weird rounding issue with COS that I can't figure out.
2007-10-30Export true C based builtins to a file of its own.Zack Rusin