Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

softgpu: Fix over-optimization of alpha test #17214

Merged
merged 3 commits into from
Apr 1, 2023

Conversation

unknownbrackets
Copy link
Collaborator

It was previously only allowing the fast path with alpha blend on, surprised we didn't notice this earlier after it was changed to allow no blending. Fixes #17213.

Also turns out headless was not failing properly when the compare didn't match (broke some of my scripts.)

-[Unknown]

Needs to output to the collected output for it to actually show as a
failure.
Of course it doesn't matter when optimizations are enabled in any compiler
that can build PPSSPP...
When alpha blend is off, was previously skipping the alpha test if only it
was enabled.  See hrydgard#17213.
@hrydgard hrydgard merged commit 81608b0 into hrydgard:master Apr 1, 2023
fengjixuchui added a commit to fengjixuchui/ppsspp that referenced this pull request Apr 1, 2023
Merge pull request hrydgard#17214 from unknownbrackets/softgpu-alpha
@unknownbrackets unknownbrackets deleted the softgpu-alpha branch April 1, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Original PC-Engine Chi no Rondo [ULJM05287] Black background Software rendering issues
2 participants