index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2012-01-22
Change the signature of sincos to match the GNU libc one
Ehsan Akhgari
2012-01-22
Implement the SDL timer APIs
Ehsan Akhgari
2012-01-22
Remove the remaining uses of IHEAP
Ehsan Akhgari
2012-01-22
Implement sincos
Ehsan Akhgari
2012-01-22
Use Array_copy instead of IHEAP.slice
Ehsan Akhgari
2012-01-22
Fix a typo
Ehsan Akhgari
2012-01-22
Don't use IHEAP in glCompileShader
Ehsan Akhgari
2012-01-22
Make the uniform APIs use the hashtable
Ehsan Akhgari
2012-01-22
Implement glBindAttribLocation
Ehsan Akhgari
2012-01-22
Add GL APIs for program creation
Ehsan Akhgari
2012-01-22
Make it possible to compile shaders
Ehsan Akhgari
2012-01-22
Add support for non-null terminated strings to Pointer_stringify
Ehsan Akhgari
2012-01-22
Add a hashtable API
Ehsan Akhgari
2012-01-22
Remove the function which will is auto-generated
Ehsan Akhgari
2012-01-22
Implement glDrawArrays
Ehsan Akhgari
2012-01-22
Implement the GL vertexAttrib functons
Ehsan Akhgari
2012-01-22
Implement the GL uniform APIs
Ehsan Akhgari
2012-01-21
Implement the buffering APIs
Ehsan Akhgari
2012-01-21
Add the GLES2 headers
Ehsan Akhgari
2012-01-20
Merge pull request #178 from ehsan/babystep
Alon Zakai
Initial WebGL support
2012-01-20
Unify the 2D and WebGL contexts
Ehsan Akhgari
2012-01-20
Merge pull request #179 from ehsan/make_runner_executable2
Alon Zakai
Make runner executable
2012-01-20
Add myself to the Authors file
Ehsan Akhgari
2012-01-20
Make the test runner script executable
Ehsan Akhgari
2012-01-20
Implement a few OpenGL functions for the baby-step demo
Ehsan Akhgari
2012-01-20
Load the GL library
Ehsan Akhgari
2012-01-20
Enable SDL to create a 2D or WebGL context depending on what the caller wants
Ehsan Akhgari
2012-01-20
Add glext.h
Ehsan Akhgari
2012-01-18
add return value in munmap
Alon Zakai
2012-01-18
mman.h header fix
Alon Zakai
2012-01-18
Merge pull request #176 from jterrace/mmap_allocate_opts
Alon Zakai
mmap and allocate optimizations
2012-01-18
Add output to mmap test
Jeff Terrace
2012-01-18
Add small optimization for allocate when zeroing the array
Jeff Terrace
2012-01-18
Optimized mmap implementation to use malloc and memset instead of allocate.
Jeff Terrace
2012-01-18
Add a test for mmap using MAP_ANON
Jeff Terrace
2012-01-16
make root writable by default, removing the need to add root.write = true
Alon Zakai
2012-01-16
remove hack for ignorePermissions in the filesystem API, which removes the ↵
Alon Zakai
need to set ignorePermissions to true before run() is called
2012-01-16
refactor runtime init and exit code
Alon Zakai
2012-01-16
improve side effect detection in js optimizer
Alon Zakai
2012-01-15
run multiple js optimizer passes in batches
Alon Zakai
2012-01-15
enable RELOOP in tests that disabled it because it was previously too slow
Alon Zakai
2012-01-15
tweak order of operations in vacuum
Alon Zakai
2012-01-15
optimize hoistMultiples to not need multiple passes
Alon Zakai
2012-01-15
js optimizer refactoring
Alon Zakai
2012-01-15
add js benchmark utility
Alon Zakai
2012-01-14
refactor hoistMultiples shell for clarity
Alon Zakai
2012-01-14
vaccum per function in js optimizer
Alon Zakai
2012-01-14
optimize js optimizer traversal of generated code
Alon Zakai
2012-01-14
optimize hoistMultiples with a switch
Alon Zakai
2012-01-14
optimize hoistMultiples by removing jsonCompare's
Alon Zakai
[next]