aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-18v1.3.11.3.1Alon Zakai
2013-03-18process in chunks in fast path in Pointer_stringifyAlon Zakai
2013-03-18fix bullet benchmarkAlon Zakai
2013-03-18check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORTAlon Zakai
2013-03-18add option to turn all unresolved references into dead functions (i.e., no co...Alon Zakai
2013-03-18switchify the main formatString loopAlon Zakai
2013-03-18add more vsnprintf testingAlon Zakai
2013-03-18fix printing of %llx very small and very large valuesAlon Zakai
2013-03-18make Pointer_stringify argument handling consistentAlon Zakai
2013-03-18mark undefined symbol as dead in bulletAlon Zakai
2013-03-18do not warn/error on unresolved symbols that have been declared deadAlon Zakai
2013-03-18fix asm*.test_casesAlon Zakai
2013-03-17add test for pull #956Alon Zakai
2013-03-17Merge pull request #956 from michaeljbishop/fix-stride-discrepancy-in-rendere...Alon Zakai
2013-03-17add OPENAL_DEBUG to settings.jsAlon Zakai
2013-03-17Merge pull request #962 from ehsan/openalAlon Zakai
2013-03-17optimize SDL.offsetsAlon Zakai
2013-03-17Merge pull request #958 from caiiiycuk/offsetsAlon Zakai
2013-03-17improve error message on memory growth in asm.jsAlon Zakai
2013-03-17mention DEAD_FUNCTIONS in unresolved symbol abort in asm.js modeAlon Zakai
2013-03-17abort compilation in asm.js when we see setjmpAlon Zakai
2013-03-17Hide all of the console.* stuff behind a compile time flagEhsan Akhgari
2013-03-17Fix offsets for canvasAleksander Guryanov
2013-03-16error on undefined symbols in asm.js mode, since it breaks validation and mus...Alon Zakai
2013-03-16When finding renderers in the cache, the stride of the current vertexMichael J. Bishop
2013-03-16enable second testAlon Zakai
2013-03-16get bindings generator to work in asm.js (except for customizeVTable)Alon Zakai
2013-03-15optimize away the allocation in glUniformMatrix?fv with count == 1Alon Zakai
2013-03-15remove leading zeros in %llxAlon Zakai
2013-03-15optimize away the allocation in glUniform?fv with count == 1Alon Zakai
2013-03-15mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3Alon Zakai
2013-03-15add option to disable utf support, and test that in asm2gAlon Zakai
2013-03-15remove unused Array_stringifyAlon Zakai
2013-03-15fix strncasecmp comparison signednessAlon Zakai
2013-03-15Replace OpenAL headers with our ownEhsan Akhgari
2013-03-15Fix a typoEhsan Akhgari
2013-03-15Implement alDeleteSourcesEhsan Akhgari
2013-03-15Implement alDeleteBuffersEhsan Akhgari
2013-03-15Implement alSourceUnqueueBuffersEhsan Akhgari
2013-03-15Add tests for playback statesEhsan Akhgari
2013-03-15Implement alGetSourceiEhsan Akhgari
2013-03-15Implement proper pause/replay supportEhsan Akhgari
2013-03-15Use the correct function nameEhsan Akhgari
2013-03-15Rework the playback infrastructure to be able to support stoppingEhsan Akhgari
2013-03-15Remove the unneeded structEhsan Akhgari
2013-03-15Fix another off-by-one bugEhsan Akhgari
2013-03-15Add a testcase for simple OpenAL playbackEhsan Akhgari
2013-03-15Work around two Firefox bugsEhsan Akhgari
2013-03-15Fix the pointer math and floating point conversion in alBufferDataEhsan Akhgari
2013-03-15Avoid the local data variable mask the data argumentEhsan Akhgari