abaire / nxdk_pgraph_tests

Tests to verify xemu handling of various pushbuffer commands
Other
12 stars 9 forks source link

Adds test for stencil ops with enabled/disabled depth/stencil tests #77

Closed antangelo closed 2 years ago

antangelo commented 2 years ago

Sample with stencil test disabled Stencil_REPLACE Sample with stencil test enabled Stencil_REPLACE_ST

Depth test enable/disable has no effect on HW, included for completeness.

antangelo commented 2 years ago

Thanks for the review! The tests should be good, I put them into draft when I realized they don't trigger xemu's assert. As we discussed they should be fine as-is, so the only changes are to address the feedback you left.

abaire commented 2 years ago

Thanks!