aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-15Fix the format switch in alBufferDataEhsan Akhgari
2013-03-15Fix bounds checking for buffersEhsan Akhgari
2013-03-15Fix alGenBuffersEhsan Akhgari
2013-03-15Implement alSourcePlayEhsan Akhgari
2013-03-15Access destination off of AudioContextEhsan Akhgari
2013-03-15Fix context creation and making it currentEhsan Akhgari
2013-03-15Support 0 names for buffers and sourcesEhsan Akhgari
2013-03-15Implement alSoucefvEhsan Akhgari
2013-03-15Add a panner node to the graphEhsan Akhgari
2013-03-15Finish alSourcei, implement alSourcef and alSourceQueueBuffersEhsan Akhgari
2013-03-15Finish up alSourceiEhsan Akhgari
2013-03-15Add library_openal.js to the list of loaded librariesEhsan Akhgari
2013-03-15Initial implementation of some of the OpenAL APIsEhsan Akhgari
2013-03-15Add OpenAL headersEhsan Akhgari
2013-03-15optimize use of .charCodeAt(0) at compile timeAlon Zakai
2013-03-15asmify strcasecmpAlon Zakai
2013-03-15asmify strncasecmpAlon Zakai
2013-03-15add strcasecmp/strncasecmp/tolower testAlon Zakai
2013-03-15asmify tolowerAlon Zakai
2013-03-14optimize strcat a littleAlon Zakai
2013-03-14asmify strcatAlon Zakai
2013-03-14add strcat testingAlon Zakai
2013-03-14add branch in strncpy to avoid reading from possible invalid memoryAlon Zakai
2013-03-14optimize bitshift64* a littleAlon Zakai
2013-03-14fix bitshift64Ashr bugAlon Zakai
2013-03-14move dynamic 64-bit shifts into asm library callsAlon Zakai
2013-03-14notice asm link errors in benchmarksAlon Zakai
2013-03-14clean up spidermonkey entry in settings templateAlon Zakai
2013-03-13do not emit code after a switch; fixes #946Alon Zakai
2013-03-13remove unneeded 64-bit shifts codeAlon Zakai
2013-03-13optimize memory use of funcs_js in emscripten.pyAlon Zakai
2013-03-13Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2013-03-13turn calls to undef into aborts, so they asmifyAlon Zakai
2013-03-12use memory a little more efficiently in emscripten.pyAlon Zakai
2013-03-12disable EMCC_DEBUG when bootstrapping relooperAlon Zakai
2013-03-12fix test_relooperAlon Zakai
2013-03-12asmify strncpyAlon Zakai
2013-03-12write strcpy in asm and add some testingAlon Zakai
2013-03-12Merge pull request #942 from waywardmonkeys/fix-typeof-declsAlon Zakai
2013-03-12headless improvementsAlon Zakai
2013-03-12optimize pread to use typed array set()Alon Zakai
2013-03-12infrastructure for implementing i64 math in asm.js, and implement i64Add and ...Alon Zakai
2013-03-12make test_sdl_audio_mix report a resultAlon Zakai
2013-03-12make sure SDL.channelMinimumNumber is initialized; fixes SDL audio testsAlon Zakai
2013-03-12fix globalScope altering in runtimelink modules; fixes test_runtimelinkAlon Zakai
2013-03-12unique ids for aborts for dead functionsAlon Zakai
2013-03-12update test_chunkingAlon Zakai
2013-03-12support -s KEY=@PATH in emcc, for very large settings valuesAlon Zakai
2013-03-12Use less generic names for variables.Bruce Mitchener
2013-03-11add comments on ~/.emscripten fileAlon Zakai