aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-08Merge branch 'master' of github.com:bobroberts177/emscripten into incomingAlon Zakai
2013-11-08Merge pull request #1761 from prenaux/developAlon Zakai
2013-11-08Merge pull request #1764 from juj/name_more_functionsAlon Zakai
2013-11-08no-op for __builtin_prefetch; fixes #1765Alon Zakai
2013-11-07Implement GLES2 glShaderBinary and glReleaseShaderCompiler functions as no-op...Jukka Jylänki
2013-11-07Add more names for functions that show up in Firefox profiler as anonymous.Jukka Jylänki
2013-11-06Merge pull request #1748 from caiiiycuk/fix_sdl_colorsAlon Zakai
2013-11-06Merge pull request #1743 from fadams/fix-nodejs-socket-clientAlon Zakai
2013-11-06[library_glut.js]: Handle DELETE & BACKSPACE correctly ;Pierre Renaux
2013-11-05use __proto__ when available for new streams, otherwise do a full copy; fixes...Alon Zakai
2013-11-05stub for pthread_rwlock_initAlon Zakai
2013-11-05handle errors in ioctlAlon Zakai
2013-11-05support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...Alon Zakai
2013-11-05Fix dependencies on DNSbobroberts177
2013-11-04fake dladdrAlon Zakai
2013-11-04pthread_mutexattr_setpshared stubAlon Zakai
2013-11-04add missing parens for select mathopAlon Zakai
2013-11-04Give names to most manually assigned functions in the .js files, in form "var...Jukka Jylänki
2013-11-01do not emit unnecessary coercions when calling a math builtin with a floatAlon Zakai
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-11-01Merge pull request #1752 from michaeljbishop/glgetintegerv-fixAlon Zakai
2013-11-01Merge pull request #1750 from juj/no_copy_vfs_to_heapjuj
2013-11-02Add command line parameter --no-heap-copy that optimizes for small memory foo...Jukka Jylänki
2013-11-01add vector support for and, or and xorAlon Zakai
2013-11-01Adds to a test case verifying glGetIntegerv returnsMichael J. Bishop
2013-10-31change getTexUnitType assertion to warnOnceAlon Zakai
2013-10-30handle vector zeroinitializersAlon Zakai
2013-10-30remove finalizeParam and properly use finalizeLLVMParameter everywhereAlon Zakai
2013-10-30use proper base type when finalizing vectorsAlon Zakai
2013-10-30add some more sdl scancodesAlon Zakai
2013-10-30Merge pull request #1751 from waywardmonkeys/sdl-scancode-fixAlon Zakai
2013-10-30fix negative zero handlingAlon Zakai
2013-10-30make sure the eval in emscripten_run_script_string emits a stringAlon Zakai
2013-10-30simplify parseParamTokens now that it uses parseLLVMSegmentAlon Zakai
2013-10-30make parseParamTokens use parseLLVMSegmentAlon Zakai
2013-10-30handle more return types in getReturnTypeAlon Zakai
2013-10-30optimize isIllegalTypeAlon Zakai
2013-10-30fix call legalization temp typesAlon Zakai
2013-10-31Fix handling of backspace SDL scancode.Bruce Mitchener
2013-10-30remove stale forwarding code in intertyperAlon Zakai
2013-10-30begin to add emscripten_float32x4_signmaskAlon Zakai
2013-10-30replace window.WebSocket with window['WebSocket'] to avoid closure compiler i...Fraser Adams
2013-10-30fix missing semicolons on simd load and storeAlon Zakai
2013-10-30Fix SDL_SetColors && SDL_envetsAleksander Guryanov
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 suppor...Alon Zakai
2013-10-29fix uitofp of i64 to float32Alon Zakai
2013-10-29ensure a dot in large float32 constantsAlon Zakai
2013-10-29clean up simd code, fix uint32x4 heap offsets, and add testingAlon Zakai
2013-10-29handle vector types in calcAllocatedSizeAlon Zakai