Simple Directmedia Layer
Go to file
Sam Lantinga ab55ec4850 Fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not being canceled for all threads before device close
- hidapi already called CancelIo on hid_close but that only cancels pending IO for the current thread. Controller read/writes originate from multiple
  threads (serialized, but on a different thread nonetheless) but device destruction was always done on the main device thread which left any
  pending overlapped reads still running after hidapi's internal read buffer is deallocated leading to intermittent free list corruption.
2021-01-01 11:12:41 -08:00
acinclude
android-project
android-project-ant
build-scripts Fixed resource leak with D3D11 NV12 textures 2021-01-01 11:12:22 -08:00
cmake [Buildsystem] Only build KMSDRM support if EGL+OpenGL is detected by CMake. 2020-12-22 17:17:30 +01:00
debian Updated SDL to version 2.0.15 for development 2020-12-22 10:36:15 -08:00
docs
include Added SDL_RenderGetD3D11Device() to get access to the device associated with the D3D11 renderer 2021-01-01 11:12:30 -08:00
src Fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not being canceled for all threads before device close 2021-01-01 11:12:41 -08:00
test minor update to test/acinclude.m4 (pkg.m4) 2020-12-30 15:53:20 +03:00
VisualC Add SDL_cond implementation using Windows Condition Variables 2020-12-28 11:43:11 -08:00
VisualC-WinRT Add SDL_cond implementation using Windows Condition Variables 2020-12-28 11:43:11 -08:00
visualtest
wayland-protocols
Xcode Fixed resource leak with D3D11 NV12 textures 2021-01-01 11:12:22 -08:00
Xcode-iOS
.hgignore
Android.mk
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt removed MSVC strtok_s use from SDL_strtokr(). 2020-12-30 01:00:24 +03:00
configure configure.ac: directfb dynamic loading support updates: 2020-12-30 15:55:00 +03:00
configure.ac configure.ac: directfb dynamic loading support updates: 2020-12-30 15:55:00 +03:00
COPYING.txt
CREDITS.txt
INSTALL.txt
Makefile.in
Makefile.minimal
Makefile.os2 Updated SDL to version 2.0.15 for development 2020-12-22 10:36:15 -08:00
Makefile.pandora
Makefile.psp
Makefile.wiz
README-SDL.txt
README.txt
sdl2-config-version.cmake.in
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in
SDL2.spec.in
SDL2Config.cmake
TODO.txt
VisualC.html
WhatsNew.txt

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 2.0

---
https://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed
to provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog
and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting
with README.md

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)