aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-02-08gles workaroundAlon Zakai
2013-02-08gl assertionAlon Zakai
2013-02-08arc4randomAlon Zakai
2013-02-08fix comparisonAlon Zakai
2013-02-08check for restriding exceeding the temp buffer sizeAlon Zakai
2013-02-08make gl temp buffer size adjustableAlon Zakai
2013-02-07Module.* options to disable image and audio autodecodingAlon Zakai
2013-02-06option to not capture keyboard in SDLAlon Zakai
2013-02-06do not throw on an incorrect glEnableClientState, just warnAlon Zakai
2013-02-06support packed attributes in gl emulation code, perform restriding manuallyAlon Zakai
2013-02-06better checks for stride in prepareClientAttributesAlon Zakai
2013-02-06fix gluPerspective and add testAlon Zakai
2013-02-06fix struct.rusageAlon Zakai
2013-02-06fix struct.rlimitAlon Zakai
2013-02-06fix struct.tmsAlon Zakai
2013-02-06fix struct.timespecAlon Zakai
2013-02-06fix struct.tmAlon Zakai
2013-02-06fix struct.utsname and allow simple bN syntax in struct definitions for ↵Alon Zakai
fields of N bytes Conflicts: src/library.js
2013-02-06fix struct.pollfdAlon Zakai
2013-02-06fix struct.statvfsAlon Zakai
2013-02-06fix struct.utimbufAlon Zakai
2013-02-06fix struct.direntAlon Zakai
2013-02-06fix struct.statAlon Zakai
2013-02-06fix struct flockAlon Zakai
2013-02-05fix memmove bug and add testingAlon Zakai
2013-02-04fix test_websockets_partialAlon Zakai
2013-02-04refactor sockets codeAlon Zakai
2013-02-04Merge pull request #832 from waywardmonkeys/typo-fixesAlon Zakai
Fix typos.
2013-02-04EXPLICIT_ZEXT optionAlon Zakai
2013-02-04revert 73313a7ef6ab384a3130e50f4904b8ae232cf4a5 - stop labeling ifs in ↵Alon Zakai
relooper due to speed concerns
2013-02-04emit simple multiply in asm if the values are small enough to avoid double ↵Alon Zakai
rounding concerns
2013-02-04Fix typos.Bruce Mitchener
2013-02-02always use labels in multiple blocks; emit no more one-time loops but rather ↵1.2.4Alon Zakai
labeled ifs
2013-02-02update relooper testsAlon Zakai
2013-02-02fix memcpyAlon Zakai
2013-02-01Merge pull request #818 from waywardmonkeys/gc-improvementsAlon Zakai
Gc improvements
2013-02-01Add _realloc to EXPORTED_FUNCTIONS.Bruce Mitchener
2013-02-01Support GC_get_heap_size().Bruce Mitchener
2013-02-01Don't corrupt GC.totalAllocations.Bruce Mitchener
2013-02-01Add support for GC_REALLOC().Bruce Mitchener
2013-01-31fix glIsTexture from throwing a warning on null-ified textures, and add testingAlon Zakai
2013-01-31fix memcpy comparison order of operations bugsAlon Zakai
2013-01-31hand-optimize memcpy/asmAlon Zakai
2013-01-31fix bootstrap memset safe heap accessAlon Zakai
2013-01-31Implemented eglTerminate and eglDestroyContext.Jukka Jylänki
2013-02-01Add GC support for GC_MALLOC_UNCOLLECTABLE.Bruce Mitchener
2013-01-30Merge pull request #807 from caiiiycuk/websocket__1Alon Zakai
Fix '-1' problem in recv
2013-01-30properly do unneeded args removal from last commit so it doesn't break inliningAlon Zakai
2013-01-30convert memmove to asmAlon Zakai
2013-01-30optimize gl constant compile-time multiplicationsAlon Zakai