abaire / nxdk_pgraph_tests

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

Use fast png encoder for depth buffer saving #61

Open abaire opened 2 years ago

abaire commented 2 years ago

https://github.com/abaire/nxdk_pgraph_tests/commit/45db2241ef67642b13dc8ef714b9bd786e18c6df added a much faster PNG encoder that should be applied to depth buffer saving

abaire commented 2 years ago

Note that the fast encoder only supports 24/32-bpp images, so some thought needs to go into whether it's worth converting the 16bpp depth buffers to 32 and what approach to take (e.g., padding or combining adjacent pixels)