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

Cache images across glTFs to avoid duplication #1521

Merged
merged 83 commits into from
Nov 1, 2024
Merged

Cache images across glTFs to avoid duplication #1521

merged 83 commits into from
Nov 1, 2024

Commits on Aug 16, 2024

  1. Tests passing.

    azrogers committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5c4d926 View commit details
    Browse the repository at this point in the history
  2. Merge with main

    azrogers committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4a0eb74 View commit details
    Browse the repository at this point in the history
  3. Update cesium-native

    azrogers committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0748638 View commit details
    Browse the repository at this point in the history
  4. Update cesium-native

    azrogers committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e08581e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 30, 2024

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

Commits on Sep 3, 2024

  1. Fixed UniquePtr issues

    azrogers committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    21f034f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164379e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Fixed crash

    azrogers committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dd14eb1 View commit details
    Browse the repository at this point in the history
  2. Tile debug overlay

    azrogers committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d9bf27e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Working! All tests passing

    azrogers committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5c486cf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    30eeee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03065e9 View commit details
    Browse the repository at this point in the history
  3. Re-add workaround from 396f78f

    azrogers committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cc1bd44 View commit details
    Browse the repository at this point in the history
  4. clang-format

    azrogers committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1b7b940 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Update cesium-native

    azrogers committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4d68a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3784f5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ff1fd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fix lifetime issues

    azrogers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b0f37ec View commit details
    Browse the repository at this point in the history
  2. Log asset stats

    azrogers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6b43702 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fix mipmap generation

    azrogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6fcce71 View commit details
    Browse the repository at this point in the history
  2. Hopefully fix CI errors

    azrogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ac6dbbb View commit details
    Browse the repository at this point in the history
  3. Add Map header

    azrogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1ef546f View commit details
    Browse the repository at this point in the history
  4. Add automation test headers

    azrogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4da4e83 View commit details
    Browse the repository at this point in the history
  5. Add WITH_EDITOR block

    azrogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0637307 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update based on review

    azrogers committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9530e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9b409 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. WIP texture loading reorg.

    Mostly just broken so far.
    kring committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eefb113 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

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

Commits on Sep 30, 2024

  1. Sort of working again after reorg.

    But raster overlays don't work, and there appears to be an sRGB problem.
    kring committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8b0bcdc View commit details
    Browse the repository at this point in the history
  2. Undo accidental rename.

    kring committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ceca504 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3067284 View commit details
    Browse the repository at this point in the history
  4. Fix UE 5.3/5.4 compile error.

    kring committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    aa58bd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1246c2d View commit details
    Browse the repository at this point in the history
  6. GetOrCreate -> getOrCreate.

    kring committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b75d274 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8141c5c View commit details
    Browse the repository at this point in the history
  8. Fix test failures.

    kring committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e4734e3 View commit details
    Browse the repository at this point in the history
  9. Formatting.

    kring committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1777db0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28a28e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93a4265 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    0f341f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a24d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Const correctness, doc.

    kring committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8020401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b0368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9dffcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6451ef3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'shared-assets-kring' of github.com:CesiumGS/cesium-unre…

    …al into shared-assets-kring
    azrogers committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    22786f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3fbccc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    ddff9db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd8226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a14600 View commit details
    Browse the repository at this point in the history
  4. Integrate deletion rework

    azrogers committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    90ea7e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 10, 2024

  1. Update cesium-native.

    kring committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fc60c1e View commit details
    Browse the repository at this point in the history
  2. Rename ImageCesium

    azrogers committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1b59597 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1531 from CesiumGS/shared-assets-tweaks

    Update cesium-unreal to work with shared-assets-tweaks branch of cesium-native
    azrogers authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c042a39 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1527 from CesiumGS/shared-assets-kring

    Refactor texture creation to avoid the need for a global lock
    azrogers authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    62bdd81 View commit details
    Browse the repository at this point in the history
  5. Format, update cesium-native

    azrogers committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9a675e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85d6b39 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    d8f27c6 View commit details
    Browse the repository at this point in the history
  2. Update cesium-native.

    kring committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4a96eea View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update cesium-native.

    kring committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2d1ccd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7cda44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71b885b View commit details
    Browse the repository at this point in the history
  4. Update cesium-native.

    kring committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    463e027 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1536 from CesiumGS/shared-assets-wip

    Update cesium-unreal for shared asset changes
    azrogers authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9bc94d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b7f4af View commit details
    Browse the repository at this point in the history
  7. pCesium -> pAsset.

    kring committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    adec72e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Fix test failure.

    kring committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f16dffb View commit details
    Browse the repository at this point in the history
  2. Formatting.

    kring committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c45f82f View commit details
    Browse the repository at this point in the history
  3. Don't use deprecated methods.

    kring committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    04bac36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71d0297 View commit details
    Browse the repository at this point in the history
  5. Remove unused code.

    kring committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d61b912 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ec8b60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da6f64c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    935e0db View commit details
    Browse the repository at this point in the history
  2. More namespacing.

    kring committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    26eff5e View commit details
    Browse the repository at this point in the history
  3. Fix tests

    azrogers committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    783bb4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    358d779 View commit details
    Browse the repository at this point in the history
  5. Remove Class.h include

    azrogers committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a6d7b3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28333a1 View commit details
    Browse the repository at this point in the history