aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-18Merge pull request #2031 from juj/fix_glemu_enabledisableAlon Zakai
Fix glemu enabledisable
2014-01-18Merge pull request #2007 from abergmeier/cmake_test_ninjajuj
Add support for Ninja and Eclipse+Ninja testing in test_cmake.
2014-01-18Fix GL emulation cleanup to properly update the state it changes.Jukka Jylänki
2014-01-18Fix FFP GL emulation directives. The form !GL_FFP_ONLY is not supported, use ↵Jukka Jylänki
GL_FFP_ONLY == 0 instead.
2014-01-17fix asm1.test_cubescriptAlon Zakai
2014-01-17fix test_source_mapAlon Zakai
2014-01-17fix flakey lua benchmarkAlon Zakai
2014-01-17make debug checks in asm2g more lenient, so they pass on fastcompAlon Zakai
2014-01-17add missing ;Alon Zakai
2014-01-17handle unsigned reads in safe heapAlon Zakai
2014-01-17remove stale commentAlon Zakai
2014-01-17don't remove whitespace in emcc, not worth the timeAlon Zakai
2014-01-17clean up emcc timing loggingAlon Zakai
2014-01-17add missing ;sAlon Zakai
2014-01-17add missing ;Alon Zakai
2014-01-17use double for float arguments to safe heapAlon Zakai
2014-01-17disable test_fnmatch in s_x_xAlon Zakai
2014-01-17optimize memory initializer if it is largeAlon Zakai
2014-01-17remove current memory initialization chunking via .concat(..)Alon Zakai
2014-01-17Fix GL_FFP_ONLY path to enable/disable vertex attribute arrays as a response ↵Jukka Jylänki
to glEnable/DisableClientState instead of adjusting that during rendering.
2014-01-16make asm2g use SAFE_HEAP in fastcompAlon Zakai
2014-01-16Merge branch 'remove-01-aliases' of github.com:waywardmonkeys/emscripten ↵Alon Zakai
into incoming
2014-01-16add fnmatch; fixes #20021.9.3Alon Zakai
2014-01-16fix strnlen input of size, which should be unsignedAlon Zakai
2014-01-16add __h_errno; fixes #2013Alon Zakai
2014-01-16don't override Module.print and printErr if the user specified themAlon Zakai
2014-01-16strengthen test_alloca to check alignmentAlon Zakai
2014-01-16Merge branch 'patch-1' of github.com:sindresorhus/emscripten into incomingAlon Zakai
2014-01-16It's 2014Sindre Sorhus
2014-01-16enable a form of safe heap in asm, using js optimizer pass to ensure full ↵Alon Zakai
coverage and support for fastcomp
2014-01-16Remove __01*64_ aliases that don't appear to be necessary.Bruce Mitchener
These were added when Python support was fixed up, but don't appear to be needed or used anywhere.
2014-01-15add todoAlon Zakai
2014-01-15Merge pull request #2016 from rfk/rfk/minify-names-separatelyAlon Zakai
Split name-minification into a separate pass from registerization.
2014-01-16Address review comments.Ryan Kelly
2014-01-15do not track eliminable variables from one switch statement to another, if ↵Alon Zakai
they have any dependencies; fixes #2003
2014-01-15re-merge split blocks in multiples1.9.2Alon Zakai
2014-01-15share block ids in relooper among split blocks1.9.1Alon Zakai
2014-01-15undo unnecessary test disablingAlon Zakai
2014-01-15Merge branch 'incoming'Alon Zakai
2014-01-15release 1.9.01.9.0Alon Zakai
2014-01-15fix Math_floor coercion in unrecommended codegen modes (no roundings ↵Alon Zakai
correction or imprecise i64)
2014-01-15Merge pull request #2021 from juj/gl_combine_shaderAlon Zakai
GL_COMBINE shader.
2014-01-15Optimize FFP GL shader generation in the case when GL_COMBINE is used. This ↵Jukka Jylänki
merges duplicate texture loads into one and avoids a redundant * 1.0 op.
2014-01-15add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14Alon Zakai
2014-01-15remove musl use of fwritex1.8.13Alon Zakai
2014-01-15Merge pull request #2018 from waywardmonkeys/updates31.8.12Alon Zakai
Updates3
2014-01-15Merge pull request #2019 from juj/evenmore_gl_optsAlon Zakai
Even more gl opts
2014-01-15Optimize rendering from client-side memory by maintaining a set of ↵Jukka Jylänki
doublebuffered VBOs. This improves performance by reducing CPU-GPU pipeline stalls.
2014-01-15Further optimize FFP GL getRenderer() operation.Jukka Jylänki
2014-01-16Split name-minification into a separate pass from registerization.Ryan Kelly