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

WebGPURenderer: Read/Write Only Storage Buffer Creation #28435

Merged
merged 30 commits into from
Jun 25, 2024

Commits on May 15, 2024

  1. add writable

    cmhhelgeson committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6698eb2 View commit details
    Browse the repository at this point in the history
  2. sketch

    cmhhelgeson committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cf52058 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. changes

    cmhhelgeson committed May 16, 2024
    Configuration menu
    Copy the full SHA
    36ba453 View commit details
    Browse the repository at this point in the history
  2. Working solution

    cmhhelgeson committed May 16, 2024
    Configuration menu
    Copy the full SHA
    eb759c5 View commit details
    Browse the repository at this point in the history
  3. run linter

    cmhhelgeson committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b327953 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. syntax fix

    cmhhelgeson committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e6e0a18 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. fixed formatting

    cmhhelgeson committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d13a754 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. add writable

    cmhhelgeson committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d1c4319 View commit details
    Browse the repository at this point in the history
  2. sketch

    cmhhelgeson committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8d2d1d4 View commit details
    Browse the repository at this point in the history
  3. changes

    cmhhelgeson committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c099550 View commit details
    Browse the repository at this point in the history
  4. Working solution

    cmhhelgeson committed May 20, 2024
    Configuration menu
    Copy the full SHA
    57e02f5 View commit details
    Browse the repository at this point in the history
  5. run linter

    cmhhelgeson committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3dd2b95 View commit details
    Browse the repository at this point in the history
  6. syntax fix

    cmhhelgeson committed May 20, 2024
    Configuration menu
    Copy the full SHA
    35db22e View commit details
    Browse the repository at this point in the history
  7. fixed formatting

    cmhhelgeson committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b9011d3 View commit details
    Browse the repository at this point in the history
  8. rebase

    cmhhelgeson committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c86ceaf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    793d1d4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 29, 2024

  1. Made storage buffer code consistent with storage texture code and app…

    …lied storageReadOnly to examples as reference in appropriate locations
    cmhhelgeson committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9b01ca4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    49b19b4 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    cmhhelgeson committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b918738 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 18, 2024

  1. Removed un-needed references to 'storageReadOnlyBuffer' in WGSLNodeBu…

    …ilder, added considerations for hypothetical write-only buffer access mode mentioned in PR conversation, added readOnly and writeOnly commands for creating a storageObject
    cmhhelgeson committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e371321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf475b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fixed missing access

    cmhhelgeson committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b7e856d View commit details
    Browse the repository at this point in the history
  2. remove comments

    cmhhelgeson committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    81a06e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix missing import

    cmhhelgeson committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a9a9131 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    7b8e5f7 View commit details
    Browse the repository at this point in the history
  2. revision

    sunag committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0d2fdb9 View commit details
    Browse the repository at this point in the history
  3. cleanup

    sunag committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    88912f8 View commit details
    Browse the repository at this point in the history