summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2015-04-23 22:56:25 -0700
committerKenneth Graunke <[email protected]>2015-04-25 09:47:29 -0700
commit19165e3b6eff3a33379af127d27c6585ffbd1028 (patch)
tree6b38df077857f8aaa8fcde9e11dd179da304e212 /autogen.sh
parent7f5a8ac155283e78df2da5b172a65361a80d38b6 (diff)
i965: Disassemble sampler message names on Gen5+.
Previously, sampler messages were decoded as sampler (1, 0, 2, 2) mlen 6 rlen 8 { align1 1H }; I don't know how much time we've collectly wasted trying to read this format. I can never recall which number is the surface index, sampler index, message type, or...whatever that other number is. Figuring out the message name from the numerical code is also painful. Now they decode as: sampler sample_l SIMD16 Surface = 1 Sampler = 0 mlen 6 rlen 8 { align1 1H }; This is easy to read at a glance, and matches the format I used for render target formats. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions