Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-30 | Implement micro_pow and micro_sqrt | Ian Romanick | |
Unimplemented micro ops get assertions for now. | |||
2008-01-30 | Fetch uniforms from main memory. | Ian Romanick | |
2008-01-30 | Missing amperstand in previous commit. Oops. | Ian Romanick | |
2008-01-30 | Pass ptr to local memory copy instead of main memory to exec_instruction | Ian Romanick | |
This was essentially a cut-and-paste bug when the instruction fetcher was added. Also, the test for TGSI_PROCESSOR_FRAGMENT was moved outside the loop for exec_declaration. | |||
2008-01-30 | Initial pass at instruction / declaration fetch | Ian Romanick | |
2008-01-30 | Initial pass at vertex shader on SPU using TGSI VM | Ian Romanick | |
All of the code is wired in on the SPU side, but it is not called from the PPU yet. Instruction / declaration fetch still needs to be implemented in spu_exec.c. |