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

rsx: Fix draw count append when draw ranges are out of order #8583

Merged
merged 2 commits into from
Jul 14, 2020

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Jul 13, 2020

It is common for draw counts to truncate at 256 even when it makes no sense to do so. e.g 256 is not a multiple of 3 so triangles will glitch out.

Fixes #7873

- It is common for draw counts to truncate at 256 even when it makes no sense to do so.
- e.g 256 is not a multiple of 3 so triangles will glitch out
@kd-11 kd-11 merged commit 182b20c into RPCS3:master Jul 14, 2020
@Josivan88
Copy link

An identical problem is shown in issue #8360, and the problem persists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual bug: Ratchet and Clank Trilogy holes in geometry. [BCUS98282]
2 participants