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

Avoid overflowing indices in batches. #111

Merged
merged 1 commit into from Dec 5, 2015
Merged

Commits on Dec 4, 2015

  1. Avoid overflowing indices in batches.

    This switches WebRender to use a u32 index internally for batches and to
    generate new batches when a u16 overflow would occur. Indices are still
    truncated to u16 before sending the batches to OpenGL.
    pcwalton committed Dec 4, 2015
You can’t perform that action at this time.