aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-15Optimize rendering from client-side memory by maintaining a set of doublebuff...Jukka Jylänki
2014-01-15Further optimize FFP GL getRenderer() operation.Jukka Jylänki
2014-01-14fix double start bug #1992 in browser as wellAlon Zakai
2014-01-14Add GLEW 1.10.0 emulationJari Vetoniemi
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-13Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8Alon Zakai
2014-01-13Merge pull request #2004 from waywardmonkeys/updatesAlon Zakai
2014-01-13unset precision if set to -1Alon Zakai
2014-01-13handle precision -1 in printf .*Alon Zakai
2014-01-14Fix GL emulation regression with VBO data caused by commit https://github.com...Jukka Jylänki
2014-01-13avoid leaks on multiple calls to relooper MakeOutputBufferAlon Zakai
2014-01-13allow relooper to manager its own output buffer, to avoid fixed output limits1.8.7Alon Zakai
2014-01-14Add lots of math functions.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2014-01-13add dependencies so code with exceptions (invoke/landingpad) but without an a...Alon Zakai
2014-01-13Merge pull request #1999 from juj/gl_prepareclientattrAlon Zakai
2014-01-13Reintroduce liveClientAttributes to optimize the case where GL emulation code...Jukka Jylänki
2014-01-13Handle negative zero values correctly.Bruce Mitchener
2014-01-10Merge pull request #1987 from AlexPerrot/glut_numpadAlon Zakai
2014-01-10Optimize GL emulation prepareClientAttributes. Fix issues where the slow path...Jukka Jylänki
2014-01-09prevent calling run more than once; fixes #1992Alon Zakai
2014-01-09Merge pull request #1972 from juj/gl__optsAlon Zakai
2014-01-09Merge pull request #1990 from inolen/errnooptAlon Zakai
2014-01-09utilize stack member from base Error classAnthony Pesch
2014-01-09Fix preprocessor ifdef in GL emulation library.Jukka Jylänki
2014-01-09Add var GLctx; declaration to GL init to avoid polluting global namespace. Re...Jukka Jylänki
2014-01-09Rename GLImmediate.matrix.lib to GLImmediate.matrixLib to not alias with GLIm...Jukka Jylänki
2014-01-09Simplify GL emulation matrix stack initialization. Update code after rebase.Jukka Jylänki
2014-01-09Simplify verbose object dereference hierarchy in library_gl.js by storing glo...Jukka Jylänki
2014-01-09Simplify verbose object dereference chains in GL library by consistently usin...Jukka Jylänki
2014-01-09Make caching of last bound GL_ARRAY_BUFFER in FFP emulation mode safe and alw...Jukka Jylänki
2014-01-09Optimize glBindBuffer when GL emulation modes are not used. In that case, cur...Jukka Jylänki
2014-01-09Optimize glEnableClientState by avoiding it to be called with different param...Jukka Jylänki
2014-01-09Optimize GL FFP emulation layer by omitting redundant glUseProgram for identi...Jukka Jylänki
2014-01-09Minor optimization to FFP emulation: Use integers instead of strings as key t...Jukka Jylänki
2014-01-09Fix GL emulation problems that caused particles and ground to disappear in Ba...Jukka Jylänki
2014-01-08fix relooper compiler warningsAlon Zakai
2014-01-08verify imul correctness, workaround for webkit bug 126345; closes #1991Alon Zakai
2014-01-08fixing indentationAlexPerrot
2014-01-07notice simd signal from fastcompAlon Zakai
2014-01-07update other.test_simd test for llvm 3.3 and 3.4Alon Zakai
2014-01-07Merge branch 'incoming' into llvm-3.41.8.6Alon Zakai
2014-01-07make aggressiveVariableElimination usable through a settingAlon Zakai
2014-01-07properly overflow gep arguments; fixes #1975Alon Zakai
2014-01-07Merge branch 'add-libuuid' of github.com:fadams/emscripten into incomingAlon Zakai
2014-01-07Implementing keycodes for numpad numbered keys.AlexPerrot
2014-01-07Added ENVIRONMENT_IS_WEB test prior to checking window.crypto etc. so we are ...Fraser Adams
2014-01-06preprocess recursively into #include's; fixes #1984Alon Zakai
2014-01-06ignore new readonly attribute in llvm 3.4Alon Zakai
2014-01-06ignore new readnone attribute in llvm 3.4Alon Zakai