mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
Decode scissor state
Not absolutely paranoid, who cares. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
01ac8b9099
commit
1e8713fdaa
@ -302,7 +302,8 @@ decode_3d_1c(uint32_t *data, int count, uint32_t hw_offset, int *failures)
|
||||
instr_out(data, hw_offset, 0, "3DSTATE_DEPTH_SUBRECTANGLE_DISABLE\n");
|
||||
return 1;
|
||||
case 0x10:
|
||||
instr_out(data, hw_offset, 0, "3DSTATE_SCISSOR_ENABLE\n");
|
||||
instr_out(data, hw_offset, 0, "3DSTATE_SCISSOR_ENABLE %s\n",
|
||||
data[0]&1?"enabled":"disabled");
|
||||
return 1;
|
||||
case 0x01:
|
||||
instr_out(data, hw_offset, 0, "3DSTATE_MAP_COORD_SET_I830\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user