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

Ensure that we update the epoch of images so that we don't redraw them. #2240

Merged
merged 4 commits into from Dec 21, 2017

Commits on Dec 21, 2017

  1. Add a helper for rendering

    This factors out a 'submit_dl' method that lets us reduce the size of the tests.
    jrmuizel committed Dec 21, 2017
  2. Add a pair of callbacks for the blob image renderer.

    This lets us check that we call render an appropriate number of times.
    jrmuizel committed Dec 21, 2017
  3. Ensure that we update the epoch of images so that we don't redraw them.

    Previously once we had sent an update for an image we'd keep redrawing
    it every frame.
    jrmuizel committed Dec 21, 2017
  4. Add a push_images helper to avoid duplicating a bunch of code.

    jrmuizel committed Dec 21, 2017
You can’t perform that action at this time.