abaire / nxdk_pgraph_tests

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

Remove the compositing code from image_blit_tests if it's really never useful #6

Closed abaire closed 2 years ago

abaire commented 2 years ago

Check the other blending blit operations and see if they all fail when using an alpha-enabled surface. If they do, remove the compositing code as that is the only time it's potentially useful.

abaire commented 2 years ago

Created a temp branch to hang onto the code and removed it.