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

Automatic batching/instancing of draw commands #9685

Merged
merged 39 commits into from
Sep 21, 2023
Merged

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    5468edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    950abd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    d3f38df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806bd82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    693c4f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0d2a77 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 11, 2023

  1. Make batching code reusable

    superdump committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    684d1a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756b7ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    861808e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6a52f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    739e9ad View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. batching

    robtfm committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fd93970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    667c70a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge pull request #33 from robtfm/batching

    batching
    superdump authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a9e3585 View commit details
    Browse the repository at this point in the history
  2. Update examples/2d/mesh2d_manual.rs

    Co-authored-by: robtfm <50659922+robtfm@users.noreply.github.com>
    superdump and robtfm authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    89dcd4b View commit details
    Browse the repository at this point in the history
  3. Capitalisation in comments

    superdump committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    245285d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d88f2d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    68969ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b313921 View commit details
    Browse the repository at this point in the history
  3. Clean up outdated comments

    superdump committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    54f0b2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe3fec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. generic batching

    robtfm committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7e1fad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    315b271 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Merge pull request #34 from robtfm/generic-batching

    Generic batching
    superdump authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e359322 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    superdump committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    8686741 View commit details
    Browse the repository at this point in the history
  3. Use clearer system names

    superdump committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    64292a7 View commit details
    Browse the repository at this point in the history
  4. Move prepass system scheduling to prepass plugin

    And remove ordering.
    superdump committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    892cfc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    2dd8e61 View commit details
    Browse the repository at this point in the history
  2. Use reduce over complex loop

    nicopap committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e76ed46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c177c6e View commit details
    Browse the repository at this point in the history
  4. prev over old

    nicopap committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0bddc59 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #36 from nicopap/cleanup-batch-2

    Some code quality
    superdump authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5f4dd4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e08cfb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    81b070c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fccad4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ab2a95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9334cc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69ff8af View commit details
    Browse the repository at this point in the history