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 (
Expand
)
Author
2013-02-22
Added support in glGetBooleanv GL_VERTEX_ARRAY.
Michael J. Bishop
2013-02-21
Merge pull request #859 from waywardmonkeys/cmdline-fixes
Alon Zakai
2013-02-21
Merge pull request #860 from waywardmonkeys/strtok-alloc
Alon Zakai
2013-02-21
Merge pull request #851 from rogerbraun/sscanf-fix
Alon Zakai
2013-02-21
hide verbose file packager output
Alon Zakai
2013-02-21
still emit library aliases - useful for e.g. gl OES aliasing, even if normall...
Alon Zakai
2013-02-21
aliases for OES vertex array functions
Alon Zakai
2013-02-21
add option to save JS of all tests run
Alon Zakai
2013-02-21
Add TODO for missing %c functionality.
Roger Braun
2013-02-21
Add Roger Braun to AUTHORS file.
Roger Braun
2013-02-21
Handle %c in sscanf.
Roger Braun
2013-02-21
emcc: Improve handling of -O flag.
Bruce Mitchener
2013-02-20
do not forward enable/disable of GL_TEXTURE_2D to WebGL enable/disable, it is...
Alon Zakai
2013-02-20
do not wipe out llvm debug info if linespecific corrections are done
Alon Zakai
2013-02-20
remove bad_cast/typeinfo.cpp from libcxx, no longer needed since it is in lib...
Alon Zakai
2013-02-20
build base type_info class with libcxxabi, fixes #862
Alon Zakai
2013-02-20
add more glGetIntegerv constants
Alon Zakai
2013-02-20
TODO: multiple array buffers in vao (for each vertex attrib pointer separately)
Alon Zakai
2013-02-20
glGetPointerv
Alon Zakai
2013-02-20
vertex array object support in gl emulation
Alon Zakai
2013-02-20
Mix_Init
Alon Zakai
2013-02-20
Statically allocate the strtok state block so it doesn't trip up our leak det...
Chad Austin
2013-02-20
Provide error message on invalid command to emmake.
Bruce Mitchener
2013-02-19
allow changing frequency of corruption checks, and forcing a check irregardle...
Alon Zakai
2013-02-19
support realloc in corruption checker
Alon Zakai
2013-02-19
simplify corruption canary
Alon Zakai
2013-02-19
handle malloc(0) and free(0) in corruption checker
Alon Zakai
2013-02-19
hardcode arguments in benchmark js files, for easier debugging on them
Alon Zakai
2013-02-19
warn only once on glTexEnv*
Alon Zakai
2013-02-19
add mbishop
Michael Bishop
2013-02-19
Added some symbol compatibility for OpenGL1.1.
Michael Bishop
2013-02-19
Added support for `glFrustumf`.
Michael J. Bishop
2013-02-19
fix test_debug
Alon Zakai
2013-02-19
remove unneeded sign correction from dlmalloc benchmark
Alon Zakai
2013-02-19
Merge pull request #858 from ehsan/drawimage-memcpy
Alon Zakai
2013-02-19
Use the copy composite operation when calling drawImage
Ehsan Akhgari
2013-02-19
notify on unexpected exceptions being thrown and the lack of support for them...
Alon Zakai
2013-02-19
closure docs on emcc --help
Alon Zakai
2013-02-18
run closure in -O3, it makes sense there with the other unsafe optimizations
Alon Zakai
2013-02-18
tune csmith driver
Alon Zakai
2013-02-18
csmith driver script
Alon Zakai
2013-02-18
fix test_closure_compiler
Alon Zakai
2013-02-18
remove LLVM debug info in -O1+, since the optimizer removes it anyhow
Alon Zakai
2013-02-18
fix test_emcc
Alon Zakai
2013-02-18
fix emcc --version in other dirs
Alon Zakai
2013-02-18
clean up unneeded CorrectionsMonitor stuff; fixes test_unsigned
Alon Zakai
2013-02-17
ensure aligned memory in corruption detector
Alon Zakai
2013-02-17
improve corruption checks
Alon Zakai
2013-02-17
print out # of corruption checks on exit
Alon Zakai
2013-02-17
memory corruption checker
Alon Zakai
[next]