SDL/src
Ryan C. Gordon db1dd7560e XAudio2: Use XAUDIO2_VOICE_NOSAMPLESPLAYED when possible.
For versions of XAudio2 with an IXAudio2SourceVoice::GetState() that offers a
flags parameter, we can use XAUDIO2_VOICE_NOSAMPLESPLAYED, since we don't
need this information in our current calls. According to MSDN, this makes the
the call about 3x faster.
2014-07-30 09:54:01 -04:00
..
atomic Fixed bug 2618 - incomplete pthread-based lock support should be removed 2014-07-07 21:27:42 -07:00
audio XAudio2: Use XAUDIO2_VOICE_NOSAMPLESPLAYED when possible. 2014-07-30 09:54:01 -04:00
core Dont redeclare DBusMessage* msg; 2014-07-18 14:10:45 -07:00
cpuinfo Fixed Visual Studio 2010 build 2014-07-11 22:15:34 -07:00
dynapi Added audio device buffer queueing API. 2014-07-22 21:41:49 -04:00
events Fixed compiler warnings on iOS 2014-07-07 11:00:25 -07:00
file Fixed bug 2631 - Mac: minor code cleanup 2014-07-07 12:48:25 -07:00
filesystem Ooops, code that resists erasure, I've seen that in a movie. 2014-06-20 11:01:05 -03:00
haptic Fixed bug 2631 - Mac: minor code cleanup 2014-07-07 12:48:25 -07:00
joystick Hopefully fixed Cygwin build 2014-07-07 13:21:54 -07:00
libm Fixed building on command line Mac OS X 2014-06-07 20:43:12 -07:00
loadso Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
main Remove dependency on C runtime from Windows SDLmain. 2014-07-27 19:52:52 -04:00
power Added annotations to help code analysis tools 2014-06-04 10:56:56 -07:00
render Fixed uninitialized variable in some cases 2014-07-27 17:43:36 -07:00
stdlib Fixed bug 2537 - _allmul in SDL_lib.c is not working properly 2014-07-27 17:44:10 -07:00
test Fix option for forced run of disabled tests in test harness 2014-07-06 20:41:39 -07:00
thread Fixed bug 2556 - add compilation flag -Wshadow 2014-06-25 00:43:10 -07:00
timer Fixed compiler warnings on iOS 2014-07-07 11:00:25 -07:00
video The Gimp puts out a different bogus color mask for 32-bit .bmp files. :) 2014-07-09 00:09:57 -04:00
SDL.c Added NaCl to SDL_GetPlatform() 2014-06-21 11:48:12 -07:00
SDL_assert.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_assert_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_error.c Added annotations to help code analysis tools 2014-06-04 10:56:56 -07:00
SDL_error_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_hints.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_internal.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_log.c Chrome's Native Client backend implementation 2014-06-06 15:45:59 -03:00