From ae137f4669ccdbc615d18facebdb804a9af9846b Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Sun, 24 Jun 2012 17:12:24 -0700 Subject: intel: Add IVB PUSH_CONSTANT decodes Signed-off-by: Ben Widawsky --- intel/intel_decode.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intel') diff --git a/intel/intel_decode.c b/intel/intel_decode.c index bf237061..c9bfee47 100644 --- a/intel/intel_decode.c +++ b/intel/intel_decode.c @@ -3208,6 +3208,9 @@ decode_3d_965(struct drm_intel_decode *ctx) { 0x790d, 0xffff, 4, 4, "3DSTATE_MULTISAMPLE", 7 }, { 0x7910, 0xffff, 2, 2, "3DSTATE_CLEAR_PARAMS" }, { 0x7912, 0x00ff, 2, 2, "3DSTATE_PUSH_CONSTANT_ALLOC_VS" }, + { 0x7913, 0x00ff, 2, 2, "3DSTATE_PUSH_CONSTANT_ALLOC_HS" }, + { 0x7914, 0x00ff, 2, 2, "3DSTATE_PUSH_CONSTANT_ALLOC_DS" }, + { 0x7915, 0x00ff, 2, 2, "3DSTATE_PUSH_CONSTANT_ALLOC_GS" }, { 0x7916, 0x00ff, 2, 2, "3DSTATE_PUSH_CONSTANT_ALLOC_PS" }, { 0x7917, 0x00ff, 2, 2+128*2, "3DSTATE_SO_DECL_LIST" }, { 0x7918, 0x00ff, 4, 4, "3DSTATE_SO_BUFFER" }, -- cgit v1.2.3