summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_decode.c
Commit message (Expand)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
* intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson2009-02-041-2/+2
* 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
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-14/+8
* 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