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

Improve the polyfill for workgroup variable zero initialization #5521

Draft
wants to merge 12 commits into
base: trunk
Choose a base branch
from

Commits on Apr 10, 2024

  1. Sketch out a zero init helper

    DJMcNab committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2b95688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711f76f View commit details
    Browse the repository at this point in the history
  3. Finish writing spv polyfill

    DJMcNab committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    18d51a3 View commit details
    Browse the repository at this point in the history
  4. Use the polyfill by default

    DJMcNab committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2c9c7bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db8fc75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10f7e3d View commit details
    Browse the repository at this point in the history
  7. Don't handle 1 length arrays

    DJMcNab committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    76a879f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    5c87fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15445aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2282c0 View commit details
    Browse the repository at this point in the history
  4. Complete GLSL, fix some logic

    DJMcNab committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    72f4ae6 View commit details
    Browse the repository at this point in the history
  5. Implement for hlsl

    DJMcNab committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    630af6d View commit details
    Browse the repository at this point in the history