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: emscripten-core/emscripten
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.14
Choose a base ref
...
head repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 15, 2014

  1. Optimize FFP GL shader generation in the case when GL_COMBINE is used…

    …. This merges duplicate texture loads into one and avoids a redundant * 1.0 op.
    juj committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    3740f37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2021 from juj/gl_combine_shader

    GL_COMBINE shader.
    kripken committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    0c4c790 View commit details
    Browse the repository at this point in the history
  3. fix Math_floor coercion in unrecommended codegen modes (no roundings …

    …correction or imprecise i64)
    kripken committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    5433194 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2014

  1. release 1.9.0

    kripken committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    e5ccf17 View commit details
    Browse the repository at this point in the history
Loading