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

Don't calculate inner rectangles for non-axis-aligned clips #2171

Closed

Commits on Dec 6, 2017

  1. Don't calculate inner rectangles for non-axis-aligned clips

    These inner rectangles are going to potentially include regions that
    should be clipped away. This may introduce a performance regression
    that should be fixed soon when we have better inner rect optimization
    for clips that are in the same coordinate system as the primitive that
    they clip.
    
    Fixes #2167.
    mrobinson committed Dec 6, 2017
You can’t perform that action at this time.