summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-22Change the signature of sincos to match the GNU libc oneEhsan Akhgari
2012-01-22Implement the SDL timer APIsEhsan Akhgari
2012-01-22Remove the remaining uses of IHEAPEhsan Akhgari
2012-01-22Implement sincosEhsan Akhgari
2012-01-22Use Array_copy instead of IHEAP.sliceEhsan Akhgari
2012-01-22Fix a typoEhsan Akhgari
2012-01-22Don't use IHEAP in glCompileShaderEhsan Akhgari
2012-01-22Make the uniform APIs use the hashtableEhsan Akhgari
2012-01-22Implement glBindAttribLocationEhsan Akhgari
2012-01-22Add GL APIs for program creationEhsan Akhgari
2012-01-22Make it possible to compile shadersEhsan Akhgari
2012-01-22Add support for non-null terminated strings to Pointer_stringifyEhsan Akhgari
2012-01-22Add a hashtable APIEhsan Akhgari
2012-01-22Remove the function which will is auto-generatedEhsan Akhgari
2012-01-22Implement glDrawArraysEhsan Akhgari
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