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

Improved texture loading #3315

Merged
merged 61 commits into from
Sep 12, 2023
Merged

Improved texture loading #3315

merged 61 commits into from
Sep 12, 2023

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    86624e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c79cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06aa357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e75a086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05eba4f View commit details
    Browse the repository at this point in the history
  6. implement image fit

    jprochazk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    112f410 View commit details
    Browse the repository at this point in the history
  7. support more image sources

    jprochazk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e3a0219 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d305934 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0035b4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a58e085 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5f88a9 View commit details
    Browse the repository at this point in the history
  12. deprecate RetainedImage

    jprochazk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2e4496b View commit details
    Browse the repository at this point in the history
  13. image2 -> image

    jprochazk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    11686c7 View commit details
    Browse the repository at this point in the history
  14. add viewer example

    jprochazk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    59b5835 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0dc3908 View commit details
    Browse the repository at this point in the history
  16. fix lints and tests

    jprochazk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4c6d3c1 View commit details
    Browse the repository at this point in the history
  17. fix doc link

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

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    95f99e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c48ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c78856 View commit details
    Browse the repository at this point in the history
  4. fix max size

    jprochazk committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e1ecd9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8003e6b View commit details
    Browse the repository at this point in the history
  6. fix doc link

    jprochazk committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    42ce39c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c9dbaa View commit details
    Browse the repository at this point in the history
  8. make paint_at pub

    jprochazk committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d208001 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e43d4a0 View commit details
    Browse the repository at this point in the history
  10. fix double rendering

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    45a911d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8517e1f View commit details
    Browse the repository at this point in the history
  3. Update crates/egui/src/load.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7f15f78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1498cad View commit details
    Browse the repository at this point in the history
  5. Update crates/egui/src/load.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    269621a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b42b3a4 View commit details
    Browse the repository at this point in the history
  7. Update crates/egui/src/ui.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    543ac15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    992a9ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcd5b83 View commit details
    Browse the repository at this point in the history
  10. derive Eq on SizedTexture

    jprochazk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1c491f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89d333a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e0afd0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d8718d View commit details
    Browse the repository at this point in the history
  14. fix lint

    jprochazk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0461002 View commit details
    Browse the repository at this point in the history
  15. fix doc link

    jprochazk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ab48e60 View commit details
    Browse the repository at this point in the history
  16. add more documentation

    jprochazk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a10c105 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a92435 View commit details
    Browse the repository at this point in the history
  18. Update examples/images/src/main.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    39ccb15 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0680a2a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e136fa6 View commit details
    Browse the repository at this point in the history
  21. Update crates/egui_extras/src/loaders/ehttp_loader.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    400edd0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    89c537f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cc88beb View commit details
    Browse the repository at this point in the history
  24. Update crates/egui_extras/Cargo.toml

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f3d5c45 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    84cda37 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2bf7716 View commit details
    Browse the repository at this point in the history
  27. update include_image docs

    jprochazk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0faf371 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ae202ed View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e7ad4d8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6dc60de View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    39b6877 View commit details
    Browse the repository at this point in the history
  2. add .size() to Image

    jprochazk committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8d6c60f View commit details
    Browse the repository at this point in the history
  3. Update crates/egui_demo_app/Cargo.toml

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    jprochazk and emilk committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d51f182 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa5cb22 View commit details
    Browse the repository at this point in the history