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

SPU: Lock-line reservation optimizations + Savestates bugfix #12523

Merged
merged 11 commits into from Aug 21, 2022

Commits on Aug 20, 2022

  1. Copy the full SHA
    2f28afa View commit details
    Browse the repository at this point in the history
  2. SPU: Optimize and enable SPU GETLLAR Polling detection by default

    * Make this setting guard all reservation waitings. (renamed)
    * Revert atomic list usage: it's more expensive and not needed because it has a timeout and is not optimized for the rest of the waitables.
    elad335 committed Aug 20, 2022
    Copy the full SHA
    3adf1c8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    847f198 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7c6ca7e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7409db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. SPU: add the concept of inaccurate reservations

    Implement cellSpursRequestIdleSpu
    elad335 committed Aug 21, 2022
    Copy the full SHA
    4e5b8b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    beb9307 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    eba27b5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fcd1259 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ca4f97f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8c8c37b View commit details
    Browse the repository at this point in the history