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
2012-04-08
more gl emulation
Alon Zakai
2012-04-08
getProcAddress starting to work
Alon Zakai
2012-04-08
clearer errors from getProcAddress
Alon Zakai
2012-04-08
beginning of SDL_GL_GetProcAddress
Alon Zakai
2012-04-08
nicer solution for removing linker stub
Alon Zakai
2012-04-08
only modify Module.ctx for the page canvas
Alon Zakai
2012-04-08
fix sdl pixelformat
Alon Zakai
2012-04-08
pty.h
Alon Zakai
2012-04-08
clean up linker a.out|exe stubs
Alon Zakai
2012-04-08
add support for quoted labels; fixes #360
Alon Zakai
2012-04-08
support for sdl scancodes
Alon Zakai
2012-04-07
move gl docs to wiki
Alon Zakai
2012-04-07
handle dollar in alias names
Alon Zakai
2012-04-07
handle identical basenames in emcc properly; fixes #287
Alon Zakai
2012-04-07
improve fake precompiled header workaround in emcc
Alon Zakai
2012-04-07
sys/ioctl.h
Alon Zakai
2012-04-06
restore support for noInitialRun
Alon Zakai
2012-04-06
gl support comment
Alon Zakai
2012-04-06
add original versions of glbook tests, gles2.0 and not webgl-friendly
Alon Zakai
2012-04-06
Merge pull request #357 from behdad/outgoing
Alon Zakai
2012-04-06
remove some unneeded closure string quoting
Alon Zakai
2012-04-06
Merge pull request #349 from prenaux/develop
Alon Zakai
2012-04-06
[src/library_glut.js]: Call motion callbacks only if motion position changed ;
Pierre Renaux
2012-04-06
Simplify
Behdad Esfahbod
2012-04-06
Make 'exit fullscreen' restore window size
Behdad Esfahbod
2012-04-05
update test_emcc for windows
Alon Zakai
2012-04-05
Merge pull request #355 from SiggyBar/windows
Alon Zakai
2012-04-05
add final glbook test
Alon Zakai
2012-04-05
improve clean_webconsole tool
Alon Zakai
2012-04-06
[src/library_gl.js]: GLUT.getSpecialKey handles GLUT_KEY_SHIFT/CONTROL/ALT_R/L ;
Pierre Renaux
2012-04-05
fix egl param name
Alon Zakai
2012-04-05
improve GL debugging
Alon Zakai
2012-04-05
fix ccall test to make sure we export the functions properly to closure
Alon Zakai
2012-04-05
export cwrap
Alon Zakai
2012-04-05
clearer glut mainloop message
Alon Zakai
2012-04-05
Merge pull request #356 from behdad/outgoing
Alon Zakai
2012-04-05
Add missing dep
Behdad Esfahbod
2012-04-05
Don't clash with system sincos() if it's defined and we don't know
Behdad Esfahbod
2012-04-05
Merge pull request #354 from behdad/fix-keyboard
Alon Zakai
2012-04-05
Merge pull request #353 from ehsan/stddev_extension
Alon Zakai
2012-04-05
Resize canvas to 1x1 when GLUT app exits
Behdad Esfahbod
2012-04-05
Use screen["width"] instead of screen.width
Behdad Esfahbod
2012-04-05
s/Module.canvas/Module["canvas"]/g
Behdad Esfahbod
2012-04-05
Use system sincos() if available
Behdad Esfahbod
2012-04-05
Fixes to test_emcc for Windows.
Sigmund Vik
2012-04-05
Fix canvas resize in glutFullScreen()
Behdad Esfahbod
2012-04-05
Request frame if window size/position changes
Behdad Esfahbod
2012-04-05
Don't rely on _atexit() accepting JS functions
Behdad Esfahbod
2012-04-05
Minor
Behdad Esfahbod
2012-04-05
Fix glutIdleFunc()
Behdad Esfahbod
[next]