Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-14 | gallivm: add compile-time option to emit inst addrs and/or line numbers | Brian Paul | |
Disabling address printing is helpful for diffing. | |||
2010-10-09 | gallivm: Handle code have ret correctly. | José Fonseca | |
Stop disassembling on unconditional backwards jumps. | |||
2010-08-29 | util: remove util_is_pot in favor of util_is_power_of_two | Marek Olšák | |
The function was duplicated. | |||
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | |
the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm. |