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: Blit engine improvements #7722

Merged
merged 3 commits into from Mar 8, 2020
Merged

rsx: Blit engine improvements #7722

merged 3 commits into from Mar 8, 2020

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Mar 7, 2020

  • Detect writes to the display output memory and handle it specially. It already explicitly defines a known 2D region and structures can be optimized around that.

  • Try and detect situations where raw transfers would be of benefit even for transfer to local memory. If it is highly likely that a transfer will get flushed anyway, just write to CPU.

Fixed broken 3D in RR7

kd-11 and others added 3 commits March 7, 2020 22:20
- Detect writes to the display output memory and handle it specially.
  It already defines a known 2D region.
- Try and detect situations where raw transfers would be of benefit.
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.

None yet

1 participant