diff options
author | Ben Widawsky <ben@bwidawsk.net> | 2012-06-24 17:12:24 -0700 |
---|---|---|
committer | Ben Widawsky <ben@bwidawsk.net> | 2012-06-24 18:11:48 -0700 |
commit | ae137f4669ccdbc615d18facebdb804a9af9846b (patch) | |
tree | c15f7d99290b039d27d158a4621e9a9a17415bb7 | |
parent | a1d462d2a6f720538eaf1199a94dd27cd04e8a54 (diff) |
intel: Add IVB PUSH_CONSTANT decodes
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
-rw-r--r-- | intel/intel_decode.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" }, |