aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
2012-03-28Implement the remaining shader and program functionsEhsan Akhgari
2012-03-28Implement glBufferSubDataEhsan Akhgari
2012-03-27support for playing audio chunks through SDL mixAlon Zakai
2012-03-20avoid stack explosion in ccallAlon Zakai
2012-03-19refactor use of this[..] in shell.js to use Module[..]Alon Zakai
2012-03-15preload images for SDLAlon Zakai
2012-03-15allow monitoring of run dependenciesAlon Zakai
2012-03-15add file preloading in browsersAlon Zakai
2012-03-10add HEAPF64, useful sometimes for manually optimized codeAlon Zakai
2012-02-29optimize alignMemoryPageAlon Zakai
2012-02-26remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only thereAlon Zakai
2012-02-23ccall/cwrap docsAlon Zakai
2012-02-23cwrap (like ccall, but returns a wrapper function)Alon Zakai
2012-02-21work around v8 slowness bug by not calling new Array for HEAPAlon Zakai
2012-02-18ccall docsAlon Zakai
2012-02-18ccallAlon Zakai
2012-02-18add missing module exportAlon Zakai
2012-02-05do ATINIT and ATEXIT in orderAlon Zakai
2012-02-01fix tempDouble bug with not including it in all casesAlon Zakai
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-28Only define TypedArray_copy when typed arrays are enabledEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
2012-01-25Merge branch 'master' into llvmoptsAlon Zakai
2012-01-25String constants are store in a table to limit variable countjulien.hamaide
2012-01-24Add a copy helper for typed arraysEhsan Akhgari
2012-01-23fix tempDouble aliasesAlon Zakai
2012-01-23commentAlon Zakai
2012-01-23unaligned loads and stores for floats and doublesAlon Zakai
2012-01-23refactor tempDouble to use space in normal memory, not a separate bufferAlon Zakai
2012-01-23support unaligned reads/writes in ta2; fixes test_cubescriptAlon Zakai
2012-01-22Make it possible to compile shadersEhsan Akhgari
2012-01-22Add support for non-null terminated strings to Pointer_stringifyEhsan Akhgari
2012-01-18Add small optimization for allocate when zeroing the arrayJeff Terrace
2012-01-16refactor runtime init and exit codeAlon Zakai
2012-01-10align stack to QUANTUM_SIZE in ta2 properly, avoiding unnecessary checks and ...Alon Zakai
2012-01-07tweak memory growth parameter to 2Alon Zakai
2012-01-06fix PGO breakageAlon Zakai
2012-01-06restore some PGO code to investigate a speed regression in skinningAlon Zakai
2012-01-06put some PGO code behind and ifdefAlon Zakai
2012-01-04enlarge stack size default to 5MBAlon Zakai
2011-12-17fix bug with allocate not allocating enough memory (just a problem for the as...Alon Zakai
2011-12-17fix SAFE_HEAP check for TOTAL_MEMORY which is unneeded without typed arraysAlon Zakai
2011-12-16fix bug with accessing memory beyond TOTAL_MEMORY through sbrkAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests SDL,...Alon Zakai
2011-12-10clear warning to stderr when enlarging memory arraysAlon Zakai
2011-12-10do unsigned 32-bit loads properly in ta1Alon Zakai
2011-12-10do not check for corrections in safe heap unsigningAlon Zakai
2011-12-08fix for double mode 1 issue with 32-bit floats being NaNs and altering our do...Alon Zakai
2011-12-07various i64 fixes, including preventing rounding of small negativesAlon Zakai