aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-23turn on precise i32 multiplication by defaultAlon Zakai
2013-02-22use Math.imul for precise 32-bit mulAlon Zakai
2013-02-22always use Math.imul, with fast polyfill. will be useful for faster 64-bit mathAlon Zakai
2013-02-22asmify memcmpAlon Zakai
2013-02-22csmith driver tweakingAlon Zakai
2013-02-22fix jsfuncchunking bugAlon Zakai
2013-02-22fix minor jcache bug and add assertionsAlon Zakai
2013-02-22add missing vertex array signaturesAlon Zakai
2013-02-22always warn on undefs in asm, since it breaks validationAlon Zakai
2013-02-22commentAlon Zakai
2013-02-22Merge pull request #869 from michaeljbishop/adding-oes-symbolsAlon Zakai
2013-02-22clean up last renderer when wiping everything out for vaoAlon Zakai
2013-02-22typoAlon Zakai
2013-02-22remove overly-strict assertion in websockets testAlon Zakai
2013-02-22GL_UNSAFE_OPTS optionAlon Zakai
2013-02-22mark client attributes as modified when we clear for vaosAlon Zakai
2013-02-22wipe out previous vao-related state when binding a vaoAlon Zakai
2013-02-22save client states in vertex array objectsAlon Zakai
2013-02-22fix test_i32_mul_semipreciseAlon Zakai
2013-02-22turn on Math.imul by default in ASM_JS mode; it has practically no downsides ...Alon Zakai
2013-02-22Added support for `glFramebufferTexture2DOES`Michael J. Bishop
2013-02-21Merge pull request #859 from waywardmonkeys/cmdline-fixesAlon Zakai
2013-02-21Merge pull request #860 from waywardmonkeys/strtok-allocAlon Zakai
2013-02-21Merge pull request #851 from rogerbraun/sscanf-fixAlon Zakai
2013-02-21hide verbose file packager outputAlon Zakai
2013-02-21still emit library aliases - useful for e.g. gl OES aliasing, even if normall...Alon Zakai
2013-02-21aliases for OES vertex array functionsAlon Zakai
2013-02-21add option to save JS of all tests runAlon Zakai
2013-02-21Add TODO for missing %c functionality.Roger Braun
2013-02-21Add Roger Braun to AUTHORS file.Roger Braun
2013-02-21Handle %c in sscanf.Roger Braun
2013-02-21emcc: Improve handling of -O flag.Bruce Mitchener
2013-02-20do not forward enable/disable of GL_TEXTURE_2D to WebGL enable/disable, it is...Alon Zakai
2013-02-20do not wipe out llvm debug info if linespecific corrections are doneAlon Zakai
2013-02-20remove bad_cast/typeinfo.cpp from libcxx, no longer needed since it is in lib...Alon Zakai
2013-02-20build base type_info class with libcxxabi, fixes #862Alon Zakai
2013-02-20add more glGetIntegerv constantsAlon Zakai
2013-02-20TODO: multiple array buffers in vao (for each vertex attrib pointer separately)Alon Zakai
2013-02-20glGetPointervAlon Zakai
2013-02-20vertex array object support in gl emulationAlon Zakai
2013-02-20Mix_InitAlon Zakai
2013-02-20Statically allocate the strtok state block so it doesn't trip up our leak det...Chad Austin
2013-02-20Provide error message on invalid command to emmake.Bruce Mitchener
2013-02-19allow changing frequency of corruption checks, and forcing a check irregardle...Alon Zakai
2013-02-19support realloc in corruption checkerAlon Zakai
2013-02-19simplify corruption canaryAlon Zakai
2013-02-19handle malloc(0) and free(0) in corruption checkerAlon Zakai
2013-02-19hardcode arguments in benchmark js files, for easier debugging on themAlon Zakai
2013-02-19warn only once on glTexEnv*Alon Zakai
2013-02-19add mbishopMichael Bishop