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

Add support for GPU generated raster ops to have texture atlas border edges. #173

Merged
merged 1 commit into from Feb 5, 2016

Commits on Feb 5, 2016

  1. Add support for GPU generated raster ops to have texture atlas border…

    … edges.
    
    Raster ops are now generated to a single render target (per format) allocated at start up.
    
    After a raster batch is rendered, it is then blitted into the atlas, along with border edges if requested.
    
    This is necessary since it's not possible to read from a texture bound as a render target.
    
    This fixes several artifacts that are often noticeable with box-shadow etc.
    
    Also fix a couple of warnings.
    gw3583 committed Feb 5, 2016
You can’t perform that action at this time.