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

[wgsl-in] Transition to a pass-based architecture #2065

Closed
wants to merge 21 commits into from

Commits on Sep 18, 2022

  1. basic setup

    SparkyPotato committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    48331ca View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. top-level declarations

    SparkyPotato committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4f7eedb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. statements

    SparkyPotato committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    58b4a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6ae64 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. simple expressions

    SparkyPotato committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    861fd2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fcaffe View commit details
    Browse the repository at this point in the history
  3. code cleanup

    SparkyPotato committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d37aefb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    b1bfca5 View commit details
    Browse the repository at this point in the history
  2. fmt and fix for MSRV

    SparkyPotato committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3eb2a9e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. inbuilt functions

    SparkyPotato committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    568b1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b17d31f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. improve parsing

    SparkyPotato committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ea78744 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    SparkyPotato committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ab85f11 View commit details
    Browse the repository at this point in the history
  3. pass all snapshots

    SparkyPotato committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    b20df10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a36119 View commit details
    Browse the repository at this point in the history
  5. fix validate-wgsl

    SparkyPotato committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    9338f0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77deac8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. pass all tests

    SparkyPotato committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    9a08661 View commit details
    Browse the repository at this point in the history
  2. appease clippy

    SparkyPotato committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    ddbaac3 View commit details
    Browse the repository at this point in the history
  3. fix benchmarks

    SparkyPotato committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    94955b6 View commit details
    Browse the repository at this point in the history
  4. add missing const

    SparkyPotato committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    2dfeee5 View commit details
    Browse the repository at this point in the history