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

Stop using `glBlitFramebuffer()` for scaling tasks. #3098

Merged
merged 1 commit into from Sep 25, 2018

Commits on Sep 25, 2018

  1. Stop using `glBlitFramebuffer()` for scaling tasks.

    The driver is allowed to read outside of the source rect, and this can cause
    incorrect results.
    
    This patch makes `preserve-3d.png` test have some minor rounding differences in
    its colors from the previous implementation, so I regenerated the reference
    image.
    
    Closes #3088.
    pcwalton committed Sep 25, 2018
You can’t perform that action at this time.