GPU/Commands: Difference between revisions
No edit summary |
|||
Line 73: | Line 73: | ||
| | | | ||
| See command set 0x004D. | | See command set 0x004D. | ||
|- | |||
| 0x0065 | |||
| | |||
| Scissor test. See command set 0x0065. | |||
|- | |- | ||
| 0x0068 | | 0x0068 | ||
Line 329: | Line 333: | ||
===== Command 0x0081 ===== | ===== Command 0x0081 ===== | ||
This sets current texture info, see [[GPU Textures|GPU textures]]. | This sets current texture info, see [[GPU Textures|GPU textures]]. | ||
===== Command 0x0065 ===== | |||
{| class="wikitable" border="1" | |||
! Command Index | |||
! CommandID | |||
! Parameter | |||
! Description | |||
|- | |||
| 0 | |||
| 0x0065 | |||
| Scissor test enable | |||
| 0 = disabled, 1 = inverted (pixels within the scissor box are excluded), 2 = disabled, 3 = normal (pixels outside of the scissor box are excluded) | |||
|- | |||
| 1 | |||
| 0x0066 | |||
| Scissor box X/Y | |||
| Bit 0-15: X, bit 16-31: Y | |||
|- | |||
| 2 | |||
| 0x0067 | |||
| Scissor box width/height | |||
| Bit 0-15: width-1, bit 16-31: height-1 | |||
|} | |||
===== Command 0x006F ===== | ===== Command 0x006F ===== |