aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-10-15avoid creating interim strings in main tokenize loopAlon Zakai
2013-10-15fix parsing of globals starting with @"Alon Zakai
2013-10-15optimize parsing of X = YAlon Zakai
2013-10-15removed comment in src/shell.js and explicitly called run_js with ↵Fraser Adams
engine=NODE_JS as requested
2013-10-15Don't try to demangle call stack on browsers where the feature is not supported.Jukka Jylänki
2013-10-15Changed EGL_SAMPLES to 4 (2x2 MSAA)Remi Papillie
2013-10-14simplify tokenizing of {..}**..Alon Zakai
2013-10-14ensure ErrnoError exists during static initializationAlon Zakai
2013-10-14Minor fixes and improvementsRemi Papillie
2013-10-14properly parse ctors fully; fixes #1155Alon Zakai
2013-10-14use proper separator in va_argHandler; fixes #1705Alon Zakai
2013-10-14Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14do not show spurious warnings about missing library depsAlon Zakai
2013-10-14Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incomingAlon Zakai
2013-10-13warn on missing library deps, remove an obsolete VFS dep, and add a ↵Alon Zakai
necessary glOrtho dep; fixes #1708
2013-10-13opengl: implement glColor4ubvDaniel Aquino
2013-10-13demangle arraysAlon Zakai
2013-10-13add remaining basic demangle typesAlon Zakai
2013-10-13demangle referencesAlon Zakai
2013-10-13demangle all functions in stack traces, not just oneAlon Zakai
2013-10-13Switched on MSAA in EGL.Rémi Papillié
2013-10-13Implemented MSAA for SDL.Remi Papillie
2013-10-13Implemented SDL_GL_SetAttribute and SDL_GL_GetAttribute.Remi Papillie
2013-10-13Added multisampling support in GLUTRemi Papillie
2013-10-13Implemented antialiasing for GLFW contexts.Rémi Papillié
The WebGL context is created with antialiasing if GLFW_FSAA_SAMPLES is bigger than 1.
2013-10-13Switched off antialiasing by default for WebGL contexts.Rémi Papillié
Allowed customization of context attributes through Browser.createContext().
2013-10-12un-closurify ErrnoErrorAlon Zakai
2013-10-12use stackTrace in various placesAlon Zakai
2013-10-12demangle stacks in abort(), using new stackTrace utilityAlon Zakai
2013-10-12properly demangle cxxabi crazinessAlon Zakai
2013-10-12refactor out parsing of nested demangled runsAlon Zakai
2013-10-12parse anything after P, not just basic typesAlon Zakai
2013-10-12refactor demanglerAlon Zakai
2013-10-12support demangling constAlon Zakai
2013-10-12demangle basic templatesAlon Zakai
2013-10-12demangle some templatesAlon Zakai
2013-10-12work towards demangling of templatesAlon Zakai
2013-10-12demangle basic paramsAlon Zakai
2013-10-12avoid crash in demangler with special operatorsAlon Zakai
2013-10-12avoid creating unnecessary objects when calling tokenizeAlon Zakai
2013-10-12remove unnecessary %"" merge code in makeTokenAlon Zakai
2013-10-11use full params when legalizing phis, not just their idents; fixes #1702Alon Zakai
2013-10-11Fixes bug when renaming a directory into a subdirectory.Michael Bishop
2013-10-11C++ demangle helperAlon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory ↵Alon Zakai
initializer
2013-10-10do not assert on output of numeric 0 from a js handlerAlon Zakai
2013-10-10Fix whitespace in GL.populateUniformTable.Jukka Jylänki
2013-10-10Merge pull request #1700 from juj/gl_extension_desktop_parityjuj
Gl extension desktop parity
2013-10-10Advertise all GL extensions both with and without the "GL_" prefix that ↵Jukka Jylänki
desktop has, to match feature parity on existing codebases so that they don't have to manually work around the extension strings for both WebGL and GLES2.