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

Faster particles #1578

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Faster particles #1578

wants to merge 9 commits into from

Commits on Oct 26, 2021

  1. Particles tweaks

    * uses the full size of u16 indices.
    * Will use multiple VBOs to alleviate the sync point with the GPU
    gcask committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0786fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a857ae View commit details
    Browse the repository at this point in the history
  3. Better particles

    * Uses a dedicated, tightly packed rendering structure for particles.
    * Switched to using a GL_STREAM_DRAW buffer type with orphaning.
    gcask committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5dce6d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83d9657 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Minor tweaks

    gcask committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    528e99b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f40b2f View commit details
    Browse the repository at this point in the history
  3. Shrunk particle size some more

    Now only 20B per particle.
    gcask committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    bffd99c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    6674cef View commit details
    Browse the repository at this point in the history
  2. post merge fixups

    gcask committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    8b5a090 View commit details
    Browse the repository at this point in the history