Граф коммитов

12182 Коммитов

Автор SHA1 Сообщение Дата
William Furr 9a29be5bd7 Embind: Add string argument to allow_subclass docs 2014-10-30 15:34:23 -07:00
Alon Zakai 8a87789a34 Merge pull request #2948 from juj/Pointer_stringify(0)
Pointer_stringify(0)
2014-10-30 15:19:59 -07:00
Alon Zakai 924f0d3c7a Merge pull request #2945 from aidanhs/aphs-ungetc-nodefs-fixes
Fix ungetc on nodefs
2014-10-30 15:06:51 -07:00
Jukka Jylänki 265e6462d1 Fix the possibility of a failing glGetTransformFeedbackVarying() from throwing a JS exception to caller. 2014-10-30 17:47:47 -04:00
Jukka Jylänki c4f2aa81e2 Define Pointer_stringify(x) with (x equal to 0, null or undefined) to return an empty string without performing a memory load from address 0. 2014-10-30 17:36:14 -04:00
Jukka Jylänki 6740358043 Issue a GL error if WebGL2 glBindTransformFeedback() is called with a nonexisting or an already deleted GL object. Don't write out any bytes in glGetTransformFeedbackVarying() if bufSize == 0 or if the name ptr is null. 2014-10-30 16:59:16 -04:00
juj d721fb67b1 Merge pull request #2942 from djg/webgl2-transformfeedbacks
Implement GLES3 Transform Feedbacks
2014-10-30 16:44:34 -04:00
Alon Zakai 6a0b4fa30d Merge pull request #2939 from aidanhs/aphs-test-only-one-fs
Make tests of different filesystems actually test the different filesystems
2014-10-30 13:41:17 -07:00
Alon Zakai 0221c5a556 sdl_image version 3 2014-10-30 13:16:15 -07:00
Alon Zakai 6a6e2b15e7 fix other.test_require 2014-10-30 10:32:43 -07:00
Aidan Hobson Sayers 7710a3369b Perform fgetc/ungetc test on both MEMFS and NODEFS 2014-10-30 16:43:59 +00:00
Aidan Hobson Sayers 8009ddf7d3 Empty ungotten chars for all filesystems when llseeking 2014-10-30 16:43:59 +00:00
Aidan Hobson Sayers 72649d5aa8 Make sure zero length reads work in NODEFS
Fixes #2266
2014-10-30 16:43:58 +00:00
Dan Glastonbury a25bee2ad8 Implement GLES3 Transform Feedbacks. 2014-10-30 17:23:55 +10:00
Aidan Hobson Sayers d594131223 FS tests should not accumulate FS defines 2014-10-30 01:46:03 +00:00
Alon Zakai 0931ac4f48 Merge pull request #2923 from ericrannaud/incoming
Test for va_arg support on struct types (disabled on nested struct)
2014-10-29 17:30:55 -07:00
Alon Zakai d594ae6894 experimental option to emit JSON in EMCC_DEBUG=2 interim phases 2014-10-29 13:53:30 -07:00
Alon Zakai f612725265 fix up test_require 2014-10-29 12:52:31 -07:00
Alon Zakai b300e569d7 Merge pull request #2936 from aidanhs/aphs-fix-nodejs-no-args
Fix 'require' for emscripten modules in nodejs
2014-10-29 12:04:17 -07:00
Aidan Hobson Sayers 5318e4c047 Only replace slashes if the argument is defined
Fixes #2920
2014-10-29 19:00:35 +00:00
Alon Zakai 16f7a73067 Merge pull request #2935 from waywardmonkeys/trace-fix
[trace] Fix copy/paste error.
2014-10-29 11:35:37 -07:00
Alon Zakai e24f6abcaf Merge pull request #2931 from caiiiycuk/sdl_setcliprect
Implement SDL_SetClipRect/SDL_GetClipRect
2014-10-29 10:55:14 -07:00
Aleksander Guryanov 2c5570f951 Implement SDL_SetClipRect/SDL_GetClipRect 2014-10-29 23:41:12 +07:00
Bruce Mitchener 482d03b59f [trace] Fix copy/paste error. 2014-10-29 21:55:31 +07:00
Alon Zakai 0681d35510 option to use zlib from ports 2014-10-28 17:30:56 -07:00
Alon Zakai 0be6440dec use system libs args processing in precompiled headers 2014-10-28 17:28:44 -07:00
Alon Zakai 89ac5f7c32 Merge pull request #2928 from waywardmonkeys/trace-extensions
Trace extensions
2014-10-28 16:28:52 -07:00
Alon Zakai 7e1a74f6b2 Merge pull request #2929 from waywardmonkeys/embind-docs
[embind docs] Reformat and cleanup whitespace.
2014-10-28 16:27:33 -07:00
Dan Gohman c4f09343f6 Implement _mm_loadu_ps and _mm_storeu_ps 2014-10-28 15:44:57 -07:00
Alon Zakai 57a0fc0816 1.26.0 2014-10-28 15:42:30 -07:00
Dan Gohman 9eb764b90a Rename simd.jd to ecmascript_simd.js
Since that's what the upstream name of this file is. Note that we are
still using a branch of upstream rather than plain upstream.
2014-10-28 10:31:26 -07:00
Bruce Mitchener 9b1a5910c4 [embind docs] Reformat and cleanup whitespace. 2014-10-28 21:32:14 +07:00
Bruce Mitchener 572b59f7f3 [tracing] Add a way to track "associated storage size".
The docs cover this in more detail.
2014-10-28 21:04:14 +07:00
Bruce Mitchener 11f9701ad7 [tracing] Context data is used on the server side now. 2014-10-28 21:04:14 +07:00
Bruce Mitchener 2fa028d4fb [tracing] Add task tracing. 2014-10-28 21:04:14 +07:00
Dan Gohman 33cbc706ee Update simd.js for upstream changes.
The main change relevant to Emscripten here is that this includes the
fix for unaligned loads and stores.
2014-10-27 18:12:59 -07:00
Alon Zakai ce63295951 Merge pull request #2924 from fhd/incoming
Implement TTF_FontLineSkip
2014-10-27 15:50:35 -07:00
Alon Zakai 81d1b20ce3 Merge pull request #2921 from caiiiycuk/incoming
SDL_CreateRGBSurfaceFrom for surfaces with depth 32
2014-10-27 15:50:27 -07:00
Alon Zakai 7394300a1e fake cfgetospeed; #2926 2014-10-27 15:50:08 -07:00
Alon Zakai 1a5934a08d disable most websockify-using parts of sockets tests; #2700 2014-10-27 15:23:11 -07:00
Alon Zakai cc936c118d add some slack to browser.test_sdl2_mouse 2014-10-27 14:30:18 -07:00
Aleksander Guryanov 88fa0d26a7 SDL_CreateRGBSurfaceFrom for surfaces with depth 32 2014-10-27 23:32:20 +07:00
Felix H. Dahlke 28b4a3f7a3 Implement TTF_FontLineSkip 2014-10-26 03:09:00 +01:00
Eric Rannaud f9defb7a3a Test for va_arg support on struct types (disabled on nested struct)
va_arg is not yet supported on nested struct types (see
https://code.google.com/p/nativeclient/issues/detail?id=3815)
2014-10-25 08:05:04 -07:00
juj 1cb77b0617 Merge pull request #2922 from waywardmonkeys/fix-typo
Fix typo.
2014-10-24 19:17:32 +03:00
Bruce Mitchener c002999674 Fix typo. 2014-10-24 14:21:40 +07:00
Alon Zakai 24db560f9d website analytics 2014-10-23 17:28:18 -07:00
Alon Zakai 1bc77f0fbf handle some corner cases in EMULATE_FUNCTION_POINTER_CASTS, and add testing 2014-10-23 13:47:52 -07:00
Alon Zakai 4a045e5c8a fix nm scanning; notice only U, C, T 2014-10-23 13:12:10 -07:00
Alon Zakai 991be0ed88 Merge pull request #2919 from waywardmonkeys/fix-random-libc-locking
Fix missing __lock / __unlock.
2014-10-23 12:59:30 -07:00