Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965g: Delete this driver. | Kai Wasserbäch | 2011-11-29 | 1 | -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 Airlie | 2011-01-09 | 1 | -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 driver | Dave Airlie | 2011-01-09 | 1 | -15/+56 |
| | |||||
* | i965g: Fix setup of immediate types for gen4 disasm. | Vinson Lee | 2010-06-20 | 1 | -1/+1 |
| | | | | | | Caught by clang. Follow-up to commit 070bbd4fcd5d2b669b880b91730a7ad9d130e416. | ||||
* | i965g: Remove unnecessary header. | Vinson Lee | 2010-04-20 | 1 | -1/+0 |
| | |||||
* | i965g: Add missing va_end. | Vinson Lee | 2010-01-31 | 1 | -0/+1 |
| | |||||
* | brw: add dumping to gem winsys | Keith Whitwell | 2009-11-30 | 1 | -1/+3 |
| | |||||
* | i965g: disassemble each instruction as generated | Keith Whitwell | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | i965g: disassemble more than one instruction at a time | Keith Whitwell | 2009-11-05 | 1 | -5/+23 |
| | |||||
* | i965g: add standalone xlib debug winsys | Keith Whitwell | 2009-11-04 | 1 | -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: wip | Keith Whitwell | 2009-10-23 | 1 | -2/+0 |
| | |||||
* | i965g: re-starting from the dri driver | Keith Whitwell | 2009-10-23 | 1 | -0/+903 |