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

Managed texture loading #3297

Merged
merged 64 commits into from
Sep 6, 2023
Merged

Managed texture loading #3297

merged 64 commits into from
Sep 6, 2023

Commits on Sep 4, 2023

  1. add types from proposal

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f8cd5f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad9978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a94b17f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec79d88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1934fba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b113d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1443b9 View commit details
    Browse the repository at this point in the history
  8. add log_trace

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f6efd05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    652432a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    015dc84 View commit details
    Browse the repository at this point in the history
  11. remove spammy trace

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    80dd53c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eceeda8 View commit details
    Browse the repository at this point in the history
  13. fix lints

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    022d5a0 View commit details
    Browse the repository at this point in the history
  14. remove unused imports

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6819ea3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d954175 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9ae51a2 View commit details
    Browse the repository at this point in the history
  17. update lockfile

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    aea252d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c2ecc34 View commit details
    Browse the repository at this point in the history
  19. add ui.image2

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    52f3529 View commit details
    Browse the repository at this point in the history
  20. add byte size query api

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    08951f1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    41b074c View commit details
    Browse the repository at this point in the history
  22. add static image loading

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6b0a653 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3fc03c3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    78f2d93 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4080b8f View commit details
    Browse the repository at this point in the history
  26. remove println calls

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2584fa8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3182c9d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ae0c6c1 View commit details
    Browse the repository at this point in the history
  29. fix lint errors in loaders

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4cfec50 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a10a88c View commit details
    Browse the repository at this point in the history
  31. add some docs to Image2

    jprochazk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a8ae600 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    08cb30b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2c8be3c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix lint

    jprochazk committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    808e249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d9a7ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d109db4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9544b02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f194cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2962067 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0dbaef0 View commit details
    Browse the repository at this point in the history
  8. derive Debug on SizeHint

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f6104b9 View commit details
    Browse the repository at this point in the history
  9. round when converting SizeHint from vec2

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1bfd26e View commit details
    Browse the repository at this point in the history
  10. add load module docs

    jprochazk committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2a687b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    817b956 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b733a58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1aacf42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    356d7ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0d28132 View commit details
    Browse the repository at this point in the history
  16. update image2 doc comment

    jprochazk committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    afa3ef3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a3c890d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f975d83 View commit details
    Browse the repository at this point in the history
  19. add hover text on spinner

    jprochazk committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    98ddf02 View commit details
    Browse the repository at this point in the history
  20. add all-loaders feature

    jprochazk committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2736cb5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ef71ea2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    76b5e74 View commit details
    Browse the repository at this point in the history
  23. properly format uri

    jprochazk committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    30f0e0f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c84e9ab View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d21e74e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    59cd614 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    4206355 View commit details
    Browse the repository at this point in the history
  2. sort features

    jprochazk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f0e9733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    049122f View commit details
    Browse the repository at this point in the history
  4. update Image2 docs

    jprochazk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c8a8074 View commit details
    Browse the repository at this point in the history
  5. refactor loader cache type

    jprochazk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ef7e946 View commit details
    Browse the repository at this point in the history