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

Do texture init via clear passes when possible #2307

Merged
merged 27 commits into from
Dec 28, 2021

Commits on Dec 26, 2021

  1. CLEAR_COMMANDS extension is now more of a window into wgpu zero-init

    this has mostly implications on the constraints, but also allows a more leaky documentation which makes sense for this non-standard function as there is no other place to look it up
    Wumpf committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    3898c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1858144 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    118bb2b View commit details
    Browse the repository at this point in the history
  4. cleanup texture's clear_views

    Wumpf committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    09b940d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2007f11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f233a81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16fe26c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3e530f View commit details
    Browse the repository at this point in the history
  9. onq ueue texture initialization now goes threw clear_texture

    pending inits need to store Stored textures now though, causing more ref count bumping
    Wumpf committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    a760ddd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad5ed2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35a520f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d59a38b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    44b5e92 View commit details
    Browse the repository at this point in the history
  14. Fix clippy lints

    Wumpf committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    60a5bba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b31b6b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5761e98 View commit details
    Browse the repository at this point in the history
  17. code cleanup, mostly about use

    Wumpf committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    6732a69 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ac436b5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    11babe8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6d8b986 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ad95963 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    614725f View commit details
    Browse the repository at this point in the history
  23. fix clippy lints

    Wumpf committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    dc24f94 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    73d706f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087145b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b74c4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f80a13d View commit details
    Browse the repository at this point in the history