Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laurentlb/shader-minifier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3
Choose a base ref
...
head repository: laurentlb/shader-minifier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.1
Choose a head ref
  • 5 commits
  • 147 files changed
  • 1 contributor

Commits on Oct 23, 2022

  1. Support "precision" statements (#161)

    Fixes #8
    laurentlb authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    47039c3 View commit details
    Browse the repository at this point in the history
  2. Delete obsolete .expected files (#162)

    They were generated with version 1.1.6 and not part of the actual test suite.
    laurentlb authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    2924a39 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Nov 12, 2022

  1. Fix stackoverflow error in simplifyExpr (#165)

    This was caused by trying to reorder multiple arguments back and forth
    laurentlb authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2273d84 View commit details
    Browse the repository at this point in the history
  2. Improve tests & update version to 1.3.1 (#166)

    - Tests now ignore the version change (to avoid regenerating a bunch of golden files)
    - Fix shader compilation warning (int vs float)
    laurentlb authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    1d87675 View commit details
    Browse the repository at this point in the history
Loading