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

Add countTrailingZeros #2243

Merged
merged 16 commits into from
Feb 20, 2023
Merged

Add countTrailingZeros #2243

merged 16 commits into from
Feb 20, 2023

Commits on Feb 5, 2023

  1. Add countTrailingZeros

    gents83 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5d8f84e View commit details
    Browse the repository at this point in the history
  2. Adding missing msl

    gents83 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ad9f67d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    737cfcd View commit details
    Browse the repository at this point in the history
  4. Simplified tests

    gents83 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ec29955 View commit details
    Browse the repository at this point in the history
  5. Fixing glsl

    gents83 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    eff9db7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Updated with min(findlsb, 32)

    gents83 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    0a98f82 View commit details
    Browse the repository at this point in the history
  2. Using kind and fixing spv

    gents83 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    e936d9c View commit details
    Browse the repository at this point in the history
  3. Casting when needed for spv

    gents83 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    799874c View commit details
    Browse the repository at this point in the history
  4. Fixing hlsl

    gents83 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    7208727 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Removing unnecessary baking

    gents83 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5fffd56 View commit details
    Browse the repository at this point in the history
  2. Adding generated code

    gents83 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7566319 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

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

Commits on Feb 20, 2023

  1. Update src/back/spv/block.rs

    with suggestion of @teoxoy
    
    Co-authored-by: Teodor Tanasoaia <28601907+teoxoy@users.noreply.github.com>
    gents83 and teoxoy authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    62cd01d View commit details
    Browse the repository at this point in the history
  2. Update src/back/spv/block.rs

    with suggestion of @teoxoy
    
    Co-authored-by: Teodor Tanasoaia <28601907+teoxoy@users.noreply.github.com>
    gents83 and teoxoy authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a7789bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    938560e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25921d0 View commit details
    Browse the repository at this point in the history