aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_decode.c
Commit message (Collapse)AuthorAgeFilesLines
* i915: Add decode of dest buffer variables (destination format)Eric Anholt2009-04-151-0/+30
|
* i965: Fix trailing "d" in debug output for 3DSTATE_VERTEX_ELEMENTS.Eric Anholt2009-03-231-1/+1
|
* i965: fix 3DPRIMITIVE batch decode of the vertex count field.Eric Anholt2009-03-051-1/+1
|
* intel: Decode MI operands using specific length masksChris Wilson2009-02-041-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_CONSTANTSChris Wilson2009-02-041-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 Anholt2009-01-211-6/+479
|
* i965: Add decode of index/vertex buffer and primitive emit.Eric Anholt2008-12-141-4/+142
|
* intel: add lots of i830 engine to intel_decode debugairlied2008-11-201-20/+110
|
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-8/+14
| | | | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a.
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-14/+8
| | | | | | | | This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c
* intel: improve 2d batchbuffer debug output.Eric Anholt2008-07-231-8/+14
|
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-3/+6
|
* [intel] Fix copy'n'pasteo in decoding of the blit clear packet.Eric Anholt2007-12-171-1/+1
|
* [965] Add decode of 3DSTATE_DRAWING_RECTANGLE.Eric Anholt2007-12-171-0/+20
|
* [965] Add batchbuffer decode for several more packets.Eric Anholt2007-11-161-3/+127
|
* [intel] By default, output batchbuffer decode to stderr like other debug info.Eric Anholt2007-11-091-1/+1
|
* [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-271-0/+900