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

gfx: Make display lists serializable using `serde`. #6583

Merged
merged 1 commit into from Jul 16, 2015

Commits on Jul 16, 2015

  1. gfx: Make display lists serializable using `serde`.

    This commit introduces the `serde` dependency, which we will use to
    serialize messages going between processes in multiprocess Servo.
    
    This also adds a new debugging flag, `-Z print-display-list-json`,
    allowing the output of display list serialization to be visualized.
    This will be useful for our experiments with alternate rasterizers.
    pcwalton committed Jul 16, 2015
You can’t perform that action at this time.