aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965/brw_disasm.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: Delete this driver.Kai Wasserbäch2011-11-291-1023/+0
| | | | | | | Never completed, and no plans to do so. Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: José Fonseca <[email protected]>
* i965g: update disassembler code from classic.Dave Airlie2011-01-091-24/+84
| | | | still a bit of work to do, the winsys gen setting is a bit of a hack.
* i965g: update brw_defines.h from classic driverDave Airlie2011-01-091-15/+56
|
* i965g: Fix setup of immediate types for gen4 disasm.Vinson Lee2010-06-201-1/+1
| | | | | | Caught by clang. Follow-up to commit 070bbd4fcd5d2b669b880b91730a7ad9d130e416.
* i965g: Remove unnecessary header.Vinson Lee2010-04-201-1/+0
|
* i965g: Add missing va_end.Vinson Lee2010-01-311-0/+1
|
* brw: add dumping to gem winsysKeith Whitwell2009-11-301-1/+3
|
* i965g: disassemble each instruction as generatedKeith Whitwell2009-11-061-1/+1
|
* i965g: disassemble more than one instruction at a timeKeith Whitwell2009-11-051-5/+23
|
* i965g: add standalone xlib debug winsysKeith Whitwell2009-11-041-0/+1
| | | | | | | | | Create a dummy winsys that just debug-prints on calls into the winsys functions. Will use this to get to the point where we are generating sane-looking debug dumps and diassembly. Also fix various warnings generated with the new compiler flags set in this config.
* i965g: wipKeith Whitwell2009-10-231-2/+0
|
* i965g: re-starting from the dri driverKeith Whitwell2009-10-231-0/+903