aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-14set alpha to false in WebGL rendering - it represents the screen, so no alpha...Alon Zakai
2013-02-14fix and test glIsProgramAlon Zakai
2013-02-14fix gl flush assertionAlon Zakai
2013-02-13prepare jpeg as well as jpgAlon Zakai
2013-02-10force inputs to inttoptr to be i32 if they are i64; fixes #827Alon Zakai
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-08do not disable corrections/roundings/overflows in -O3Alon Zakai
2013-02-07Module.* options to disable image and audio autodecodingAlon Zakai
2013-02-07commented out explicit_zext in benchmarksAlon Zakai
2013-02-06Merge pull request #834 from caiiiycuk/test_memmoveAlon 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-06use Math.imul in benchmarksAlon Zakai
2013-02-06fix gluPerspective and add testAlon Zakai
2013-02-06test for issue #838Alon 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 field...Alon Zakai
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-06Test for memmoveAleksander Guryanov
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 #821 from caiiiycuk/recv_testAlon Zakai
2013-02-04Merge pull request #832 from waywardmonkeys/typo-fixesAlon Zakai
2013-02-04remove test_pgoAlon Zakai
2013-02-04GLES 1.1 headersAlon Zakai
2013-02-04EXPLICIT_ZEXT optionAlon Zakai
2013-02-04revert 73313a7ef6ab384a3130e50f4904b8ae232cf4a5 - stop labeling ifs in reloop...Alon Zakai
2013-02-04emit simple multiply in asm if the values are small enough to avoid double ro...Alon Zakai
2013-02-04optimize num >> num in js optimizer, necessary for asm now that we do not do ...Alon Zakai
2013-02-04Fix typos.Bruce Mitchener
2013-02-03Merge pull request #830 from waywardmonkeys/dlfcn-include-guardsAlon Zakai
2013-02-04gc.h: Missing include guards.Bruce Mitchener
2013-02-03Merge pull request #825 from juj/stdAlon Zakai