summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/llvm/instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to using LLVM builder.Zack Rusin2007-10-301-7/+10
* Refactor vector extraction.Zack Rusin2007-10-301-0/+2
* Cleanup constant vector handling a bit.Zack Rusin2007-10-301-0/+2
* Change the way we handle temporaries in LLVM translation.Zack Rusin2007-10-301-1/+1
* Get basic function calls working in the shaders.Zack Rusin2007-10-261-0/+11
* Make ret part of the instruction block instead of implicitelyZack Rusin2007-10-261-0/+1
* Implement loopsZack Rusin2007-10-251-1/+10
* Implement else ops.Zack Rusin2007-10-251-0/+1
* Add copyright headers and do some cleanups.Zack Rusin2007-10-241-0/+32
* Implement arl, lerp opcodes and do a first stab at if/endifZack Rusin2007-10-241-0/+12
* Implement cross product and abs opcodeZack Rusin2007-10-241-0/+2
* Implement SGE and SLTZack Rusin2007-10-241-0/+2
* Align the load/stores. Reduce the amount of debugging output.Zack Rusin2007-10-241-0/+2
* Make lit work but in a very lame way - will have to be rewritten.Zack Rusin2007-10-241-1/+0
* Muchos fixos. gears kinda works. and cases don't crash.Zack Rusin2007-10-241-1/+9
* implement min and maxZack Rusin2007-10-241-0/+2
* Fix some warnings and implement lg2Zack Rusin2007-10-241-6/+9
* Implement frc and floorZack Rusin2007-10-241-1/+5
* Implement ex2 opcodeZack Rusin2007-10-241-0/+1
* Implement dst opcodeZack Rusin2007-10-241-0/+1
* Implement dph opcodeZack Rusin2007-10-241-0/+1
* Implement dot4 opcodeZack Rusin2007-10-241-0/+1
* Implement pow/rcp and sub opcodesZack Rusin2007-10-241-2/+8
* Implement basic opcode translation and storage translation.Zack Rusin2007-10-241-0/+43