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

Use memory mapped files for managed textures #2524

Closed
wants to merge 8 commits into from

Commits on Apr 20, 2022

  1. [d3d9] Remove evictManagedOnUnlock

    This is annoying to maintain and hopefully won't be necessary anymore.
    K0bin committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ee4917b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a8d56d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81d6c01 View commit details
    Browse the repository at this point in the history
  4. [d3d9] Count frames

    This will be used to identify managed textures that
    have not been used for a while.
    K0bin committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ba105a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d23123 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c217e23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28cce5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3dab797 View commit details
    Browse the repository at this point in the history