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: m-labs/flickernoise
base: 1c031ff
Choose a base ref
...
head repository: m-labs/flickernoise
compare: 0e5f809
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 30, 2011

  1. compiler: alternative section syntax per_frame: and per_vertex:

    Patch sections can now be marked with the section labels that end
    in a colon and not an equal sign. This makes it clearer that they
    are something very different from an assignment.
    
    Order of sections using this new syntax is also more strictly
    enforced: per_frame: must precede per_vertex: and neither of them
    can appear more than once in a patch. Both sections are optional
    and they can also be left empty.
    wpwrak committed Dec 30, 2011
    Copy the full SHA
    aeb1633 View commit details
    Browse the repository at this point in the history
  2. compiler: disallow mixing of old-style and new-style fragment selection

    Any such mixing is almost certainly by mistake. So we better guide
    the user back towards consistency.
    wpwrak committed Dec 30, 2011
    Copy the full SHA
    0e5f809 View commit details
    Browse the repository at this point in the history