index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library_sdl.js
Age
Commit message (
Expand
)
Author
2014-02-13
Fix Mozilla Audio Data API usage after my previous commit that added the use ...
Jukka Jylänki
2014-02-11
initialize pixel buffer inside of makeSurface for SDL_SWSURFACE
Anthony Pesch
2014-02-12
Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in t...
Jukka Jylänki
2014-02-11
Merge branch 'incoming' of github.com:mgerhardy/emscripten into incoming
Alon Zakai
2014-02-11
refactor mouse wheel handling code to be shared across SDL, glfw, glut
Alon Zakai
2014-02-09
move emscripten_GetProcAddress to a C library, so that it is less hackish and...
1.10.3
Alon Zakai
2014-02-06
Always preventDefault() on keydown if keypress is not needed.
Boris Gjenero
2014-02-04
Improve Web Audio buffering.
Boris Gjenero
2014-02-04
lazily initialize SDL surface buffer
Anthony Pesch
2014-01-22
fix some sdl typos that error on safe heap in asm mode, and add test coverage...
Alon Zakai
2014-01-17
add missing ;s
Alon Zakai
2014-01-03
optimize main loop in SDL_UnlockSurface to avoid a branch
Alon Zakai
2014-01-03
[SDL] Actually fix SDL_UnlockSurface in IE10/IE11.
John Vilk
2014-01-03
[SDL] Fixing SDL_UnlockSurface in IE10/IE11.
John Vilk
2013-12-27
Fix missing SDL_LockSurface reference
Richard Quirk
2013-12-14
simplifies with alias
Lu Wang
2013-12-03
[SDL Audio] Refactoring Mix_LoadWAV_RW to use new FS API.
John Vilk
2013-11-26
naive implement of SDL_LowerBlit
Lu Wang
2013-11-19
[SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE.
John Vilk
2013-11-16
Don't throw an exception on SDL_ThreadID()
DopefishJustin
2013-11-15
Merge pull request #1806 from juj/sdl_audio_queueing
juj
2013-11-16
Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow...
Jukka Jylänki
2013-11-10
Support SDL audio sample size of 512 samples. Make the SDL audio buffer queue...
Jukka Jylänki
2013-11-10
[SDL] Joystick API implementation using HTML5 Gamepad API
John Vilk
2013-11-06
Merge pull request #1748 from caiiiycuk/fix_sdl_colors
Alon Zakai
2013-11-04
Give names to most manually assigned functions in the .js files, in form "var...
Jukka Jylänki
2013-10-30
add some more sdl scancodes
Alon Zakai
2013-10-31
Fix handling of backspace SDL scancode.
Bruce Mitchener
2013-10-30
Fix SDL_SetColors && SDL_envets
Aleksander Guryanov
2013-10-24
map depth and stencil buffers activation from SDL to WebGL
Antoine Lambert
2013-10-23
Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th...
Jukka Jylänki
2013-10-16
Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming
Alon Zakai
2013-10-14
Minor fixes and improvements
Remi Papillie
2013-10-14
Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming
Alon Zakai
2013-10-13
Implemented MSAA for SDL.
Remi Papillie
2013-10-13
Implemented SDL_GL_SetAttribute and SDL_GL_GetAttribute.
Remi Papillie
2013-10-03
Make SDL_rotozoomSurface rotate into the correct direction
Felix H. Dahlke
2013-10-01
fix C_STRUCT usage in sdl
Alon Zakai
2013-09-30
Merge branch 'incoming' of github.com:ngld/emscripten into incoming
1.6.4
Alon Zakai
2013-09-25
Replace references to QUANTUM_SIZE with C_STRUCTS equivalents.
ngld
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 ev...
Jukka Jylänki
2013-09-24
Document Mozilla Audio Data API is used as a workaround.
Jukka Jylänki
2013-09-24
Adjust SDL Web Audio API backend to make it work on Firefox nightly. Note tha...
Jukka Jylänki
2013-09-24
Explicitly disconnect generated audio buffers with Web Audio API to guarantee...
Jukka Jylänki
2013-09-24
Fix audio callback overflow problems by avoiding using Browser.safeSetTimeout...
Jukka Jylänki
2013-09-24
Improve the Web Audio callback buffer scheduling logic to stay ahead of buffe...
Jukka Jylänki
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
[next]