summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_debug.c
AgeCommit message (Collapse)Author
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack 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.
2009-12-05llvmpipe: Tweak disassembly to match gdb.José Fonseca
Helps verifying udis86 output.
2009-12-05llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca
Otherwise the terminal gets full of garbage.
2009-09-09llvmpipe: Debug function to check stack alignment.José Fonseca
Doing alignment check in locus is redundant, as gcc alignment assumptions will optimize away the check.
2009-08-29llvmpipe: Disassemble beyond referred code beyond the RET instruction.José Fonseca
2009-08-29llvmpipe: Allow to build without udis86.José Fonseca
2009-08-29llvmpipe: Allow to dump the disassembly byte code.José Fonseca
Useful as dis86 doesn't disassemble some SSE4 opcodes yet.
2009-08-29llvmpipe: Disassemble generated x86 code.José Fonseca