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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-02-27
Reverse the order of function lookup in getCFunc() to avoid having to call ev...
Lorant Pinter
2013-02-26
Merge pull request #857 from caiiiycuk/writefds
Alon Zakai
2013-02-26
return 0 in Mix_Init if no flags are provided; this allows |while(Mix_Init(0)...
Alon Zakai
2013-02-26
Mix_Quit
Alon Zakai
2013-02-26
Merge branch 'incoming' of github.com:lptr/emscripten into lptr-incoming
Alon Zakai
2013-02-26
handle missing pthread key-values properly
Vladimir Vukicevic
2013-02-26
refactor gl detection of attributes from capabilities
Alon Zakai
2013-02-26
emit function table names in SAFE_DYNCALL mode
Alon Zakai
2013-02-26
show signature in dyncall errors, and simplify approach
Alon Zakai
2013-02-26
Merge pull request #870 from michaeljbishop/adding-glgetbooleanv-gl-vertex-array
Alon Zakai
2013-02-26
SAFE_DYNCALLS option
Alon Zakai
2013-02-26
do not emit undefined symbol warnings for symbols that only have an inline ve...
Alon Zakai
2013-02-26
split chunked global initializations over several lines
Alon Zakai
2013-02-26
add some newlines in very large function tables, to avoid emitting ridiculous...
Alon Zakai
2013-02-26
do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...
Alon Zakai
2013-02-25
use preserveDrawingBuffer in gl tests to make them work on latest firefox
Alon Zakai
2013-02-25
always replace Math.imul in non-precise i32 mul mode, and disable test for th...
Alon Zakai
2013-02-25
ensure input to HEAP[U]8 is an int
Alon Zakai
2013-02-25
fix asm.js parsing of memcpy
Alon Zakai
2013-02-24
do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiply
Alon Zakai
2013-02-23
fix fuzzbug regarding signed 64-bit extension
Alon Zakai
2013-02-23
fix default bits for integer multiply
Alon Zakai
2013-02-23
clean up integer multiply code
Alon Zakai
2013-02-23
turn on precise i32 multiplication by default
Alon Zakai
2013-02-23
implementation for writefds
Aleksander Guryanov
2013-02-22
Added some more symbols to `glGetBooleanv`
Michael J. Bishop
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
Added support in glGetBooleanv GL_VERTEX_ARRAY.
Michael J. Bishop
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
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
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 #860 from waywardmonkeys/strtok-alloc
Alon Zakai
2013-02-21
Merge pull request #851 from rogerbraun/sscanf-fix
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 TODO for missing %c functionality.
Roger Braun
2013-02-21
Handle %c in sscanf.
Roger Braun
2013-02-21
Added some comments
Lorant Pinter
2013-02-20
do not forward enable/disable of GL_TEXTURE_2D to WebGL enable/disable, it is...
Alon Zakai
[next]