summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/llvm
Commit message (Collapse)AuthorAgeFilesLines
* Implement dph opcodeZack Rusin2007-10-243-1/+31
|
* Implement dot4 opcodeZack Rusin2007-10-243-5/+35
|
* Implement pow/rcp and sub opcodesZack Rusin2007-10-243-5/+91
|
* Add the "add" opcode and assert one vp if an opcode isn't supportedZack Rusin2007-10-241-1/+9
|
* Refactor the tgsi->llvm storage translatorZack Rusin2007-10-243-42/+70
|
* Implement basic opcode translation and storage translation.Zack Rusin2007-10-244-26/+348
|
* Draw first triangle. Start on the llvm builder.Zack Rusin2007-10-242-22/+165
|
* Cleanup some of the testing code. Implement first pass at actuallyZack Rusin2007-10-243-14/+206
| | | | running shaders in llvm.
* Execution engine is a singleton, for now keep it in the pipe.Zack Rusin2007-10-242-11/+24
|
* Generate the base shader.Zack Rusin2007-10-243-45/+191
|
* Implement the conversion and do the initial execution pass.Zack Rusin2007-10-243-2/+100
|
* Stub out some conversion.Zack Rusin2007-10-241-0/+291
|
* Initial stab at LLVM integration.Zack Rusin2007-10-242-0/+185