summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-22Implement the GL vertexAttrib functonsEhsan Akhgari
2012-01-22Implement the GL uniform APIsEhsan Akhgari
2012-01-21Implement the buffering APIsEhsan Akhgari
2012-01-21Add the GLES2 headersEhsan Akhgari
2012-01-20Merge pull request #178 from ehsan/babystepAlon Zakai
Initial WebGL support
2012-01-20Unify the 2D and WebGL contextsEhsan Akhgari
2012-01-20Merge pull request #179 from ehsan/make_runner_executable2Alon Zakai
Make runner executable
2012-01-20Add myself to the Authors fileEhsan Akhgari
2012-01-20Make the test runner script executableEhsan Akhgari
2012-01-20Implement a few OpenGL functions for the baby-step demoEhsan Akhgari
2012-01-20Load the GL libraryEhsan Akhgari
2012-01-20Enable SDL to create a 2D or WebGL context depending on what the caller wantsEhsan Akhgari
2012-01-20Add glext.hEhsan Akhgari
2012-01-18add return value in munmapAlon Zakai
2012-01-18mman.h header fixAlon Zakai
2012-01-18Merge pull request #176 from jterrace/mmap_allocate_optsAlon Zakai
mmap and allocate optimizations
2012-01-18Add output to mmap testJeff Terrace
2012-01-18Add small optimization for allocate when zeroing the arrayJeff Terrace
2012-01-18Optimized mmap implementation to use malloc and memset instead of allocate.Jeff Terrace
2012-01-18Add a test for mmap using MAP_ANONJeff Terrace
2012-01-16make root writable by default, removing the need to add root.write = trueAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ↵Alon Zakai
need to set ignorePermissions to true before run() is called
2012-01-16refactor runtime init and exit codeAlon Zakai
2012-01-16improve side effect detection in js optimizerAlon Zakai
2012-01-15run multiple js optimizer passes in batchesAlon Zakai
2012-01-15enable RELOOP in tests that disabled it because it was previously too slowAlon Zakai
2012-01-15tweak order of operations in vacuumAlon Zakai
2012-01-15optimize hoistMultiples to not need multiple passesAlon Zakai
2012-01-15js optimizer refactoringAlon Zakai
2012-01-15add js benchmark utilityAlon Zakai
2012-01-14refactor hoistMultiples shell for clarityAlon Zakai
2012-01-14vaccum per function in js optimizerAlon Zakai
2012-01-14optimize js optimizer traversal of generated codeAlon Zakai
2012-01-14optimize hoistMultiples with a switchAlon Zakai
2012-01-14optimize hoistMultiples by removing jsonCompare'sAlon Zakai
2012-01-14remove some unneeded processing in relooperAlon Zakai
2012-01-14optimizer relooper by finding allInLabels only in changed labels in each ↵Alon Zakai
iteration
2012-01-14simplify relooper code following optimizationsAlon Zakai
2012-01-14optimize relooper by calculating only allInLabels and inferring allOutLabels ↵Alon Zakai
from that
2012-01-14remove unneeded slice() in relooperAlon Zakai
2012-01-14optimize relooper by not sorting and comparing stringifications; we can ↵Alon Zakai
compare just sizes of allInLabels etc.
2012-01-13workaround for sm bug 716255Alon Zakai
2012-01-13Merge pull request #172 from jterrace/flt_roundsAlon Zakai
Update float.h to define FLT_ROUNDS
2012-01-13Update float.h to define FLT_ROUNDSJeff Terrace
2012-01-13fix SDL audio generationAlon Zakai
2012-01-13add some dirent.h stuffAlon Zakai
2012-01-12emcc option to compress js whitespaceAlon Zakai
2012-01-12Merge pull request #170 from FishingCactus/class_exceptionAlon Zakai
Catching specific exception type now works
2012-01-12networking header additionsAlon Zakai
2012-01-12some inet.h additionsAlon Zakai