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 (
Expand
)
Author
2013-02-23
turn on precise i32 multiplication by default
Alon Zakai
2013-02-22
use Math.imul for precise 32-bit mul
Alon Zakai
2013-02-22
always use Math.imul, with fast polyfill. will be useful for faster 64-bit math
Alon Zakai
2013-02-22
asmify memcmp
Alon Zakai
2013-02-22
csmith driver tweaking
Alon Zakai
2013-02-22
fix jsfuncchunking bug
Alon Zakai
2013-02-22
fix minor jcache bug and add assertions
Alon Zakai
2013-02-22
add missing vertex array signatures
Alon Zakai
2013-02-22
always warn on undefs in asm, since it breaks validation
Alon Zakai
2013-02-22
comment
Alon Zakai
2013-02-22
Merge pull request #869 from michaeljbishop/adding-oes-symbols
Alon Zakai
2013-02-22
clean up last renderer when wiping everything out for vao
Alon Zakai
2013-02-22
typo
Alon Zakai
2013-02-22
remove overly-strict assertion in websockets test
Alon Zakai
2013-02-22
GL_UNSAFE_OPTS option
Alon Zakai
2013-02-22
mark client attributes as modified when we clear for vaos
Alon Zakai
2013-02-22
wipe out previous vao-related state when binding a vao
Alon Zakai
2013-02-22
save client states in vertex array objects
Alon Zakai
2013-02-22
fix test_i32_mul_semiprecise
Alon Zakai
2013-02-22
turn on Math.imul by default in ASM_JS mode; it has practically no downsides ...
Alon Zakai
2013-02-22
Added support for `glFramebufferTexture2DOES`
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
[next]