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

Unload render assets from RAM #10520

Merged
merged 48 commits into from
Jan 3, 2024
Merged

Commits on Nov 12, 2023

  1. Unload render assets from RAM

    JMS55 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e3b4936 View commit details
    Browse the repository at this point in the history
  2. Rename, docs

    JMS55 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    9e6a6e2 View commit details
    Browse the repository at this point in the history
  3. Doc clarification

    JMS55 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0e0cf83 View commit details
    Browse the repository at this point in the history
  4. Refactor

    JMS55 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d7796cf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    bb1b9f1 View commit details
    Browse the repository at this point in the history
  2. Send asset removal event on last strong handle drop, even if the asse…

    …t does not currently exist
    JMS55 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    22588ad View commit details
    Browse the repository at this point in the history
  3. Revert previous dumb commit

    JMS55 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d28a695 View commit details
    Browse the repository at this point in the history
  4. Add TODO

    JMS55 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3111a57 View commit details
    Browse the repository at this point in the history
  5. Remove Assets::remove

    JMS55 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    63055d8 View commit details
    Browse the repository at this point in the history
  6. Clarify doc

    JMS55 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    29b1c71 View commit details
    Browse the repository at this point in the history
  7. Add NoLongerUsed event

    JMS55 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5ce91e1 View commit details
    Browse the repository at this point in the history
  8. Fix docs

    JMS55 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6fe128d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Fix docs

    JMS55 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b91ddd7 View commit details
    Browse the repository at this point in the history
  2. Read asset info for skip

    JMS55 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    2d1a5c5 View commit details
    Browse the repository at this point in the history
  3. Fixes

    JMS55 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    624fe80 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    JMS55 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9d7d16f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Misc

    JMS55 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1b1eb32 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fix examples

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    18ffd40 View commit details
    Browse the repository at this point in the history
  2. Ignore clippy

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    239b6a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3de7ce View commit details
    Browse the repository at this point in the history
  4. Missed a clippy lint

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d00e845 View commit details
    Browse the repository at this point in the history
  5. Missed more clippy lints again

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9829eec View commit details
    Browse the repository at this point in the history
  6. Remove unused import

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9b47b6b View commit details
    Browse the repository at this point in the history
  7. Fixes

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9478355 View commit details
    Browse the repository at this point in the history
  8. Add missed image loader

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9c0f3bc View commit details
    Browse the repository at this point in the history
  9. Fix doc links

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    aa538e2 View commit details
    Browse the repository at this point in the history
  10. Fix examples

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    19cd2bd View commit details
    Browse the repository at this point in the history
  11. Fix more examples

    JMS55 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    23cf06f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge remote-tracking branch 'bevy/gh-readonly-queue/main/pr-10785-0f…

    …5d8128c98ff0a78856478ff3da725e6ce7c0d8' into unload_render_asset
    JMS55 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    69061f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

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

    JMS55 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    03c33de View commit details
    Browse the repository at this point in the history
  3. Appease clippy

    JMS55 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    d083e30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    400f324 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    2c9c529 View commit details
    Browse the repository at this point in the history
  2. Use enum instead of bool

    JMS55 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e1f78c9 View commit details
    Browse the repository at this point in the history
  3. Misc changes

    JMS55 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8c92266 View commit details
    Browse the repository at this point in the history
  4. Format

    JMS55 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6acc91d View commit details
    Browse the repository at this point in the history
  5. Fix example imports

    JMS55 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6bcc067 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Fix tests and docs

    JMS55 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9bb0f46 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Rename

    JMS55 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    fb45b81 View commit details
    Browse the repository at this point in the history
  2. Tweak doc comment

    JMS55 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    ccb8afe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9088603 View commit details
    Browse the repository at this point in the history
  4. Add missing import

    JMS55 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    ea5af0d View commit details
    Browse the repository at this point in the history
  5. Fix doc

    JMS55 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    fec04d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Rename to Unused

    JMS55 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8538833 View commit details
    Browse the repository at this point in the history
  2. Finish rename

    JMS55 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    16e320e View commit details
    Browse the repository at this point in the history
  3. Fix another name I missed

    JMS55 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6efbb67 View commit details
    Browse the repository at this point in the history