summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Muchos fixos. gears kinda works. and cases don't crash.Zack Rusin2007-10-248-777/+1147
* implement min and maxZack Rusin2007-10-243-2/+110
* Fix some warnings and implement lg2Zack Rusin2007-10-244-9/+875
* Implement frc and floorZack Rusin2007-10-243-3/+62
* Implement ex2 opcodeZack Rusin2007-10-243-1/+13
* Implement dst opcodeZack Rusin2007-10-243-1/+26
* 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
* 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