aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: Tweak disassembly to match gdb.José Fonseca2009-12-051-2/+8
| | | | Helps verifying udis86 output.
* llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca2009-12-051-1/+2
| | | | Otherwise the terminal gets full of garbage.
* llvmpipe: Debug function to check stack alignment.José Fonseca2009-09-091-0/+17
| | | | | Doing alignment check in locus is redundant, as gcc alignment assumptions will optimize away the check.
* llvmpipe: Disassemble beyond referred code beyond the RET instruction.José Fonseca2009-08-291-2/+32
|
* llvmpipe: Allow to build without udis86.José Fonseca2009-08-291-0/+6
|
* llvmpipe: Allow to dump the disassembly byte code.José Fonseca2009-08-291-6/+8
| | | | Useful as dis86 doesn't disassemble some SSE4 opcodes yet.
* llvmpipe: Disassemble generated x86 code.José Fonseca2009-08-291-0/+70