index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2013-03-16
When finding renderers in the cache, the stride of the current vertex
Michael 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-16
enable second test
Alon Zakai
2013-03-16
get bindings generator to work in asm.js (except for customizeVTable)
Alon Zakai
2013-03-15
optimize away the allocation in glUniformMatrix?fv with count == 1
Alon Zakai
2013-03-15
remove leading zeros in %llx
Alon Zakai
2013-03-15
optimize away the allocation in glUniform?fv with count == 1
Alon Zakai
2013-03-15
mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3
Alon Zakai
2013-03-15
add option to disable utf support, and test that in asm2g
Alon Zakai
2013-03-15
remove unused Array_stringify
Alon Zakai
2013-03-15
fix strncasecmp comparison signedness
Alon Zakai
2013-03-15
Replace OpenAL headers with our own
Ehsan Akhgari
2013-03-15
Fix a typo
Ehsan Akhgari
2013-03-15
Implement alDeleteSources
Ehsan Akhgari
2013-03-15
Implement alDeleteBuffers
Ehsan Akhgari
2013-03-15
Implement alSourceUnqueueBuffers
Ehsan Akhgari
2013-03-15
Add tests for playback states
Ehsan Akhgari
2013-03-15
Implement alGetSourcei
Ehsan Akhgari
2013-03-15
Implement proper pause/replay support
Ehsan Akhgari
2013-03-15
Use the correct function name
Ehsan Akhgari
2013-03-15
Rework the playback infrastructure to be able to support stopping
Ehsan Akhgari
2013-03-15
Remove the unneeded struct
Ehsan Akhgari
2013-03-15
Fix another off-by-one bug
Ehsan Akhgari
2013-03-15
Add a testcase for simple OpenAL playback
Ehsan Akhgari
2013-03-15
Work around two Firefox bugs
Ehsan Akhgari
2013-03-15
Fix the pointer math and floating point conversion in alBufferData
Ehsan Akhgari
2013-03-15
Avoid the local data variable mask the data argument
Ehsan Akhgari
2013-03-15
Fix the format switch in alBufferData
Ehsan Akhgari
2013-03-15
Fix bounds checking for buffers
Ehsan Akhgari
2013-03-15
Fix alGenBuffers
Ehsan Akhgari
2013-03-15
Implement alSourcePlay
Ehsan Akhgari
2013-03-15
Access destination off of AudioContext
Ehsan Akhgari
2013-03-15
Fix context creation and making it current
Ehsan Akhgari
2013-03-15
Support 0 names for buffers and sources
Ehsan Akhgari
2013-03-15
Implement alSoucefv
Ehsan Akhgari
2013-03-15
Add a panner node to the graph
Ehsan Akhgari
2013-03-15
Finish alSourcei, implement alSourcef and alSourceQueueBuffers
Ehsan Akhgari
2013-03-15
Finish up alSourcei
Ehsan Akhgari
2013-03-15
Add library_openal.js to the list of loaded libraries
Ehsan Akhgari
2013-03-15
Initial implementation of some of the OpenAL APIs
Ehsan Akhgari
2013-03-15
Add OpenAL headers
Ehsan Akhgari
2013-03-15
optimize use of .charCodeAt(0) at compile time
Alon Zakai
2013-03-15
asmify strcasecmp
Alon Zakai
2013-03-15
asmify strncasecmp
Alon Zakai
2013-03-15
add strcasecmp/strncasecmp/tolower test
Alon Zakai
2013-03-15
asmify tolower
Alon Zakai
2013-03-14
optimize strcat a little
Alon Zakai
2013-03-14
asmify strcat
Alon Zakai
2013-03-14
add strcat testing
Alon Zakai
2013-03-14
add branch in strncpy to avoid reading from possible invalid memory
Alon Zakai
2013-03-14
optimize bitshift64* a little
Alon Zakai
[next]