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

Start adding stateless api #1842

Merged

Commits on Sep 23, 2024

  1. Add initial api to allow reading streams to be thread safe

    Signed-off-by: Kimball Thurston <[email protected]>
    kdt3rd committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8df539b View commit details
    Browse the repository at this point in the history
  2. honor thread-safe stream api if available

    Signed-off-by: Kimball Thurston <[email protected]>
    kdt3rd committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e6014fc View commit details
    Browse the repository at this point in the history
  3. Initial api to provide stateless read api for scanline things

    This enables reading of scanlines in a "stateless" manner, where a
    framebuffer does not have to be stored, then the call to readPixels
    made.
    
    Signed-off-by: Kimball Thurston <[email protected]>
    kdt3rd committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c12700a View commit details
    Browse the repository at this point in the history