Commit Graph

  • 4eb0493103 GPU: Forward D3D12 validation warnings to the SDL log Lucas Murray 2024-12-01 17:17:30 +1100
  • efb59bd0bf GPU: Fix validation warning in D3D12 blit code Lucas Murray 2024-12-01 16:58:24 +1100
  • ffe23f529e
    Merge 258e67d826 into 45869d6177 Sylvain Becker 2024-12-04 21:29:35 +0100
  • c97833dbaf
    Merge 257c0b8cd7 into 91bb1bb6fd Sid 2024-12-04 21:29:35 +0100
  • 5535c26de9
    Merge e2b32152c6 into 91bb1bb6fd Wolf1098 2024-12-04 21:29:35 +0100
  • 3d0cf5f1df
    Merge eeee1247b9 into 45869d6177 Petar Popovic 2024-12-04 21:29:09 +0100
  • 2148156587
    Merge 41869b753b into 91bb1bb6fd Pablo Tesone 2024-12-04 21:29:08 +0100
  • ab89d000bb
    Merge 8350a01f04 into 45869d6177 Anonymous Maarten 2024-12-04 21:29:08 +0100
  • 45869d6177
    GPU: Vulkan requires drawIndirectFirstInstance feature (#11583) Caleb Cornett 2024-12-04 15:05:35 -0500
  • d8eb68a6c5 GPU: Clean up D3D12 blit shader compilation Caleb Cornett 2024-12-04 14:56:36 -0500
  • c52b17bf6e GPU: Vulkan requires drawIndirectFirstInstance feature Caleb Cornett 2024-12-04 14:45:13 -0500
  • 24ed947cc3
    kmsdrm: Fix an LTO type mismatch warning Frank Praznik 2024-12-04 12:06:18 -0500
  • 31128b6cdd
    kmsdrm: Clean up GLES function definitions Frank Praznik 2024-12-04 11:58:28 -0500
  • 123306b18c X11: support _NET_WM_SYNC_REQUEST numzero 2023-05-07 01:06:06 +0300
  • fda84503b1 examples: fixup URLs for project subfolder Nicolas Allemand 2024-12-04 17:08:48 +0100
  • a0311bebc5 examples: added homepage + categories pages + added CSS (similar to wiki) Nicolas Allemand 2024-12-04 12:12:43 +0100
  • dd40329d55 Add system tray icon and menus Semphris 2024-10-14 14:53:57 -0400
  • d320d7143d
    Fix rawmouse wrong timestamp (#11553) expikr 2024-12-04 12:40:34 +0800
  • 830b132cd4 SDL_asyncio_liburing.c: replace __kernel_time64_t use with SDL's Sint64 Ozkan Sezer 2024-12-04 07:01:40 +0300
  • 4ac78706bf SDL_asyncio_liburing.c: replace size_t casts on pointers with intptr_t Ozkan Sezer 2024-12-04 07:01:40 +0300
  • 1d42055f49 SDL_asyncio_liburing.c: replace __kernel_time64_t use with SDL's Sint64 Ozkan Sezer 2024-12-04 07:01:40 +0300
  • 3406f3d495 SDL_asyncio_liburing.c: replace size_t casts on pointers with intptr_t Ozkan Sezer 2024-12-04 07:01:40 +0300
  • 2147825e4e move idletime logic out to callsite expikr 2024-12-04 09:31:51 +0800
  • 2ad5836d02 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-04 00:12:42 +0000
  • 31d09909b6 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-03 23:04:47 +0000
  • 1377cdb3f2 Fix the Indonesian language code on Android Sam Lantinga 2024-12-03 15:04:13 -0800
  • 46f43c2e6e asyncio: Remove `SDL_AsyncIOTask` from the public API. Ryan C. Gordon 2024-10-08 14:50:05 -0400
  • 4745aa3324 asyncio: Windows IoRing support, other tweaks and fixes. Ryan C. Gordon 2024-10-07 16:56:35 -0400
  • 3ca629ceb5 asyncio: Allow file closes to request a flush/fsyncdata. Ryan C. Gordon 2024-10-06 02:00:45 -0400
  • 022a6a9f97 asyncio: Added Linux io_uring support. Ryan C. Gordon 2024-10-01 01:43:34 -0400
  • e79ce2a200 asyncio: Added async i/o APIs. Ryan C. Gordon 2024-08-27 21:57:27 -0400
  • 097a56e0e4
    asyncio: Remove `SDL_AsyncIOTask` from the public API. Ryan C. Gordon 2024-10-08 14:50:05 -0400
  • 025124a9c2
    asyncio: Windows IoRing support, other tweaks and fixes. Ryan C. Gordon 2024-10-07 16:56:35 -0400
  • 26e3041dab
    asyncio: Allow file closes to request a flush/fsyncdata. Ryan C. Gordon 2024-10-06 02:00:45 -0400
  • 7a6c3bb07e
    asyncio: Added Linux io_uring support. Ryan C. Gordon 2024-10-01 01:43:34 -0400
  • 4030521c55
    asyncio: Added async i/o APIs. Ryan C. Gordon 2024-08-27 21:57:27 -0400
  • 7293c18314 Fixed an inaccuracy in the return parameter information in the SDL_ConvertPixels function Eduard Gushchin 2024-12-03 22:21:24 +0300
  • 99bac9d774
    Fixed an inaccuracy in the return parameter information in the SDL_ConvertPixels function Eduard Gushchin 2024-12-03 22:21:24 +0300
  • 401187eb6c Removed extra sa in SDL_ConvertSurfaceAndColorspace Eduard Gushchin 2024-12-03 20:28:38 +0300
  • da2e9df0d7
    Removed extra sa in SDL_ConvertSurfaceAndColorspace Eduard Gushchin 2024-12-03 20:28:38 +0300
  • b7a31ead08 added "gpu" to the list of possible values of SDL_HINT_RENDER_DRIVER in SDL_hints.h Nicolas Allemand 2024-12-03 17:59:56 +0100
  • da191665a7 added "gpu" to the list of possible values of SDL_HINT_RENDER_DRIVER in SDL_hints.h Nicolas Allemand 2024-12-03 17:59:56 +0100
  • 43e9c5b247
    wayland: Check the returned display value for null Frank Praznik 2024-12-03 11:53:14 -0500
  • 91bb1bb6fd
    wayland: Check the returned display value for null Frank Praznik 2024-12-03 11:53:14 -0500
  • 9fb8661684 Fixed an inaccuracy in the return parameter information in the SDL_SurfaceHasAlternateImages function Eduard Gushchin 2024-12-03 19:18:06 +0300
  • 6d9ab4c984 Fixed potential buffer overflow Sam Lantinga 2024-12-03 08:33:51 -0800
  • e539135104 Fixed potential buffer overflow Sam Lantinga 2024-12-03 08:33:51 -0800
  • 6aab5a089d Fixed potential buffer overflow Sam Lantinga 2024-12-03 08:33:51 -0800
  • 61d49564f0
    Fixed an inaccuracy in the return parameter information in the SDL_SurfaceHasAlternateImages function Eduard Gushchin 2024-12-03 19:18:06 +0300
  • 65c9a58f5e
    audio: Make sure a few bitflag checks convert to bools correctly. Ryan C. Gordon 2024-12-03 11:04:52 -0500
  • 8d00ca02f1 dynapi: order for a reproducible build Christian Ehrhardt 2024-12-02 13:09:36 +0100
  • 5418740c4a dynapi: order for a reproducible build Christian Ehrhardt 2024-12-02 13:09:36 +0100
  • ec2ef5f9b5 dynapi: order headers for reproducible behavior Anonymous Maarten 2024-12-02 18:25:48 +0100
  • 2762644e96 video: Don't error when setting an unbounded max window size while a minimum is set Frank Praznik 2024-12-02 09:47:25 -0500
  • 1848b9d34f
    video: Don't error when setting an unbounded max window size while a minimum is set Frank Praznik 2024-12-02 09:47:25 -0500
  • e2b1c2b2da
    dynapi: order for a reproducible build Christian Ehrhardt 2024-12-02 13:09:36 +0100
  • 068d9cc7d6 Sync SDL3 wiki -> header SDL Wiki Bot 2024-12-02 00:37:15 +0000
  • 2f59a1ce44
    SDL_audio.h: Fixed a documentation typo (thanks, @JBetz!). Ryan C. Gordon 2024-12-01 19:36:03 -0500
  • e1cdafd6cd GPU: Fix validation warning in D3D12 blit code Lucas Murray 2024-12-01 16:58:24 +1100
  • acf0f09320
    SDL_migration.cocci: Fixed up some SDL3 symbols that had changed. Ryan C. Gordon 2024-11-30 20:08:38 -0500
  • d81f3670d5
    Merge 44ae21d383 into 3a1d76d298 L zard 2024-11-30 03:20:42 -0800
  • 3a1d76d298 Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-29 22:32:15 +0000
  • ce573b01f8 audio: Added SDL_IsAudioDevicePhysical and SDL_IsAudioDevicePlayback. Ryan C. Gordon 2024-11-28 01:21:42 -0500
  • da70f81a60 detect whether poll was idle expikr 2024-11-29 19:15:29 +0800
  • 0251b14be3 Fix order of events in case audio buffer size changes staphen 2024-11-18 15:39:27 -0500
  • a4ec0b1531 Fix order of events in case audio buffer size changes staphen 2024-11-18 15:39:27 -0500
  • d1d9c013dd again cleanup Pixelsuft 2024-11-28 20:05:07 +0700
  • fa3fc17339 cleanup Pixelsuft 2024-11-28 16:53:38 +0700
  • 70d51fe828 code cleanup Pixelsuft 2024-11-28 16:51:50 +0700
  • a5e05ec001 code cleanup Pixelsuft 2024-11-28 16:27:10 +0700
  • db1e26796c
    audio: Added SDL_IsAudioDevicePhysical and SDL_IsAudioDevicePlayback. Ryan C. Gordon 2024-11-28 01:21:42 -0500
  • d53241a299
    docs/README-main-functions.md: reformatted Best Practices section. Ryan C. Gordon 2024-11-28 00:19:55 -0500
  • 5cd188bdbc Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-28 05:17:28 +0000
  • 7099de4ae8 Update README-main-functions.md anakin004 2024-11-17 17:26:47 -0500
  • bf9fa38920
    SDL_audio.h: Fixed two typos. Ryan C. Gordon 2024-11-28 00:12:03 -0500
  • f5ad66ef4b audio: Allow channel maps to specify -1 to mute a channel. Ryan C. Gordon 2024-11-20 23:34:28 -0500
  • 3303e9843f Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-28 04:42:44 +0000
  • f852038384 filesystem: Added SDL_GetCurrentDirectory(). Ryan C. Gordon 2024-11-27 19:41:37 -0500
  • 16113374ff cmake: Enable POSIX fsops code for PS2 and PSP. Ryan C. Gordon 2024-11-27 20:07:53 -0500
  • b295b2c7dc
    Merge branch 'libsdl-org:main' into main 🌸 FishaKuyi! 🌸 2024-11-27 20:41:12 -0800
  • c0f1fe8e7f Sync SDL3 wiki -> header SDL Wiki Bot 2024-11-28 04:36:33 +0000
  • f022501d52
    fnsince.pl: Deal with post-3.1.3 releases before 3.2.0. Ryan C. Gordon 2024-11-27 23:18:38 -0500
  • 4bb530f4a7 Explicit casting to generic pointer in SDL_null removed Cyrodwd 2024-11-27 19:34:08 -0800
  • 51bcb4fe5e
    Merge acb584e2ff into b8233aff8e Semphriss 2024-11-28 02:45:57 +0100
  • c04db4f873
    filesystem: Added SDL_GetCurrentDirectory(). Ryan C. Gordon 2024-11-27 19:41:37 -0500
  • 97d120f2c6
    cmake: Enable POSIX fsops code for PS2 and PSP. Ryan C. Gordon 2024-11-27 20:07:53 -0500
  • 4f3946bece Checking the C++ standard version for nullptr Cyrodwd 2024-11-27 11:53:31 -0800
  • 2e43a69a5c Vita: implement mousewheel and buttons 4/5 Ivan Epifanov 2024-11-26 22:24:09 +0300
  • 6428cee892 Vita: implement mousewheel and buttons 4/5 Ivan Epifanov 2024-11-26 22:24:09 +0300
  • b8233aff8e Vita: implement mousewheel and buttons 4/5 Ivan Epifanov 2024-11-26 22:31:10 +0300
  • 056a4a0960 DirectFB: fix DirectFB_SetTextureScaleMode() declaration Peter Seiderer 2024-11-27 11:48:50 +0100
  • b64540dd66 DirectFB: fix DirectFB_SetTextureScaleMode() declaration Peter Seiderer 2024-11-27 11:48:50 +0100
  • 4098a574b8 C++/C23 nullptr defined to SDL_null Cyrodwd 2024-11-27 07:44:06 -0800
  • 9f1306355b DirectFB: fix DirectFB_SetTextureScaleMode() declaration Peter Seiderer 2024-11-27 11:48:50 +0100
  • 1761b1d422 reaname expikr 2024-11-27 18:07:04 +0800
  • 6538d043b8 cleanup Pixelsuft 2024-11-27 16:46:02 +0700
  • edf7de0ea5 cleanup Pixelsuft 2024-11-27 16:42:39 +0700
  • 94c6f2630a cleanup Pixelsuft 2024-11-27 16:30:21 +0700
  • 92c70b95d5 cleanup Pixelsuft 2024-11-27 16:27:50 +0700
  • d783b05b68 cleanup Pixelsuft 2024-11-27 10:53:21 +0300