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
2012-05-14
more glEnable/Disable emulation ignores
Alon Zakai
2012-05-14
more glColor implementations
Alon Zakai
2012-05-14
handle cancel in window.prompt
Alon Zakai
2012-05-14
do not fail on -fcatch-undefined-behavior
Alon Zakai
2012-05-14
restore previous element array buffer, not 0, if we replaced it during flush
Alon Zakai
2012-05-13
fix active client attribute counting and add test
Alon Zakai
2012-05-13
unbind element array buffer if we bound one
Alon Zakai
2012-05-13
fix order in gl_ModelViewProjectionMatrix and add working cube_explosion test
Alon Zakai
2012-05-13
misc tweaks and add wip cube_explosion test
Alon Zakai
2012-05-12
clear status in html even if doRun exits through an exception
Alon Zakai
2012-05-12
show Running... when calling run()
Alon Zakai
2012-05-12
nicer html messages during load/startup
Alon Zakai
2012-05-12
simply compiler by always pushing back phis
Alon Zakai
2012-05-11
Merge pull request #422 from ehsan/immediate_deps
Alon Zakai
2012-05-11
fix bug with missing entry labels being misused between original labels and n...
Alon Zakai
2012-05-11
print assertions to stderr
Alon Zakai
2012-05-11
Make GLImmediate depend on Browser
Ehsan Akhgari
2012-05-11
FS.createPreloadedFile
Alon Zakai
2012-05-10
emscripten_hide_mouse
Alon Zakai
2012-05-10
remove dupe
Alon Zakai
2012-05-10
support for gl_TextureMatrixes
Alon Zakai
2012-05-10
refactor ignored glEnable/disable capabilities, and add two more
Alon Zakai
2012-05-10
use emulation on dlDrawArrays and Elements even if there are no client attrib...
Alon Zakai
2012-05-09
allow adding runDependencies in preRun
Alon Zakai
2012-05-09
sscanf support for negative integers
Alon Zakai
2012-05-09
various fixes and improvements to sscanf
Alon Zakai
2012-05-09
update runDependencies comment
Alon Zakai
2012-05-09
fix bug with using color and normal even when not enabled, if they were enabl...
Alon Zakai
2012-05-08
handle absolute paths in file preloading
Alon Zakai
2012-05-08
make glBegin/end usage of client attributes safer
Alon Zakai
2012-05-08
fix glBegin/end with new refactored client attributes emulation
Alon Zakai
2012-05-08
use given type of position, color, normal
Alon Zakai
2012-05-08
begin refactoring client attribute emulation to allow arbitrary typed element...
Alon Zakai
2012-05-08
remove unneeded setRenderer call
Alon Zakai
2012-05-08
send null to glBind* when given 0
Alon Zakai
2012-05-07
make test_cubegeom_mt a proper test of multitexturing
Alon Zakai
2012-05-07
make glEnableClientState aware of the client active texture, and add a tempor...
Alon Zakai
2012-05-07
support for gl_Normal
Alon Zakai
2012-05-07
combine texture and color in immediate mode
Alon Zakai
2012-05-07
add full support for glColorX both in glBegin/End and out
Alon Zakai
2012-05-06
fix main loop pausing to handle pauses from main loop and other sources as we...
Alon Zakai
2012-05-06
add more getProcAddress items
Alon Zakai
2012-05-06
emscripten_pause_main_loop and resume
Alon Zakai
2012-05-06
only set color and texture attribs if they exist
Alon Zakai
2012-05-06
add webkit api for keyboard input in fullscreen
Alon Zakai
2012-05-05
fix movementX|Y workaround with closure
Alon Zakai
2012-05-05
typo in fullscreen
Alon Zakai
2012-05-05
fix fullscreen for closure
Alon Zakai
2012-05-05
make sdl event handling work in closure, and add testing
Alon Zakai
2012-05-05
export requestFullscreen through closure
Alon Zakai
[next]