mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 07:00:51 +00:00
softgpu: throughmode doesn't disable any tests.
This commit is contained in:
parent
5751e0a0a4
commit
5327ce80d5
@ -946,7 +946,6 @@ void DrawTriangle(const VertexData& v0, const VertexData& v1, const VertexData&
|
||||
}
|
||||
|
||||
// TODO: Is it safe to ignore gstate.isDepthTestEnabled() when clear mode is enabled?
|
||||
// TODO: Verify that through mode does not disable depth testing
|
||||
if (gstate.isDepthTestEnabled() && !gstate.isModeClear()) {
|
||||
// TODO: Verify that stencil op indeed needs to be applied here even if stencil testing is disabled
|
||||
if (!DepthTestPassed(p.x, p.y, z)) {
|
||||
|
Loading…
Reference in New Issue
Block a user