Ryan C. Gordon
|
3ca629ceb5
asyncio: Allow file closes to request a flush/fsyncdata.
|
11 months ago |
Ryan C. Gordon
|
e79ce2a200
asyncio: Added async i/o APIs.
|
1 year ago |
Ryan C. Gordon
|
ce573b01f8
audio: Added SDL_IsAudioDevicePhysical and SDL_IsAudioDevicePlayback.
|
9 months ago |
Ryan C. Gordon
|
f852038384
filesystem: Added SDL_GetCurrentDirectory().
|
9 months ago |
Semphris
|
3e2ef64c98
Add SDL_SaveFile and SDL_SaveFile_IO functions
|
10 months ago |
Evan Hemsley
|
b4dff42dcd
GPU: Add SDL_CancelGPUCommandBuffer (#11316)
|
10 months ago |
Ryan C. Gordon
|
7108291d0b
video: Change SDL_GLattr to SDL_GLAttr.
|
10 months ago |
Sam Lantinga
|
153f90a725
Revert "Use the correct return type for SDL_GetAndroidJNIEnv()"
|
10 months ago |
Sam Lantinga
|
2d3fa03d53
Use the correct return type for SDL_GetAndroidJNIEnv()
|
10 months ago |
Sam Lantinga
|
d6981da5a4
Added SDL_GetSandbox()
|
10 months ago |
Ryan C. Gordon
|
c20918b0fb
render: Add SDL_RenderDebugText().
|
10 months ago |
Sam Lantinga
|
a8ca024495
Added SDL_GetDefaultLogOutputFunction()
|
10 months ago |
Sam Lantinga
|
a567786762
Added SDL_SetErrorV()
|
10 months ago |
Evan Hemsley
|
6ea4a66451
GPU: Add SDL_CalculateGPUTextureFormatSize (#11146)
|
11 months ago |
Sam Lantinga
|
c8f5f6d47a
Added SDL_DelayPrecise()
|
11 months ago |
Sam Lantinga
|
f8eac30276
Added SDL_StepBackUTF8()
|
11 months ago |
Sam Lantinga
|
fe2880fcda
Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority()
|
11 months ago |
Ryan C. Gordon
|
d287feaddf
render: Remove non-pointer args' const qualifiers on SDL_RenderTextureRotated.
|
11 months ago |
Ryan C. Gordon
|
8b4f5f09c1
dynapi: It's a Python script now, not a perl script.
|
11 months ago |
Sam Lantinga
|
eced9f58a9
Added a userdata parameter for EGL attribute callbacks
|
11 months ago |
Anthony
|
5f5379dc99
Add `SDL_IsTV()` (#11004)
|
11 months ago |
Ryan C. Gordon
|
0b5e01a305
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
11 months ago |
Evan Hemsley
|
afdf325fb4
GPU: Add swapchain dimension out params (#11003)
|
11 months ago |
Sam Lantinga
|
a923771978
Added SDL_murmur3_32()
|
11 months ago |
David Fort
|
f32e96f5e2
clipboard: add SDL_ClipboardMimeTypes
|
11 months ago |
Evan Hemsley
|
05d0656bd6
GPU: Simultaneous compute pass read-write (#10965)
|
11 months ago |
Evan Hemsley
|
be401dd1e3
GPU: More robust error reporting (#10958)
|
11 months ago |
Sam Lantinga
|
125e592844
Added SDL_ShouldInit() and SDL_ShouldQuit()
|
11 months ago |
Ryan C. Gordon
|
54459def69
render: Remove the logical presentation render target.
|
11 months ago |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
11 months ago |