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

Global sort + SIMD for Gaussian rendering #252

Merged
merged 25 commits into from
Jul 25, 2024
Merged

Commits on Jul 22, 2024

  1. Start new splatting impl

    brentyi committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a0d26e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Working global sorting + SIMD

    brentyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    620bec4 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    brentyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a43512b View commit details
    Browse the repository at this point in the history
  3. Cleanup

    brentyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9925aa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f897200 View commit details
    Browse the repository at this point in the history
  5. Fix minor loading issues

    brentyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3743541 View commit details
    Browse the repository at this point in the history
  6. (unrelated) playback styling

    brentyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    228cdeb View commit details
    Browse the repository at this point in the history
  7. Add browser version warning

    brentyi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3ddbb06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad9603f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Minor optimizations

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b99a4fa View commit details
    Browse the repository at this point in the history
  2. Significant optimization

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0331ee3 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    aad8f63 View commit details
    Browse the repository at this point in the history
  4. typescript fix

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6f641bb View commit details
    Browse the repository at this point in the history
  5. Fix edge cases

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3b6a6f3 View commit details
    Browse the repository at this point in the history
  6. More cleanup + fixes

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d7e9ecc View commit details
    Browse the repository at this point in the history
  7. Optimization

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5ca6344 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbb21fc View commit details
    Browse the repository at this point in the history
  9. Bump max to 64

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c06ff1a View commit details
    Browse the repository at this point in the history
  10. Drop limit back down to 32

    brentyi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    782c03b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    b4589b2 View commit details
    Browse the repository at this point in the history
  2. Fix tsc

    brentyi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bf1a79f View commit details
    Browse the repository at this point in the history
  3. Typos

    brentyi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f1701a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2186653 View commit details
    Browse the repository at this point in the history
  5. Naming consistency

    brentyi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b1acfc4 View commit details
    Browse the repository at this point in the history
  6. More optimizations

    brentyi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    46a980b View commit details
    Browse the repository at this point in the history