Jules Blok
Jules Blok
I also added some new homebrew FIFO logs: `default-depth-range`, `inverted-depth-range` and `oversized-depth-range`. These FIFO tests will only succeed if the triangle is rendered at the exact same depth value as...
This PR could actually use a little bit more time in the oven to decide on the right way to utilize these extensions. I'm especially interested in implementing @Pokechu22's earlier...
@Pokechu22 It's a good idea and it's an approach I also considered. However from my experiments the rounding error unfortunately changes direction around the 0.5 mark. Therefore you can't safely...
I've updated this PR with a less ambitious implementation of this extension by keeping the depth value normalized. Keeping the normalization ensures we maintain 2^24-1 unique depth values in the...