projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971c080
)
intel/decode: add sampler state pointers for [HD]S
author
Ben Widawsky
<ben@bwidawsk.net>
Mon, 25 Jun 2012 04:53:50 +0000
(21:53 -0700)
committer
Ben Widawsky
<ben@bwidawsk.net>
Wed, 27 Jun 2012 16:58:35 +0000
(09:58 -0700)
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
intel/intel_decode.c
patch
|
blob
|
history
diff --git
a/intel/intel_decode.c
b/intel/intel_decode.c
index
c9bfee4
..
cf5b3bb
100644
(file)
--- a/
intel/intel_decode.c
+++ b/
intel/intel_decode.c
@@
-3188,6
+3188,8
@@
decode_3d_965(struct drm_intel_decode *ctx)
{ 0x7829, 0x00ff, 2, 2, "3DSTATE_BINDING_TABLE_POINTERS_GS" },
{ 0x782a, 0x00ff, 2, 2, "3DSTATE_BINDING_TABLE_POINTERS_PS" },
{ 0x782b, 0x00ff, 2, 2, "3DSTATE_SAMPLER_STATE_POINTERS_VS" },
+ { 0x782c, 0x00ff, 2, 2, "3DSTATE_SAMPLER_STATE_POINTERS_HS" },
+ { 0x782d, 0x00ff, 2, 2, "3DSTATE_SAMPLER_STATE_POINTERS_DS" },
{ 0x782e, 0x00ff, 2, 2, "3DSTATE_SAMPLER_STATE_POINTERS_GS" },
{ 0x782f, 0x00ff, 2, 2, "3DSTATE_SAMPLER_STATE_POINTERS_PS" },
{ 0x7830, 0x00ff, 2, 2, NULL, 7, gen7_3DSTATE_URB_VS },