aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-27Set proper value type for @llvm.usedngld
2013-11-26Merge pull request #1864 from ngld/llvm-usedAlon Zakai
2013-11-26getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis...Heidi Pan
2013-11-26Implemented #1573. All functions marked as "used" will be automatically added...ngld
2013-11-26Add new GL emulation related #define GL_FFP_ONLY which is used to signal that...Jukka Jylänki
2013-11-26Skip looping twice over textures in GL emulation renderer prepare() code. Cle...Jukka Jylänki
2013-11-26Name GL functions that show up as anonymous in the profile.Jukka Jylänki
2013-11-26Version immediate mode GL matrix stack data, so that the matrices don't need ...Jukka Jylänki
2013-11-26Fix GL logging message when GL_UNSAFE_OPTS is disabled.Jukka Jylänki
2013-11-26Cache the currently active FFP emulation renderer object. If renderer-related...Jukka Jylänki
2013-11-26Optimize GL emulation performance by packing the GLTexEnv renderer key to a t...Jukka Jylänki
2013-11-26Simplify the key state used for identifying used vertex attribute set. The fu...Jukka Jylänki
2013-11-26Remove vertex attribute size and type information from being part of the FFP ...Jukka Jylänki
2013-11-26Added new configuration parameter support 'GL_MAX_TEXTURE_IMAGE_UNITS' to the...Jukka Jylänki
2013-11-26parse hex floats in vector literalsAlon Zakai
2013-11-26replace PROTOCOL_LIST and PROTOCOL_MAP with a Protocols object containing a l...Fraser Adams
2013-11-26in getprotoent return 0 rather than null if we reach eof in our protocol data...Fraser Adams
2013-11-26correct way of scrollinbg to bottomLu Wang
2013-11-26naive implement of SDL_LowerBlitLu Wang
2013-11-25fix typo in onContextCreationErrorAlon Zakai
2013-11-24support for ignoring nacl intrinsicsAlon Zakai
2013-11-24add getprotobyname and associated functions from netdb.h. Add test_getprotoby...Fraser Adams
2013-11-22listen to webglcontextcreationerror for information; fixes #1846Alon Zakai
2013-11-22simplify relooper default indentAlon Zakai
2013-11-22fix pthread_setspecific on values of nullAlon Zakai
2013-11-21Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into inco...Alon Zakai
2013-11-21Add missing semicolons in preamble.jsDaniel Baulig
2013-11-21use normal std::string in native relooper buildsAlon Zakai
2013-11-21add some support for le32=2 mode, where varargs is just 4-byte alignedAlon Zakai
2013-11-20memory initializer in fastcompAlon Zakai
2013-11-20hack up support for 'glue' phase in js compiler, to just generate glue for ba...Alon Zakai
2013-11-20fix stack traces from js compilerAlon Zakai
2013-11-19[SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE.John Vilk
2013-11-19disable compiler fallback attempts to load relooper and struct info from loca...Alon Zakai
2013-11-18better fix for closure issue in asm2f.test_exceptions; clear out the spidermo...Alon Zakai
2013-11-18fix a bug in the accept call in library.js whereby if accept was called with ...Fraser Adams
2013-11-17try 'webgl' as well for webgl context creation; fixes #1813Alon Zakai
2013-11-17fix some leaked globals; fixes #1823Alon Zakai
2013-11-17EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM...Alon Zakai
2013-11-16asm warningAlon Zakai
2013-11-16Merge pull request #1818 from DopefishJustin/masterAlon Zakai
2013-11-16fix clock_getres for higher-resolution timing we now support; improves #1795Alon Zakai
2013-11-16Don't throw an exception on SDL_ThreadID()DopefishJustin
2013-11-15precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7Alon Zakai
2013-11-15ignore llvm ir fast-math notation; fixes #1762Alon Zakai
2013-11-15Merge pull request #1806 from juj/sdl_audio_queueingjuj
2013-11-16Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow...Jukka Jylänki
2013-11-15Never throw uncaught exceptions out from compiler.js, but just report the exc...Jukka Jylänki
2013-11-15do not kill asm library functions with DEAD_FUNCTIONS, as they perform fundam...Alon Zakai
2013-11-15option to hoist dead ends into loopsAlon Zakai