aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26Prevent Cache.ensure from throwing an error, while the directory already exists.Andreas Bergmeier
2013-11-27fix rand_r; add rand_r in test_randLu Wang
2013-11-27Revert "use js variable for rand_seed"Lu Wang
2013-11-27use js variable for rand_seedLu Wang
2013-11-25don't bootstrap relooper to js if we are using fastcompAlon Zakai
2013-11-25Merge pull request #1856 from coolwanglu/sdlAlon Zakai
2013-11-26correct way of scrollinbg to bottomLu Wang
2013-11-26add myselfLu Wang
2013-11-26naive implement of SDL_LowerBlitLu Wang
2013-11-25fix typo in onContextCreationErrorAlon Zakai
2013-11-25support C/C++ suffixes in capital formAlon Zakai
2013-11-25srand() & simple rand() supporing seedLu Wang
2013-11-24don't import implemented functions from libraryAlon Zakai
2013-11-24make fastcomp imports uniqueAlon 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-22Merge pull request #1850 from juj/fix_test_dependency_file_windowsAlon Zakai
2013-11-22Fix other.test_dependency_file on Windows.Jukka Jylänki
2013-11-22require asm.js in fastcompAlon Zakai
2013-11-22fix pthread_setspecific on values of nullAlon Zakai
2013-11-21use only LLVM_ROOT in fastcomp invocationsAlon Zakai
2013-11-21stop using separate js backendAlon Zakai
2013-11-21assume for now that js optimizer runs after fastcompAlon 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-21do not -O2 between abi simplificationAlon Zakai
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-21handle nan and inf in fastcompAlon Zakai
2013-11-21fix pnacl tool names to pnacl masterAlon Zakai
2013-11-21debug commentAlon Zakai
2013-11-21fastcomp debug stuffAlon Zakai
2013-11-21move some output behind DEBUGAlon Zakai
2013-11-20use implementedFunctions from js libraries as well; hello world passes using ...Alon Zakai
2013-11-20receive implementedFunctions from fastcompAlon 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