Historique des commits

Auteur SHA1 Message Date
  Sam Lantinga 869b7fe314 Fixed bug 3550 - No mouse move messages send while over the titlebar and windows edges il y a 8 ans
  R?mi Verschelde c3eea703ee Use a stronger X font definition for X11_MessageBox on UTF-8 il y a 8 ans
  Sam Lantinga 13433c4a61 Fixed bug 3569 - GL_UpdateViewport leaves PROJECTION matrix selected il y a 8 ans
  Sam Lantinga 0090a33805 Return an error if trying to set a window minimum size larger than the maximum size, or vice versa il y a 8 ans
  Sam Lantinga d02473682e Sorted controller entries il y a 8 ans
  Jessica Stokes aa90b730b8 Add a mapping for Xbox Wireless Controllers running old firmware il y a 8 ans
  Ryan C. Gordon 8fa9b57f75 windows: first shot at naming threads with SetThreadDescription(). il y a 8 ans
  Sam Lantinga 95ab9dc73c Added Thrustmaster Wheel FFB entry to the list of wheels il y a 8 ans
  Sam Lantinga 3c90a52aa7 Added an API to get the type of a connected joystick il y a 8 ans
  Misty De Meo ae5e9a319b Add gamecontrollerdb mapping for Xbox One S on Mac il y a 8 ans
  Misty De Meo ca89d9b593 Darwin: fix detection of Xbox One S controller il y a 8 ans
  Sam Lantinga ede5c73484 Generalized the audio resampling hint for other resampling methods in the future il y a 8 ans
  Ryan C. Gordon 47e2f4e950 audio: libsamplerate can't resample in-place; make space for a copy if needed. il y a 8 ans
  Ryan C. Gordon 1b3327edd0 configure: report libsamplerate support status. il y a 8 ans
  Ryan C. Gordon c7f9dcb6fc audio: Offer a hint for libsamplerate quality/speed tradeoff. il y a 8 ans
  Ryan C. Gordon 5ea0c893cd CMake: fixed logic error in setting -mfpmath=387. il y a 8 ans
  Ryan C. Gordon 36cb05a8f8 configure.in: Check for sse3 too when setting -mfpmath=387. il y a 8 ans
  Ryan C. Gordon 1da3a33773 audio: Fix static analysis concerns about a dead assignment. il y a 8 ans
  Ryan C. Gordon 073ff7dea3 Added a note about aligning SDL_AudioCVT data. il y a 8 ans
  Ryan C. Gordon 8f627c1cd8 audio: Make sure SDL_AudioStream's work buffer is 16-byte aligned, for SIMD. il y a 8 ans
  Ryan C. Gordon 17dcee20c1 audio: Streams now resample in-place. Removed second allocated buffer. il y a 8 ans
  Ryan C. Gordon b5eeab779f audio: allow stereo Sint16 resampling fast path in SDL_AudioStream. il y a 8 ans
  Ryan C. Gordon a80cb672e3 audio: Fixed off-by-one error in upsampling. il y a 8 ans
  Ryan C. Gordon dad07f960b audio: Resampler now special-cases stereo and mono processing. il y a 8 ans
  Ryan C. Gordon 8ce6ddf125 audio: Fixed incorrect pointer in SDL_ResampleCVT_si16_c2(). il y a 8 ans
  Ryan C. Gordon ecdc6c1207 audio: Fixed copy/paste bug in float32->sint16/SSE2 scalar leftover code. il y a 8 ans
  Ryan C. Gordon 4b8f354668 audio: Fix same bug as last commit, but for _mm_bslli_si128 vs _mm_slli_si128. il y a 8 ans
  Ryan C. Gordon fab4501811 audio: use _mm_srli_si128 instead of _mm_bsrli_si128. il y a 8 ans
  Ryan C. Gordon 3594bf8eeb audio: Wired up new SSE code to build system. il y a 8 ans
  Ryan C. Gordon 202ab30c16 audio: Special case for resampling stereo AUDIO_S16SYS audio data. il y a 8 ans