aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-16When finding renderers in the cache, the stride of the current vertexMichael J. Bishop
buffer object is also taken into account. This fixes a problem where a renderer could be used to draw a vertex buffer object with a different stride value than the renderer captured when the renderer was created.
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
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