Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement dot4 opcode | Zack Rusin | 2007-10-24 | 3 | -5/+35 |
* | Implement pow/rcp and sub opcodes | Zack Rusin | 2007-10-24 | 3 | -5/+91 |
* | Add the "add" opcode and assert one vp if an opcode isn't supported | Zack Rusin | 2007-10-24 | 1 | -1/+9 |
* | Refactor the tgsi->llvm storage translator | Zack Rusin | 2007-10-24 | 3 | -42/+70 |
* | Implement basic opcode translation and storage translation. | Zack Rusin | 2007-10-24 | 4 | -26/+348 |
* | Draw first triangle. Start on the llvm builder. | Zack Rusin | 2007-10-24 | 2 | -22/+165 |
* | Cleanup some of the testing code. Implement first pass at actually | Zack Rusin | 2007-10-24 | 3 | -14/+206 |
* | Execution engine is a singleton, for now keep it in the pipe. | Zack Rusin | 2007-10-24 | 2 | -11/+24 |
* | Generate the base shader. | Zack Rusin | 2007-10-24 | 3 | -45/+191 |
* | Implement the conversion and do the initial execution pass. | Zack Rusin | 2007-10-24 | 3 | -2/+100 |
* | Stub out some conversion. | Zack Rusin | 2007-10-24 | 1 | -0/+291 |
* | Initial stab at LLVM integration. | Zack Rusin | 2007-10-24 | 2 | -0/+185 |