intel: Add couple of missing gen6 commands to decode
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 27 Feb 2011 19:21:54 +0000 (19:21 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 4 Mar 2011 09:58:31 +0000 (09:58 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/intel/intel_decode.c

index 25b4131..688b8fe 100644 (file)
@@ -1601,10 +1601,12 @@ decode_3d_965(uint32_t *data, int count, uint32_t hw_offset, uint32_t devid, int
        { 0x790a, 3, 3, "3DSTATE_AA_LINE_PARAMETERS" },
        { 0x790b, 4, 4, "3DSTATE_GS_SVB_INDEX" },
        { 0x790d, 3, 3, "3DSTATE_MULTISAMPLE" },
+       { 0x7910, 2, 2, "3DSTATE_CLEAR_PARAMS" },
        { 0x7b00, 6, 6, "3DPRIMITIVE" },
        { 0x7802, 4, 4, "3DSTATE_SAMPLER_STATE_POINTERS" },
        { 0x7805, 3, 3, "3DSTATE_URB" },
        { 0x780e, 4, 4, "3DSTATE_CC_STATE_POINTERS" },
+       { 0x780f, 2, 2, "3DSTATE_SCISSOR_STATE_POINTERS" },
        { 0x7810, 6, 6, "3DSTATE_VS_STATE" },
        { 0x7811, 7, 7, "3DSTATE_GS_STATE" },
        { 0x7812, 4, 4, "3DSTATE_CLIP_STATE" },