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.29.5
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.29.6
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 16, 2015

  1. Define behavior when attempting glGen* when the WebGL context is lost…

    …. In that case, issue GL_INVALID_OPERATION, generate resources with ID 0, and print an error if GL_ASSERTIONS is enabled.
    juj committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    97428ab View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2015

  1. Merge pull request #3133 from juj/webgl_context_lost

    WebGL context lost.
    kripken committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    5badff0 View commit details
    Browse the repository at this point in the history
  2. do not turn labeled one-time-loops into labeled blocks if there is a …

    …label-less break or continue on them
    kripken committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    0d9691f View commit details
    Browse the repository at this point in the history
  3. 1.29.6

    kripken committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    7f20e6a View commit details
    Browse the repository at this point in the history
Loading