Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i915: Add decode of dest buffer variables (destination format) | Eric Anholt | 2009-04-15 | 1 | -0/+30 |
| | |||||
* | i965: Fix trailing "d" in debug output for 3DSTATE_VERTEX_ELEMENTS. | Eric Anholt | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | i965: fix 3DPRIMITIVE batch decode of the vertex count field. | Eric Anholt | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | intel: Decode MI operands using specific length masks | Chris Wilson | 2009-02-04 | 1 | -20/+23 |
| | | | | | The MI opcodes have different variable length masks, so use an operand specific mask to decode the length. | ||||
* | intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTS | Chris Wilson | 2009-02-04 | 1 | -2/+2 |
| | | | | | A couple of minor typos that proclaimed an error in the wrong command, and failed to offset the mask. | ||||
* | i915: Add decode for PS in batchbuffers. | Eric Anholt | 2009-01-21 | 1 | -6/+479 |
| | |||||
* | i965: Add decode of index/vertex buffer and primitive emit. | Eric Anholt | 2008-12-14 | 1 | -4/+142 |
| | |||||
* | intel: add lots of i830 engine to intel_decode debug | airlied | 2008-11-20 | 1 | -20/+110 |
| | |||||
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -8/+14 |
| | | | | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a. | ||||
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -14/+8 |
| | | | | | | | | This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c | ||||
* | intel: improve 2d batchbuffer debug output. | Eric Anholt | 2008-07-23 | 1 | -8/+14 |
| | |||||
* | i965: new integrated graphics chipset support | Xiang, Haihao | 2008-01-29 | 1 | -3/+6 |
| | |||||
* | [intel] Fix copy'n'pasteo in decoding of the blit clear packet. | Eric Anholt | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | [965] Add decode of 3DSTATE_DRAWING_RECTANGLE. | Eric Anholt | 2007-12-17 | 1 | -0/+20 |
| | |||||
* | [965] Add batchbuffer decode for several more packets. | Eric Anholt | 2007-11-16 | 1 | -3/+127 |
| | |||||
* | [intel] By default, output batchbuffer decode to stderr like other debug info. | Eric Anholt | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915. | Eric Anholt | 2007-09-27 | 1 | -0/+900 |