Commits
User selector
Commit History
Commits on Nov 2, 2015
Commits on Oct 31, 2015
Commits on Oct 21, 2015
Merge pull request #3864 from Kagami/fix-nodefs-cloexec
Show description for 2f80706committed
Commits on Oct 20, 2015
- committed
Ignore O_CLOEXEC flag on NODEFS
Show description for 849f52dcommitted
Commits on Oct 14, 2015
Commits on Oct 8, 2015
Commits on Oct 5, 2015
- committed
- committed
- committed
Merge branch 'incoming' into split_memory
Show description for aa094fecommitted
Commits on Oct 2, 2015
Also add no-thread stubs of emscripten-specific threading functions to library_pthread_stub.js. This allows the same precompiled .bc files to be used later for both pthreads-enabled and disabled bu…
Show description for ccfa418committed- committed
- committed
- committed
Move GL.computeImageSize() to standalone function emscriptenWebGLComputeImageSize(), since it is only referenced by emscriptenWebGLGetTexPixelData(), and as a global function can easily be DCEd awa…
Show description for c7a47d8committedMove GL.getTexPixelData() to standalone function emscriptenWebGLGetTexPixelData(), since it is only referenced by texture-related GL functions, and as a global function can easily be DCEd away if n…
Show description for ed43abccommitted- committed
- committed
Move GL.getVertexAttrib() to standalone function emscriptenWebGLGetVertexAttrib(), since it is only referenced by rarely used glGetVertexAttrib*(), and as a global function can easily be DCEd away …
Show description for 4b98022committedMove GL.getIndexed() to standalone function emscriptenWebGLGetIndexed(), since it is only referenced by rarely used glGetIntegeri_v() and glGetInteger64i_v(), and as a global function can easily be…
Show description for 505db07committedMerge pull request #3782 from juj/webgl2_part_2
Show description for 12c3158committed- committed
- committed
Fix a bug with FULL_ES3 emulation, where mapped buffers were tracked by bound target, when it needs to be tracked by object name instead. Move GL.validateBufferTarget inside FULL_ES3 for dead code …
Show description for 4d081becommitted- committed
- committed
- committed
- committed
- committed
- committed
- committed