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

Update load tests to Vulkan SDK version 1.3.290. #931

Merged
merged 53 commits into from
Aug 6, 2024
Merged

Commits on Jul 27, 2024

  1. Update load tests to Vulkan SDK version to 1.3.290.

    This has first release of official iOS support and first Windows arm64 SDK.
    
    Stop using binaries of SDL2, assimp and glew libraries stored in repo
    because an updated SDL2 is needed for 1.3.290 and more platforms are
    now supported. Dependencies for iOS, macOS and Windows are now obtained
    through vcpkg.
    
    These changes plus removal of the hacks for finding the iOS in older
    Vulkan SDKs means a major revamp of the load tests-related CMake files.
    MarkCallow committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    558ca96 View commit details
    Browse the repository at this point in the history
  2. Remove library binaries.

    MarkCallow committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    f183e4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cae807 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84dcaad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0afbf54 View commit details
    Browse the repository at this point in the history
  6. Fix syntax errors.

    MarkCallow committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    00e6f57 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Fix CI build issues:

    * Use ./ so bootstrap script is found.
    * Add CMAKE_TOOLCHAIN_FILE setting to iOS build.
    * Simplify formatting of first cmake_args line.
    MarkCallow committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    efd664a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcae74b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e3dfe7 View commit details
    Browse the repository at this point in the history
  4. Move cpu architecture determination after project().

    Raise fatal error if cpu is x86.
    MarkCallow committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9538918 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06bcef3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    e65d7e9 View commit details
    Browse the repository at this point in the history
  2. Try actions script v6.

    MarkCallow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    63aabc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3caff21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    321ec38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    303ce3c View commit details
    Browse the repository at this point in the history
  6. Only pass PYTHON to cmake when FEATURE_PY enabled.

    Avoids warning from cmake.
    MarkCallow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cd04547 View commit details
    Browse the repository at this point in the history
  7. Update comment re. explicit triplet setting.

    Add x64 simulator triplet file.
    MarkCallow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6e14684 View commit details
    Browse the repository at this point in the history
  8. Remove dead code.

    MarkCallow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6a0518f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4db9d1a View commit details
    Browse the repository at this point in the history
  10. Bump DEPLOYMENT_TARGET to 10.15.

    Needed for some filesystem features used in imageio.
    MarkCallow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    505e3e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    33b582c View commit details
    Browse the repository at this point in the history
  2. Bump macOS deployment target to 11.0

    to match the Vulkan SDK we are using.
    MarkCallow committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6a47c0f View commit details
    Browse the repository at this point in the history
  3. Temporarily disable debug build

    in attempt to populate vcpkg cache.
    MarkCallow committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    637178b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76f38b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ed974f View commit details
    Browse the repository at this point in the history
  6. Fix shell syntax error unrelated to update_vksdk.

    It is not clear how CI was passing with this error.
    MarkCallow committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    87d3b09 View commit details
    Browse the repository at this point in the history
  7. Use query that gets machine architecture

    not process architecture. VS2022 Developer PowerShells
    are x86 processes leading to failure when previous script
    was used there.
    MarkCallow committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    133769b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f077409 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    b59ecd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc1f4f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2caa81d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    86912c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e322ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9537d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e8925a View commit details
    Browse the repository at this point in the history
  5. Improve comment.

    MarkCallow committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5d69d9c View commit details
    Browse the repository at this point in the history
  6. Remove more dead code.

    MarkCallow committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    edd7b9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a22d70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d77784 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    de45a00 View commit details
    Browse the repository at this point in the history
  2. Fix syntax error.

    MarkCallow committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9744219 View commit details
    Browse the repository at this point in the history
  3. Refix syntax error.

    MarkCallow committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    58e6352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c827fba View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Avoid error from install command.

    Don't add vulkan directory to RESOURCE property.
    MarkCallow committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cc0f252 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Remove historic code.

    MarkCallow committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    305d9d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    0192882 View commit details
    Browse the repository at this point in the history
  2. Remove errant ?.

    MarkCallow committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    234d7f0 View commit details
    Browse the repository at this point in the history
  3. Fix comment formatting.

    MarkCallow committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    baf3a50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90dca5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3ac8ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdde9d3 View commit details
    Browse the repository at this point in the history
  7. Move comment.

    MarkCallow committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    51d0112 View commit details
    Browse the repository at this point in the history