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

Implement wgpuAdapterGetLimits, add test that limit requests are applied #21799

Merged
merged 9 commits into from
May 1, 2024

Commits on Apr 22, 2024

  1. Add test case for field maxColorAttachmentBytesPerSample when request…

    …ing webGPU device
    pkomon-tgm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cddb292 View commit details
    Browse the repository at this point in the history
  2. Add missing field maxColorAttachmentBytesPerSample when requesting we…

    …bGPU device
    pkomon-tgm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0944ee8 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    87e6133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    433f45e View commit details
    Browse the repository at this point in the history
  3. Fix C style for webgpu required limits test

    pkomon-tgm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    65c46aa View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Add impl for wgpuAdapterGetLimits, add missing field maxBufferSize to…

    … required limits
    
    - move code filling WGPULimits structs into func
    - use from wgpuAdapterGetLimits and wgpuDeviceGetLimits
    - rewrite test case for required limit to check if supported limits
      match requested limits
    - add missing field maxBufferSize when requesting device
    pkomon-tgm committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    77e66b9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    2f353a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98344b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d68dc7 View commit details
    Browse the repository at this point in the history