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

Better C++ compatibility and fixes to conditional branch/switch handling #10

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 18, 2022

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

Commits on Apr 19, 2022

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

Commits on Apr 20, 2022

  1. Cleanup the code by keeping original OpLabel locations. Handling of b…

    …ranch instructions becomes much simpler this way.
    mtehver committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    463d733 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Fixed OpAny and OpAll (previous version only checked first component …

    …of the input). Implemented OpCompositeInsert (Khronos compiler generates this is 'size optimization' mode). Also perform full 64-bit copy in OpCompositeConstruct, instead of 32-bit copy.
    mtehver committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    cb02416 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Fixes to OpVectorExtractDynamic, OpVectorInsertDynamic, OpCompositeCo…

    …nstruct, GLSL450_SmoothStep. Implemented unordered floating point comparison operators.
    mtehver committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1f653d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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