Age | Commit message (Expand) | Author |
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 option to save JS of all tests run | Alon Zakai |
2013-02-20 | do not forward enable/disable of GL_TEXTURE_2D to WebGL enable/disable, it is... | Alon Zakai |
2013-02-20 | do not wipe out llvm debug info if linespecific corrections are done | Alon Zakai |
2013-02-20 | remove bad_cast/typeinfo.cpp from libcxx, no longer needed since it is in lib... | Alon Zakai |
2013-02-20 | build base type_info class with libcxxabi, fixes #862 | Alon Zakai |
2013-02-20 | add more glGetIntegerv constants | Alon Zakai |
2013-02-20 | TODO: multiple array buffers in vao (for each vertex attrib pointer separately) | Alon Zakai |
2013-02-20 | glGetPointerv | Alon Zakai |
2013-02-20 | vertex array object support in gl emulation | Alon Zakai |
2013-02-20 | Mix_Init | Alon Zakai |
2013-02-19 | allow changing frequency of corruption checks, and forcing a check irregardle... | Alon Zakai |
2013-02-19 | support realloc in corruption checker | Alon Zakai |
2013-02-19 | simplify corruption canary | Alon Zakai |
2013-02-19 | handle malloc(0) and free(0) in corruption checker | Alon Zakai |
2013-02-19 | hardcode arguments in benchmark js files, for easier debugging on them | Alon Zakai |
2013-02-19 | warn only once on glTexEnv* | Alon Zakai |
2013-02-19 | add mbishop | Michael Bishop |
2013-02-19 | Added some symbol compatibility for OpenGL1.1. | Michael Bishop |
2013-02-19 | Added support for `glFrustumf`. | Michael J. Bishop |
2013-02-19 | fix test_debug | Alon Zakai |
2013-02-19 | remove unneeded sign correction from dlmalloc benchmark | Alon Zakai |
2013-02-19 | Merge pull request #858 from ehsan/drawimage-memcpy | Alon Zakai |
2013-02-19 | Use the copy composite operation when calling drawImage | Ehsan Akhgari |
2013-02-19 | notify on unexpected exceptions being thrown and the lack of support for them... | Alon Zakai |
2013-02-19 | closure docs on emcc --help | Alon Zakai |
2013-02-18 | run closure in -O3, it makes sense there with the other unsafe optimizations | Alon Zakai |
2013-02-18 | tune csmith driver | Alon Zakai |
2013-02-18 | csmith driver script | Alon Zakai |
2013-02-18 | fix test_closure_compiler | Alon Zakai |
2013-02-18 | remove LLVM debug info in -O1+, since the optimizer removes it anyhow | Alon Zakai |
2013-02-18 | fix test_emcc | Alon Zakai |
2013-02-18 | fix emcc --version in other dirs | Alon Zakai |
2013-02-18 | clean up unneeded CorrectionsMonitor stuff; fixes test_unsigned | Alon Zakai |
2013-02-17 | ensure aligned memory in corruption detector | Alon Zakai |
2013-02-17 | improve corruption checks | Alon Zakai |
2013-02-17 | print out # of corruption checks on exit | Alon Zakai |
2013-02-17 | memory corruption checker | Alon Zakai |
2013-02-17 | fix CHECK_OVERFLOW | Alon Zakai |
2013-02-17 | typo | Alon Zakai |
2013-02-17 | fix indentation | Alon Zakai |
2013-02-17 | remove PROFILE option. It adds unacceptable overhead, and all browsers have p... | Alon Zakai |
2013-02-17 | remove PGO option. It is only relevant for non-ta2 builds, which are on the w... | Alon Zakai |
2013-02-17 | another gl workaround | Alon Zakai |
2013-02-17 | remove asm memory masking per the new spec | Alon Zakai |
2013-02-17 | remove not-yet-needed assert in addFunction | Alon Zakai |
2013-02-17 | remove no longer needed --closure 0 from some tests | Alon Zakai |
2013-02-17 | default closure to off in all optimization levels - we rely on registerize fo... | Alon Zakai |
2013-02-17 | fix registerize bug on functions with arguments but no locals | Alon Zakai |