aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-05-20Adding texEnv emulation to Immediate mode.Jeff Gilbert
2013-05-19export imul through closureAlon Zakai
2013-05-19trigger setjmp on negative valuesAnthony Pesch
2013-05-19export callMain through closureAlon Zakai
2013-05-19Issue #1172: fix for fscanfAnthony Thibault
2013-05-17Prevent leak detection from tripping on __setErrNoChad Austin
2013-05-17embind should predeclare Module in case it's included before a shell in the ↵Chad Austin
custom SCons change
2013-05-17Allow implicit conversion from booleans to ints/floats (for WebGL)Chad Austin
2013-05-17Make jslint happy.Jukka Jylanki
2013-05-17Optimize __emval_new and __emval_decref.Jukka Jylänki
2013-05-17Implement an autorelease pool in embind.Chad Austin
2013-05-17embind: Fix issues by js syntax check, and remember to pass all required ↵Jukka Jylanki
symbols to new Function.
2013-05-17Optimize the implementation of C++ -> JS invoker functions generated by ↵Jukka Jylänki
__emval_get_method_caller by dynamically crafting them.
2013-05-17For sanity, make sure all types test the existence of the destructor stack ↵Jukka Jylänki
before pushing to it. __emval_get_method_caller calls toWireType with a null destructors array.
2013-05-17We can get away with passing memory_view on the stack here...Chad Austin
2013-05-17Switch to heapu32 for some reason...Chad Austin
2013-05-17Add support for (fast?) memory_view objects. If C++ passes a memory_view to ↵Chad Austin
JS, it gets converted into a typed array object on the other side. Intended for WebGL.
2013-05-17Checkpoint work towards making vtable->JS calls faster.Chad Austin
2013-05-17make fullscreen handling closure friendlyAlon Zakai
2013-05-17use GL. instead of this. in generateTempBuffers in order to not confuse closureAlon Zakai
2013-05-16make some more asm things closure-friendlyAlon Zakai
2013-05-16Merge pull request #1167 from j4m3z0r/issue645Alon Zakai
Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH.
2013-05-16fix test_sdl_alloctextAlon Zakai
2013-05-16Merge pull request #1177 from j4m3z0r/sdl-fixesAlon Zakai
SDL Fixes
2013-05-16Merge pull request #1173 from manuels/incomingAlon Zakai
Fix bug in rename() that occures if new filename starts with the old filename
2013-05-16when not aliasing tables, keep them all at full size to avoid aliasing ↵Alon Zakai
through the &M mask in a small table
2013-05-15forward gl emulation sigsAlon Zakai
2013-05-15fix some gl sigsAlon Zakai
2013-05-15emit each function table of its own sizeAlon Zakai
2013-05-15refactor code to generate empty function tablesAlon Zakai
2013-05-15option to alias function pointer indexes across typesAlon Zakai
2013-05-15do not index functions in postAlon Zakai
2013-05-15Fix bug in rename() that occures if new filename starts with the old filenamemanuels
2013-05-14* Switch to using offscren canvas for TTF size estimation in SDLJames Gregory
* use the actual font the user asked for.
2013-05-13Remove toString in eglQuerySurface implementation for EGL_WIDTH and ↵James Gregory
EGL_HEIGHT, per kripben's suggestion.
2013-05-13use Browser mouse calculations in glfwAlon Zakai
2013-05-13use Browser mouse calculations in glutAlon Zakai
2013-05-13refactor mouse movement handling from SDL into BrowserAlon Zakai
2013-05-13don't break on trying to eval FUNCTION_TABLE_OFFSET in multi-level alias ↵Alon Zakai
resolving
2013-05-10Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH.James Gregory
2013-05-10Merge pull request #1165 from inolen/library_gl_patchesAlon Zakai
library_gl misc fixes
2013-05-10Added OES_element_index_uint and OES_standard_derivatives detection, ↵Anthony Pesch
glDetachShader support and misc. function signature fixes
2013-05-10make sure removeAndAdd works properlyAlon Zakai
2013-05-10make sure interpLines works properlyAlon Zakai
2013-05-10shadow away i64<-->double casts in more casesAlon Zakai
2013-05-10show all dangerous pointer casts only in VERBOSE=1Alon Zakai
2013-05-09do not attempt aligned reads/writes on illegal valuesAlon Zakai
2013-05-09fix 0x0 in formatString; fixes #1164Alon Zakai
2013-05-09FORCE_ALIGNED_MEMORY optionAlon Zakai
2013-05-09better error on shared libs being deprecatedAlon Zakai