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 self-render detect in Ridge Racer #16086

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

unknownbrackets
Copy link
Collaborator

When we flush we mark all pending writes zero, but we rely on this being set to detect self-render.

TRANSFORM_ALL was wrong as well, sometimes clearing BINNER_RANGE.

This fixes the flickering in #16083, but not the lighting issue.

-[Unknown]

When we flush we mark all pending writes zero, but we rely on this being
set to detect self-render.

TRANSFORM_ALL was wrong as well, sometimes clearing BINNER_RANGE.
@unknownbrackets unknownbrackets added this to the v1.14.0 milestone Sep 23, 2022
@hrydgard hrydgard merged commit 8ffe492 into hrydgard:master Sep 23, 2022
@unknownbrackets unknownbrackets deleted the softgpu-selfrender branch September 23, 2022 06:44
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.

2 participants