Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-30 | Export true C based builtins to a file of its own. | Zack Rusin | |
2007-10-30 | Rename to better reflect what it's really doing. | Zack Rusin | |
2007-10-30 | Change the way we handle temporaries in LLVM translation. | Zack Rusin | |
TGSI uses TEMP, among others, as a way of passing arguments from one function to another. Instead of trying to figure out which temp's a function needs and trying to dynamically adjust its signature just pass the whole array of temporaries to them. | |||
2007-10-24 | Add copyright headers and do some cleanups. | Zack Rusin | |
2007-10-24 | Align the load/stores. Reduce the amount of debugging output. | Zack Rusin | |
2007-10-24 | Muchos fixos. gears kinda works. and cases don't crash. | Zack Rusin | |
glorious | |||
2007-10-24 | Cleanup some of the testing code. Implement first pass at actually | Zack Rusin | |
running shaders in llvm. | |||
2007-10-24 | Generate the base shader. | Zack Rusin | |
2007-10-24 | Implement the conversion and do the initial execution pass. | Zack Rusin | |