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

Partially fix blur filters. #119

Merged
merged 1 commit into from Dec 23, 2015
Merged

Partially fix blur filters. #119

merged 1 commit into from Dec 23, 2015

Commits on Dec 23, 2015

  1. Partially fix blur filters.

    * Blur filters do not need a temporary framebuffer. (Nor do any other
      filters.)
    
    * We now write the texture sizes into the mask UV coordinates properly.
    
    * We allow composite filters to inflate the dimensions of their render
      targets. This means that blurs can draw outside their rects.
    
    Remaining issues:
    
    * Blur filters need to not read outside of the render target in the
      atlas.
    
    * The vertical blur needs to blur the render target that the horizontal
      blur wrote to rather than the original render target.
    pcwalton committed Dec 23, 2015
You can’t perform that action at this time.