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
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
warn only once on glTexEnv*
Alon Zakai
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
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-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-15
ensure no writes out of the buffer area in glReadPixels
Alon Zakai
2013-02-14
set alpha to false in WebGL rendering - it represents the screen, so no alpha...
Alon Zakai
2013-02-14
fix and test glIsProgram
Alon Zakai
2013-02-14
fix gl flush assertion
Alon Zakai
2013-02-13
prepare jpeg as well as jpg
Alon Zakai
2013-02-10
force inputs to inttoptr to be i32 if they are i64; fixes #827
Alon Zakai
2013-02-08
gles workaround
Alon Zakai
2013-02-08
gl assertion
Alon Zakai
2013-02-08
arc4random
Alon Zakai
2013-02-08
fix comparison
Alon Zakai
2013-02-08
check for restriding exceeding the temp buffer size
Alon Zakai
2013-02-08
make gl temp buffer size adjustable
Alon Zakai
2013-02-07
Module.* options to disable image and audio autodecoding
Alon Zakai
2013-02-06
option to not capture keyboard in SDL
Alon Zakai
2013-02-06
do not throw on an incorrect glEnableClientState, just warn
Alon Zakai
2013-02-06
support packed attributes in gl emulation code, perform restriding manually
Alon Zakai
2013-02-06
better checks for stride in prepareClientAttributes
Alon Zakai
2013-02-06
fix gluPerspective and add test
Alon Zakai
2013-02-06
fix struct.rusage
Alon Zakai
2013-02-06
fix struct.rlimit
Alon Zakai
2013-02-06
fix struct.tms
Alon Zakai
2013-02-06
fix struct.timespec
Alon Zakai
2013-02-06
fix struct.tm
Alon Zakai
2013-02-06
fix struct.utsname and allow simple bN syntax in struct definitions for field...
Alon Zakai
2013-02-06
fix struct.pollfd
Alon Zakai
2013-02-06
fix struct.statvfs
Alon Zakai
2013-02-06
fix struct.utimbuf
Alon Zakai
2013-02-06
fix struct.dirent
Alon Zakai
2013-02-06
fix struct.stat
Alon Zakai
2013-02-06
fix struct flock
Alon Zakai
[next]