mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 22:55:39 +00:00
Small cleanups for immediate state S5
And a tiny fix. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -1098,7 +1098,7 @@ decode_3d_1d(uint32_t *data, int count,
|
|||||||
data[i]&(1<<26)?" last pixel enable,":"",
|
data[i]&(1<<26)?" last pixel enable,":"",
|
||||||
data[i]&(1<<25)?" global depth ofs enable,":"",
|
data[i]&(1<<25)?" global depth ofs enable,":"",
|
||||||
data[i]&(1<<24)?" fog enable,":"",
|
data[i]&(1<<24)?" fog enable,":"",
|
||||||
data[i]&(0xff<<16),
|
(data[i]>>16)&0xff,
|
||||||
decode_compare_func(data[i]>>13),
|
decode_compare_func(data[i]>>13),
|
||||||
decode_stencil_op(data[i]>>10),
|
decode_stencil_op(data[i]>>10),
|
||||||
decode_stencil_op(data[i]>>7),
|
decode_stencil_op(data[i]>>7),
|
||||||
|
|||||||
Reference in New Issue
Block a user