aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-12-20Merge pull request #1934 from juj/eglCreateContextjuj
eglCreateContext.
2013-12-20Make EGL function eglCreateContext spec-conformant and actually read the ↵Jukka Jylänki
EGL_CONTEXT_CLIENT_VERSION field when creating a context. Require the version number 2, since WebGL1 maps to GLES2.
2013-12-19Implement command line passing to work to emrun when --emrun is passed.Jukka Jylänki
2013-12-18Add support for launching Android browsers via emrun. Fix log message print ↵Jukka Jylänki
ordering with explicit synchronization.
2013-12-17add OpenGL Desktop/ES 2.0 hardware instancing extensions compatibility functionsAntoine Lambert
2013-12-17use GL_ASSERTIONS instead of ASSERTIONSAntoine Lambert
2013-12-17add support for WebGL hardware instancing through extension ↵Antoine Lambert
ANGLE_instanced_arrays
2013-12-16fix varargs signature generation, '...' is optional and both cases must be ↵Alon Zakai
handled; fixes #1918
2013-12-16handle a single empty alloca; fixes #1919Alon Zakai
2013-12-16Merge pull request #1896 from juj/emrunAlon Zakai
Emrun
2013-12-16Merge pull request #1926 from coolwanglu/typo_fixAlon Zakai
fix typo
2013-12-16Merge pull request #1920 from coolwanglu/alias_fixAlon Zakai
simplifies with alias
2013-12-17Fix for glfwSetCharCallback not being fired if glfwSetKeyCallback was also ↵CliffyA
registered
2013-12-16fix typoLu Wang
2013-12-14do not add i64 support funcs more than onceAlon Zakai
2013-12-14export code for CallHandlers.hAlon Zakai
2013-12-14simplifies with aliasLu Wang
2013-12-14Add machinery that detects whether a html page was built with --emrun ↵Jukka Jylänki
command line flag, and print a warning if not done so.
2013-12-14Added test to check that emrun stdout, stderr and process exit code capture ↵Jukka Jylänki
work.
2013-12-13Fix glGetIntegerv(GL_SHADER_BINARY_FORMATS) to not write anything to the out ↵Jukka Jylänki
pointer, since the output array is empty.
2013-12-13Generate an GL_INVALID_VALUE error when user calls glGetXXX() with a null ↵Jukka Jylänki
out pointer instead of crashing. Fix glGetIntegerv of GL_SHADER_BINARY_FORMATS to not write anything out to the provided buffer.
2013-12-12move tests/hello_world.js to src, so tests/ folder is not needed for sanity ↵Alon Zakai
checks
2013-12-11Merge pull request #1853 from fadams/add-getprotobynameAlon Zakai
add getprotobyname and associated functions from netdb.h. Add test_getpr...
2013-12-10do not skip vector types in function signaturesAlon Zakai
2013-12-10Merge pull request #1902 from wahbahdoo/incomingAlon Zakai
Fix NaN Canoicalization Issue for SIMD Bitcasts
2013-12-10quote keys in library objects when necessary; fixes #1908Alon Zakai
2013-12-07fix i64 reads in formatString for fastcompAlon Zakai
2013-12-07fastcomp imports fixAlon Zakai
2013-12-07get glue phase to emit i64 stuff for fastcompAlon Zakai
2013-12-06fix accidental rewrite of original url source of simd.jsHeidi Pan
2013-12-06updated simd.js to fix nan canonicalization issue for bitcastsHeidi Pan
2013-12-05handle return values for library calls using aliases with different return typesAlon Zakai
2013-12-04Merge pull request #1894 from jvilk/legacy_fs_removeAlon Zakai
[SDL Audio] Refactoring Mix_LoadWAV_RW to use new FS API.
2013-12-03fix memset return value in makeSetValuesAlon Zakai
2013-12-03[SDL Audio] Refactoring Mix_LoadWAV_RW to use new FS API.John Vilk
The old API was causing issues with certain file systems, as the `read` property required the execute bit AND the read bit to be set before it would return `true`. As a side benefit, the new code is simpler and cleaner.
2013-12-03Fixed glSampleCoverage signature (vi to vii)onnoj
The signature for glSampleCoverage was incorrect (vi); glSampleCoverage takes two arguments (vii). See: https://www.khronos.org/registry/webgl/specs/1.0.2/#5.14.3 and http://www.khronos.org/opengles/sdk/docs/man/xhtml/glSampleCoverage.xml
2013-12-02report better error in fread on bad streamAlon Zakai
2013-12-02return 0 on fread on invalid streamAlon Zakai
2013-12-02make posix_madvise standloneAlon Zakai
2013-12-01fix emscripten_hide_mouse removal of old ruleAlon Zakai
2013-11-30send EXPORTED_FUNCTIONS to fastcomp glueAlon Zakai
2013-11-29fix memmove return valueAlon Zakai
2013-11-29add missing mkport dependencyAlon Zakai
2013-11-29do not emit empty postsets from js compiler for fastcomp outputAlon Zakai
2013-11-28fix bitcast type when the input is an llvm function like getelementptrAlon Zakai
2013-11-28fix memset return valueAlon Zakai
2013-11-28fix fastcomp vararg alignment, only 4-byteAlon Zakai
2013-11-28Merge pull request #1872 from coolwanglu/mkdtempAlon Zakai
mkdtemp
2013-11-28Merge branch 'glGet-cleanup' into incomingAlon Zakai
2013-11-28cleanup and consolidate glGetAlon Zakai