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

Merged fixes in VSG master into 1.0 branch #946

Merged
merged 13 commits into from
Aug 29, 2023
Merged

Commits on Aug 25, 2023

  1. [FIXED] typos

    siystar authored and Your Name committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    af769f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. [FIXED] zero descriptorCount passed to DescriptorPool::create

    siystar authored and Your Name committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    cfdfb19 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Allocate DescriptorBuffer memory from pools

    Allocate buffers that usually contain uniform data from memory pools,
    instead of directly calling vkAllocateMemory. Some drivers have very
    low limits on the number of Vulkan memory objects that can be
    allocated.
    
    This fixes #942.
    timoore committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    71b6951 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge pull request #938 from siystar/typos

    [FIXED] typos
    robertosfield authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0855164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5128488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b264f02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    272b4df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbc8cc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00138ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f6e375 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bb8f6a View commit details
    Browse the repository at this point in the history
  9. Added check for valid number of required_descriptorPoolSizes.empty to…

    … avoid vkCreateDescriptorPool error.
    robertosfield committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9f5fa0a View commit details
    Browse the repository at this point in the history
  10. Bumped rc to 3

    robertosfield committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dcd75d4 View commit details
    Browse the repository at this point in the history