Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-25 | Merge pull request #1665 from juj/validate_gl_spec_64 | Alon Zakai | |
Validate gl spec 64 | |||
2013-09-25 | Merge pull request #1653 from juj/fix_ar_handling | Alon Zakai | |
Fix ar handling | |||
2013-09-25 | Also validate size and stride parameters in calls to glVertexAttribPointer. | Jukka Jylänki | |
2013-09-25 | Add debug check under GL_ASSERTIONS that the alignment restrictions for ↵ | Jukka Jylänki | |
vertex attribute stride and offset presented in WebGL section 6.4 are satisfied in user code. See http://www.khronos.org/registry/webgl/specs/latest/1.0/#6.4 . | |||
2013-09-25 | Do not get confused by Apple GCC dylib special '-compatibility_version' and ↵ | Jukka Jylänki | |
'-current_version' directives when scanning for input files. Fixes test_the_bullet on OSX after the previous commit. | |||
2013-09-24 | Merge pull request #1642 from waywardmonkeys/newlocale-freelocale | Alon Zakai | |
newlocale and freelocale | |||
2013-09-24 | Merge pull request #1641 from waywardmonkeys/fix-negative-zero-bug | Alon Zakai | |
Fix negative zero bug | |||
2013-09-25 | Add test case for zero multiplication. | Bruce Mitchener | |
2013-09-25 | Don't rewrite multiplication by 0 as 0. | Bruce Mitchener | |
This isn't safe when floats are involved as -1 * 0 is -0, not 0. | |||
2013-09-25 | Simple implementation of newlocale / freelocale. | Bruce Mitchener | |
This removes a couple of errors from libcxx test suites. | |||
2013-09-24 | Merge pull request #1629 from ngld/fix-ccallFunc-utf8 | Alon Zakai | |
Fix ccallFunc to properly support UTF-8 strings | |||
2013-09-24 | sdl alpha test | Alon Zakai | |
2013-09-24 | Fix entire surface alpha blending with SDL_SetAlpha | Richard Quirk | |
2013-09-24 | Hide logging in Web Audio intended mostly for debugging. | Jukka Jylänki | |
2013-09-24 | Fix bug where resuming SDL audio multiple times could cause multiple audio ↵ | Jukka Jylänki | |
event loops to be accumulated. Add a mechanism for avoiding buffer starving a bit better with Web Audio. | |||
2013-09-24 | Make the tones shorter in duration to have the test harness not timeout (60 ↵ | Jukka Jylänki | |
seconds timeout duration) before all the beeps are finished. | |||
2013-09-24 | Update the sdl audio beep test to new test_browser.py suite after rebase. | Jukka Jylänki | |
2013-09-24 | Document Mozilla Audio Data API is used as a workaround. | Jukka Jylänki | |
2013-09-24 | Allow compiling the sdl_audio_beep.cpp sample outside the browser test harness. | Jukka Jylänki | |
2013-09-24 | Adjust SDL Web Audio API backend to make it work on Firefox nightly. Note ↵ | Jukka Jylänki | |
that this path is still disabled for Firefox, since Mozilla Audio Data API gives better sound quality. | |||
2013-09-24 | Fix AUTHORS to have UTF-8 encoding. | Jukka Jylänki | |
2013-09-24 | Make the time periods between beeps longer to be able to distinguish audio ↵ | Jukka Jylänki | |
quality better. | |||
2013-09-24 | Explicitly disconnect generated audio buffers with Web Audio API to ↵ | Jukka Jylänki | |
guarantee no resources will be leaked. (not sure if this is necessary, but it uncovered a timing bug, and doesn't hurt to be safe) | |||
2013-09-24 | Fix audio callback overflow problems by avoiding using ↵ | Jukka Jylänki | |
Browser.safeSetTimeout, and instead calling safeSetInterval to control the timing drift explicitly. | |||
2013-09-24 | Improve the Web Audio callback buffer scheduling logic to stay ahead of ↵ | Jukka Jylänki | |
buffer underflow by at least more than one sample block. | |||
2013-09-24 | Fix reporting of silence parameter in SDL audio api. | Jukka Jylänki | |
2013-09-24 | Fix closure issues with Web Audio support in SDL. | Jukka Jylänki | |
2013-09-24 | Improve SDL_OpenAudio support to work with the newest Web Audio API spec, ↵ | Jukka Jylänki | |
add better support for different SDL audio formats and sample rates. Add browser test for SDL audio beep sample. | |||
2013-09-24 | Switched to single quotes for consistency. | ILOVEPIE | |
Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> | |||
2013-09-24 | Fixed some stuff I forgot to change. | ILOVEPIE | |
Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> | |||
2013-09-24 | Rewritten with audioBuffers | ILOVEPIE | |
Added myself to AUTHORS Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> | |||
2013-09-24 | Made the WebAudioAPI support slightly more efficient by removing some ↵ | ILOVEPIE | |
unnecessary channels. Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> | |||
2013-09-24 | Added WebAudioAPI output to mixer code | ILOVEPIE | |
2013-09-24 | Merge pull request #1625 from ngld/dprintf | Alon Zakai | |
Implemented dprintf. (Fixes #1250) | |||
2013-09-24 | Merge pull request #1650 from rharkeadsk/dev/fix-printf-padding | Alon Zakai | |
Fix 3 issues with formatting (printf) | |||
2013-09-24 | improve check for Float64Array; fixes #1651 | Alon Zakai | |
2013-09-24 | do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661 | Alon Zakai | |
2013-09-24 | Merge pull request #1656 from juj/gl_id_validation | juj | |
Gl id validation | |||
2013-09-24 | Merge pull request #1643 from waywardmonkeys/fix-typo | Alon Zakai | |
Fix typo in URL in warning message | |||
2013-09-24 | Add more validation to the GL layer when GL_ASSERTIONS is enabled. This ↵ | Jukka Jylänki | |
catches and reports situations where user code passes nonexisting or deleted GL objects to texture/program/shader/framebuffer/renderbuffer functions, and yells out explicitly that the user code is not behaving properly. | |||
2013-09-24 | Merge pull request #1658 from juj/WEBGL_depth_texture | juj | |
Webgl depth texture | |||
2013-09-24 | Fix indentation in previous commit. | Jukka Jylänki | |
2013-09-24 | Merge pull request #1660 from waywardmonkeys/fix-performance-regression | Alon Zakai | |
Fix performance regression | |||
2013-09-24 | Mark __assert_fail as _Noreturn. | Bruce Mitchener | |
This eliminates a performance regression caused in the box2d benchmark by switching to the musl headers. Without this being _Noreturn, clang / llvm generates much worse code involving phis and extra loads. | |||
2013-09-24 | Enable WEBGL_depth_texture on GL context init. WEBGL_depth_texture is an ↵ | Jukka Jylänki | |
extension that adds support for 16-bit and 32-bit integer depth formats, as well as the packed d24s8 integer depth+stencil format. See http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/ | |||
2013-09-23 | do not leak emcc args changes in test_cases | Alon Zakai | |
2013-09-23 | forward noSafe in makeGet|SetValue | Alon Zakai | |
2013-09-23 | optimize end of intertyper | Alon Zakai | |
2013-09-23 | simplify chunk size determination in emscripten.py | Alon Zakai | |
2013-09-23 | handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrap | Alon Zakai | |