Commit History

Author SHA1 Message Date
  Sam Lantinga 2bd478ae65 Added SDL_GetTextureDXGIResource() to get the DXGI resource associated with a render texture. 2 years ago
  Sam Lantinga a842446f62 Added support for 0-copy decode and display using D3D11 2 years ago
  Sam Lantinga d830cd140b Added support for 0-copy decode and display using Apple VideoToolbox 2 years ago
  Sam Lantinga 1bf913b29a Added support for 0-copy decode and display using VAAPI and EGL 2 years ago
  Sam Lantinga ce8161e0cf Make sure we're building with ffmpeg 6.0 or newer 2 years ago
  Sam Lantinga ed6381b68d Allow setting any number of sprites over the video 2 years ago
  Anonymous Maarten ebf5e08fa1 cmake: use *_STATIC_* variables when linking to a static ffmpeg 2 years ago
  Sam Lantinga 88f2fb9dcf Added an example of video decoding with ffmpeg 2 years ago
  Simon McVittie d88bf687a8 surface: Document the in-memory layout of the pixels 2 years ago
  Simon McVittie 3698630bbc pixels: Document the naming convention 2 years ago
  Simon McVittie 04edb38cdf shape: Use SDL[Test]_ReadSurfacePixel 2 years ago
  Simon McVittie f5745c3a67 surface: Add a private SDL_ReadSurfacePixel 2 years ago
  Simon McVittie 0d68f45879 test: Extract SDLTest_ReadSurfacePixel 2 years ago
  Ryan C. Gordon 55a1458ed0 audio: Changes to one logical device must update all sibling logical devices. 2 years ago
  Ryan C. Gordon 8e03ea4383 hashtable: Use Create/Destroy naming, in the SDL3 style. 2 years ago
  Ryan C. Gordon 568902b64e hashtable: Added src/SDL_hashtable.[ch]. 2 years ago
  Ryan C. Gordon 8745a9949b add-source-to-projects.pl: Fix adding files in the base src dir. 2 years ago
  Frank Praznik 836927edf8 wayland: Try to skip the Wayland driver if not connecting to or in a Wayland session 2 years ago
  Etaash Mathamsetty 2a9480c815 wayland: Add null check for zenity version string 2 years ago
  Mathieu Eyraud f30392da5b Fix assertion in LINUX_JoystickSetSensorsEnabled() 2 years ago
  Simon McVittie 4e59bf6cb9 SDLTest_CompareSurfaces: Output RGBA values of first differing pixel 2 years ago
  Simon McVittie b2ddfbbec3 SDLTest_CompareSurfaces: If surfaces differ, log their formats 2 years ago
  Simon McVittie b028fd9604 SDLTest_CompareSurfaces: Log better messages if NULL or different sizes 2 years ago
  Anonymous Maarten 183606d3d4 testdrawchessboard: clean up renderer and window 2 years ago
  Anonymous Maarten 4f0642bf47 triangle: don't read destination pixel when you're going to discard it anyways 2 years ago
  Anonymous Maarten 4cd0c13823 blit_slow: don't read destination pixel when you're going to discard it anyways 2 years ago
  Ryan C. Gordon 49abb9c1fa aaudio: Fixed a comment. 2 years ago
  Mathieu Eyraud 0eb8651d5e Do not report gyro/accelerometer if we can't read axes info 2 years ago
  Ryan C. Gordon ff57867516 audio: Fixed copy/paste error that was checking wrong variable. 2 years ago
  Ryan C. Gordon d2d4914ac3 audio: WaitDevice/WaitCaptureDevice now returns a result. 2 years ago