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

[vulkan] Add conform API methods to memory allocator to fix block allocations #8130

Merged
merged 7 commits into from
Mar 6, 2024

Commits on Mar 1, 2024

  1. Add conform API methods to block and region allocator classes

    Override conform requests for Vulkan memory allocator
    Cleanup memory requirement constraints for Vulkan
    Add conform test cases to block_allocator runtime test.
    Derek Gerstmann committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    61c0ec7 View commit details
    Browse the repository at this point in the history
  2. Clang format/tidy pas

    Derek Gerstmann committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    12cfaed View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix unsigned int comparisons

    Derek Gerstmann committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7a2cf1d View commit details
    Browse the repository at this point in the history
  2. Clang format pass

    Derek Gerstmann committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e3b362c View commit details
    Browse the repository at this point in the history
  3. Fix other unsigned int comparisons

    Derek Gerstmann committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f36f066 View commit details
    Browse the repository at this point in the history
  4. Fix mismatched template types for max()

    Derek Gerstmann committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cd2d237 View commit details
    Browse the repository at this point in the history
  5. Fix whitespace for clang format

    Derek Gerstmann committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9e9859d View commit details
    Browse the repository at this point in the history