Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-13 | Fix glGetIntegerv(GL_SHADER_BINARY_FORMATS) to not write anything to the out ↵ | Jukka Jylänki | |
pointer, since the output array is empty. | |||
2013-12-13 | Generate 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-12 | move tests/hello_world.js to src, so tests/ folder is not needed for sanity ↵ | Alon Zakai | |
checks | |||
2013-12-11 | Merge pull request #1853 from fadams/add-getprotobyname | Alon Zakai | |
add getprotobyname and associated functions from netdb.h. Add test_getpr... | |||
2013-12-10 | do not skip vector types in function signatures | Alon Zakai | |
2013-12-10 | Merge pull request #1902 from wahbahdoo/incoming | Alon Zakai | |
Fix NaN Canoicalization Issue for SIMD Bitcasts | |||
2013-12-10 | quote keys in library objects when necessary; fixes #1908 | Alon Zakai | |
2013-12-07 | fix i64 reads in formatString for fastcomp | Alon Zakai | |
2013-12-07 | fastcomp imports fix | Alon Zakai | |
2013-12-07 | get glue phase to emit i64 stuff for fastcomp | Alon Zakai | |
2013-12-06 | fix accidental rewrite of original url source of simd.js | Heidi Pan | |
2013-12-06 | updated simd.js to fix nan canonicalization issue for bitcasts | Heidi Pan | |
2013-12-05 | handle return values for library calls using aliases with different return types | Alon Zakai | |
2013-12-04 | Merge pull request #1894 from jvilk/legacy_fs_remove | Alon Zakai | |
[SDL Audio] Refactoring Mix_LoadWAV_RW to use new FS API. | |||
2013-12-03 | fix memset return value in makeSetValues | Alon 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-03 | Fixed 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-02 | report better error in fread on bad stream | Alon Zakai | |
2013-12-02 | return 0 on fread on invalid stream | Alon Zakai | |
2013-12-02 | make posix_madvise standlone | Alon Zakai | |
2013-12-01 | fix emscripten_hide_mouse removal of old rule | Alon Zakai | |
2013-11-30 | send EXPORTED_FUNCTIONS to fastcomp glue | Alon Zakai | |
2013-11-29 | fix memmove return value | Alon Zakai | |
2013-11-29 | add missing mkport dependency | Alon Zakai | |
2013-11-29 | do not emit empty postsets from js compiler for fastcomp output | Alon Zakai | |
2013-11-28 | fix bitcast type when the input is an llvm function like getelementptr | Alon Zakai | |
2013-11-28 | fix memset return value | Alon Zakai | |
2013-11-28 | fix fastcomp vararg alignment, only 4-byte | Alon Zakai | |
2013-11-28 | Merge pull request #1872 from coolwanglu/mkdtemp | Alon Zakai | |
mkdtemp | |||
2013-11-28 | Merge branch 'glGet-cleanup' into incoming | Alon Zakai | |
2013-11-28 | cleanup and consolidate glGet | Alon Zakai | |
2013-11-28 | Document GL_FFP_ONLY setting in src/settings.js. | Jukka Jylänki | |
2013-11-28 | check error in mkdtemp() | Lu Wang | |
2013-11-28 | mkdtemp | Lu Wang | |
2013-11-27 | add dso_handle to library, for fastcomp | Alon Zakai | |
2013-11-27 | Merge pull request #1863 from juj/gl_emulation_opts_rebased | Alon Zakai | |
Optimize GL emulation layer. | |||
2013-11-27 | GL_IMPLEMENTATION_COLOR_READ_TYPE and GL_IMPLEMENTATION_COLOR_READ_FORMAT | Alon Zakai | |
2013-11-27 | Cast GL emulation matrix version numbers back to integers after increment. ↵ | Jukka Jylänki | |
Code cleanup and clarify comments. | |||
2013-11-26 | tiny code cleanup | Alon Zakai | |
2013-11-26 | Merge pull request #1865 from ngld/llvm-used | Alon Zakai | |
Fix @llvm.used | |||
2013-11-27 | Set proper value type for @llvm.used | ngld | |
2013-11-26 | Merge pull request #1864 from ngld/llvm-used | Alon Zakai | |
Implemented #1573. (@llvm.used) | |||
2013-11-26 | getting some initial set of x86 intrinsics mapped to JS SIMD ops; update ↵ | Heidi Pan | |
existing SIMD code to use updated JS SIMD API (SIMD.type.op instead of SIMD.op & SIMD.opu32; int32x4 instead of uint32x4); bug fix: right type of withX() for int32x4 initialization; bug fix: splat(0) instead of zero() for int32x4 initialization | |||
2013-11-26 | Implemented #1573. All functions marked as "used" will be automatically ↵ | ngld | |
added to EXPORTED_FUNCTIONS. | |||
2013-11-26 | Add new GL emulation related #define GL_FFP_ONLY which is used to signal ↵ | Jukka Jylänki | |
that the C/C++ client code will not use any GL shaders, allowing more efficient optimizations to be performed in the FFP GL emulation code knowing that it doesn't need to worry about shader programs from the user. | |||
2013-11-26 | Skip looping twice over textures in GL emulation renderer prepare() code. ↵ | Jukka Jylänki | |
Clean up unnecessary variable. | |||
2013-11-26 | Name GL functions that show up as anonymous in the profile. | Jukka Jylänki | |
2013-11-26 | Version immediate mode GL matrix stack data, so that the matrices don't need ↵ | Jukka Jylänki | |
to be reset on each program if they didn't change. | |||
2013-11-26 | Fix GL logging message when GL_UNSAFE_OPTS is disabled. | Jukka Jylänki | |
2013-11-26 | Cache the currently active FFP emulation renderer object. If ↵ | Jukka Jylänki | |
renderer-related GL state does not change, the renderer can then be looked up very quickly, instead of having to recompute the key every time. |