aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2013-12-03Fixed glSampleCoverage signature (vi to vii)onnoj
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
2013-11-28Merge branch 'glGet-cleanup' into incomingAlon Zakai
2013-11-28cleanup and consolidate glGetAlon Zakai
2013-11-28Document GL_FFP_ONLY setting in src/settings.js.Jukka Jylänki
2013-11-28check error in mkdtemp()Lu Wang
2013-11-28mkdtempLu Wang
2013-11-27add dso_handle to library, for fastcompAlon Zakai
2013-11-27Merge pull request #1863 from juj/gl_emulation_opts_rebasedAlon Zakai
2013-11-27GL_IMPLEMENTATION_COLOR_READ_TYPE and GL_IMPLEMENTATION_COLOR_READ_FORMATAlon Zakai
2013-11-27Cast GL emulation matrix version numbers back to integers after increment. Co...Jukka Jylänki
2013-11-26tiny code cleanupAlon Zakai
2013-11-26Merge pull request #1865 from ngld/llvm-usedAlon Zakai
2013-11-27Set proper value type for @llvm.usedngld
2013-11-26Merge pull request #1864 from ngld/llvm-usedAlon Zakai
2013-11-26getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis...Heidi Pan
2013-11-26Implemented #1573. All functions marked as "used" will be automatically added...ngld
2013-11-26Add new GL emulation related #define GL_FFP_ONLY which is used to signal that...Jukka Jylänki
2013-11-26Skip looping twice over textures in GL emulation renderer prepare() code. Cle...Jukka Jylänki
2013-11-26Name GL functions that show up as anonymous in the profile.Jukka Jylänki
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-26correct way of scrollinbg to bottomLu Wang
2013-11-26naive implement of SDL_LowerBlitLu Wang
2013-11-25fix typo in onContextCreationErrorAlon Zakai
2013-11-24support for ignoring nacl intrinsicsAlon Zakai
2013-11-22listen to webglcontextcreationerror for information; fixes #1846Alon Zakai
2013-11-22simplify relooper default indentAlon Zakai
2013-11-22fix pthread_setspecific on values of nullAlon Zakai