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
/
tests
/
test_browser.py
Age
Commit message (
Expand
)
Author
2013-09-13
emscripten_async_load_script
Alon Zakai
2013-09-08
proxy input events
Alon Zakai
2013-09-08
test file preloading in worker
Alon Zakai
2013-09-08
add test harness support for proxying, test_sdl_canvas_proxy passes
Alon Zakai
2013-09-08
stubs for proxied getImageData/putImageData
Alon Zakai
2013-09-08
initial setup for proxying: add option and generate separate html and js
Alon Zakai
2013-09-04
handle glBufferData usages that are not in WebGL; fixes #1589
Alon Zakai
2013-09-04
fix repeated calls to glDraw* where the count changes but not the client attr...
Alon Zakai
2013-09-04
Merge branch 'vertex_array_object_bug' of github.com:michaeljbishop/emscripte...
Alon Zakai
2013-09-04
Added test which shows broken GL emulation when:
Michael J. Bishop
2013-09-03
add browser module test
Alon Zakai
2013-08-29
emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ...
Jukka Jylänki
2013-08-27
FS.loadFilesFromDB|saveFilesToDB
Alon Zakai
2013-08-26
Merge pull request #1507 from ToadKing/sdl-alpha-keys
Alon Zakai
2013-08-24
improve test_html_source_map
Alon Zakai
2013-08-19
Add test-case for touch-handling in glut.
James Gregory
2013-08-19
Merge pull request #1528 from inolen/shared_lib_fixes
Alon Zakai
2013-08-19
re-enabled non-asm.js shared lib support
Anthony Pesch
2013-08-18
add tests for alpha keys from SDL_GetKeyState
ToadKing
2013-08-16
allow overriding a gl function with the same name, and keep the original acce...
Alon Zakai
2013-08-16
generate separate function table wrappers for a single library function alias...
Alon Zakai
2013-08-15
make legacy gl emulation an opt-in option, LEGACY_GL_EMULATION
Alon Zakai
2013-08-13
add some slack to glgears tests
Alon Zakai
2013-08-12
re-add test_sdl_pumpevents
Alon Zakai
2013-08-11
initial work on splitting up runner.py
Anthony Pesch