aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-27show alerts if antialiasing, depth or stencil are missing in context ↵Alon Zakai
attributes test
2013-10-27Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten ↵Alon Zakai
into incoming
2013-10-26cache string allocations in glGetString and eglQueryStringAlon Zakai
2013-10-25improve [2 x i40] testcaseAlon Zakai
2013-10-25handle internal illegal iX fields in calculateStructAlignmentAlon Zakai
2013-10-25Fix test browser.test_sdl_canvas_size on Linux and OSX.Jukka Jylänki
2013-10-25Merge pull request #1733 from juj/changelogAlon Zakai
Added a ChangeLog.
2013-10-25Added a ChangeLog.Jukka Jylänki
2013-10-24handle empty inline asms; fixes #1729Alon Zakai
2013-10-24add tests for WebGL context attributes (antialiasing, depth, stencil) when ↵Antoine Lambert
they are enabled or disabled
2013-10-24map depth and stencil buffers activation from GLFW to WebGLAntoine Lambert
2013-10-24map depth and stencil buffers activation from SDL to WebGLAntoine Lambert
2013-10-24map depth and stencil buffers activation from GLUT to WebGLAntoine Lambert
2013-10-23write out html and side js when html output is requested, to improve page ↵Alon Zakai
load times
2013-10-23emit emscripten version in emcc -vAlon Zakai
2013-10-23Merge pull request #1726 from juj/sdl_setvideomode_0_0Alon Zakai
SDL_SetVideoMode(0,0, ...)
2013-10-231.7.11.7.1Alon Zakai
2013-10-23fix bug with parsing of empty typesAlon Zakai
2013-10-23remove old call to Runtime.warn in file packager codeAlon Zakai
2013-10-23Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size ↵Jukka Jylänki
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059.
2013-10-221.7.01.7.0Alon Zakai
2013-10-22Merge pull request #1722 from juj/fix_nodefs_windowsjuj
Fix nodefs windows
2013-10-23Add a staticInit() initializer function to node fs.Jukka Jylänki
2013-10-22start network fetch as early as possible in file packager outputAlon Zakai
2013-10-22move fetchRemotePackage to outside of file packager generated codeAlon Zakai
2013-10-22move file packager Module autocreation to toplevelAlon Zakai
2013-10-22fix file packager Module autocreationAlon Zakai
2013-10-22remove --pre-run option in file packager, handle all that automaticallyAlon Zakai
2013-10-22do not call setStatus if not presentAlon Zakai
2013-10-22Fake node.js stat() call on Windows to report a blocksize and blocks number. ↵Jukka Jylänki
Otherwise these would be 'undefined', which later in unit tests would throw an error in SAFE_HEAP_STORE. Fixes o1.test_unistd_truncate.
2013-10-21add file handling code from --preload-file etc. in a pre-js, so that it will ↵Alon Zakai
be able to start network access as early as possible
2013-10-21indentation fix in file packagerAlon Zakai
2013-10-21Fix test_unistd_access and test_unistd_truncate on Windows. Both tests ↵Jukka Jylänki
failed at the end on cleanup stage, when the test left behind files with readonly bit set, and shutil.rmtree() fails on Windows if any of the files are read-only.
2013-10-21Skip failing test_unistd_links test with NODEFS on Windows, since it ↵Jukka Jylänki
requires running in administrative mode. (Also atm fails on a few node.js-specific crossplatform discrepancies)
2013-10-21Fixes to nodefs filesystem so that test_unistd_io passes on Windows. Don't ↵Jukka Jylänki
pass integer permission modes to node.js open function, but use only the documented string open caps.
2013-10-19commented-out compiler profiler supportAlon Zakai
2013-10-19improve internal compiler BenchmarkerAlon Zakai
2013-10-19update other.test_toobigAlon Zakai
2013-10-18avoid allocating huge lists for [BIGNUM x type] typesAlon Zakai
2013-10-18fix simd math operations and improve testAlon Zakai
2013-10-18improve simd2 testAlon Zakai
2013-10-18vector bitcastsAlon Zakai
2013-10-18support for vector types nested in othersAlon Zakai
2013-10-18add test_simd2Alon Zakai
2013-10-18add -O2 to simd testAlon Zakai
2013-10-18add test targetAlon Zakai
2013-10-18integrate the SIMD polyfill codeAlon Zakai
2013-10-18basic support for uint32x4Alon Zakai
2013-10-18extractelementAlon Zakai
2013-10-18add vector.hAlon Zakai