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

Unify encoding of Scene/SceneFragment #426

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Unify encoding of Scene/SceneFragment #426

merged 2 commits into from
Feb 13, 2024

Commits on Jan 27, 2024

  1. Unify encoding of Scene/SceneFragment

    In a move toward dropping the SceneFragment and SceneBuilder types, this unifies the underlying encoding of Scene and SceneFragment. Specifically, we no longer encode an initial transform and style for Scene.
    
    This causes the transform and style indices in the path tag monoid to be off by one. I chose the simple approach of subtracting 1 from each in the combine_tag_monoid() functions in both GPU and CPU code to correct this.
    dfrg committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5c298da View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    595ef62 View commit details
    Browse the repository at this point in the history