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-05-05
addition getProcAddress functions
Alon Zakai
2012-05-05
refactor getProcAddress for closure
Alon Zakai
2012-05-05
refactor gl code for closure compiler, and add more testing
Alon Zakai
2012-05-05
color todo
Alon Zakai
2012-05-05
color support in shaders and emulation
Alon Zakai
2012-05-05
string cache diff
Alon Zakai
2012-05-05
rename Browser.getAsyncCall to Runtime.getFuncWrapper
Alon Zakai
2012-05-04
workaround for chromium bug 124926 to prevent hanging when loading audio in ↵
Alon Zakai
chrome
2012-05-04
closure fix
Alon Zakai
2012-05-04
support for SDL channels and channelFinished
Alon Zakai
2012-05-04
optimize transitive closure a tiny bit more
Alon Zakai
2012-05-04
optimize eliminator transitive calculation
Alon Zakai
2012-05-04
add o2.zlib test piece to eliminator test
Alon Zakai
2012-05-04
fix and slow down again the eliminator tool, plus refactoring to enable ↵
Alon Zakai
proper fixing
2012-05-04
fix bisection bug
Alon Zakai
2012-05-03
more audio stubs
Alon Zakai
2012-05-03
stub for Mix_FadingChannel
Alon Zakai
2012-05-03
optimize eliminator transitive dependency calculation
Alon Zakai
2012-05-03
define proper endianness for endian.h and add working but slow-compiling ↵
Alon Zakai
sha1 test
2012-05-03
fix bug with js engine being str and not list
Alon Zakai
2012-05-03
SDL_GetModState
Alon Zakai
2012-05-03
add period and comma to sdl keys
Alon Zakai
2012-05-02
link files in emcc without leaving a stub
Alon Zakai
2012-05-02
remove unneeded libcxx makefile line for readme
Alon Zakai
2012-05-01
undef __linux__, fixes SDL endianness detection
Alon Zakai
2012-05-01
reuse a buffer for immediate mode rendering
Alon Zakai
2012-05-01
only create a vertexData view if we actually need one
Alon Zakai
2012-05-01
optimize usage of client attributes to avoid allocations
Alon Zakai
2012-05-01
use requestAnimationFrame
Alon Zakai
2012-05-01
cache browser async call helpers
Alon Zakai
2012-05-01
refactor browser lib
Alon Zakai
2012-05-01
correct mouse wheel directions
Alon Zakai
2012-04-30
stub for glPolygonMode
Alon Zakai
2012-04-30
fix warnOnce
Alon Zakai
2012-04-30
clean up activated vertex attrib arrays in renderers, fixes bug with only ↵
Alon Zakai
1/4 of the world drawn in bananabread
2012-04-30
show missing preloaded image/audio files only once
Alon Zakai
2012-04-29
support mouse wheel events
Alon Zakai
2012-04-29
glVertex3fv
Alon Zakai
2012-04-29
remove unneeded assertion
Alon Zakai
2012-04-29
add unicode output in sdl key events
Alon Zakai
2012-04-29
add slash to dom=>sdl bindings
Alon Zakai
2012-04-29
correct coordinate type in glRotate and add testing
Alon Zakai
2012-04-29
support for fullscreen and pointer lock, and prevent oom from sdl event ↵
Alon Zakai
queue overflow
2012-04-28
some browser debugging stuff
Alon Zakai
2012-04-28
add parents just to be sure in getFastValue - we may get complex statements ↵
Alon Zakai
as inputs
2012-04-28
add working cubegeom test
Alon Zakai
2012-04-28
fix handling of non-float client attributes, and add test_cubegeom_pre3
Alon Zakai
2012-04-28
disable debug in test_cubegeom_pre
Alon Zakai
2012-04-28
add test_cubegeom_pre2
Alon Zakai
2012-04-28
fix prepareClientAttributes bugs: handle non-packed vertex attributes properly
Alon Zakai
[next]