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

Share gradient GPU cache entries for repeated gradient primitives. #2454

Merged
merged 1 commit into from Feb 22, 2018

Commits on Feb 22, 2018

  1. Share gradient GPU cache entries for repeated gradient primitives.

    This is a potential fix for the intermittent failures here:
    #2441 (comment)
    
    I still can't reproduce them locally. However, I could see that the
    GPU cache size in that test was getting dangerously close to the
    maximum size of the texture supported by the GL implementation.
    
    That would fit with the issues we're seeing on CI, where there
    seems to be items not being drawn, and they are affected even
    though the test in question doesn't draw any gradients.
    
    This is not a very elegant fix - however it will hopefully fix
    the issues we are seeing on CI for now. We can revisit this
    later to consider a better fix.
    gw3583 committed Feb 22, 2018
You can’t perform that action at this time.