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

Free resources from the texture cache as appropriate. #151

Merged
merged 1 commit into from Jan 26, 2016

Commits on Jan 26, 2016

  1. Free resources from the texture cache as appropriate.

    For now, this just unconditionally frees unused resources from the
    previous frame after building a new frame. We may want to throttle this
    back at some point.
    
    Also, the cache used is potentially inefficient and can be easily
    improved.
    
    We don't free texture pages at the GL level yet.
    pcwalton committed Jan 26, 2016
You can’t perform that action at this time.