Commit Graph

  • 5db00cef96 Android.mk: allow to compile with storage functions Sylvain 2024-09-05 10:29:06 +0200
  • 0eed3a4bd3 Added -Wl,--no-undefined-version to Android.mk Sam Lantinga 2024-09-05 06:46:14 -0700
  • a0f36fb85b Use atomic variables for thread communication Sam Lantinga 2024-09-05 05:35:03 -0700
  • 41810c823d Compilation without vulkan: SDL_GPU_VULKAN is always defined for some plateform (at android, macos), test against 0 or 1 Sylvain 2024-09-05 10:56:16 +0200
  • 165e8a7d3b Use atomic variables for thread communication Sam Lantinga 2024-09-05 05:35:03 -0700
  • defbf67306 SDL_migration.cocci: add SDL_TTF/mixer/image function names to be upgraded from int returned type to bool. Sylvain 2024-09-05 12:02:17 +0200
  • f61d4db39a GPU: `colorAttachmentDescriptions` should be `const` Quinn X. J. 2024-09-05 17:20:27 +1000
  • f1129ea773 Add SDL_strpbrk Anonymous Maarten 2024-09-02 14:13:54 +0200
  • 265efdeca4 include: add SDL_RESTRICT for restricted pointer aliasing Anonymous Maarten 2024-09-02 14:12:02 +0200
  • cd6dd6112c GPU: `colorAttachmentDescriptions` should be `const` Quinn X. J. 2024-09-05 17:20:27 +1000
  • a9f7cf9727
    SDL_migration.cocci: add SDL_TTF/mixer/image function names to be upgraded from int returned type to bool. Sylvain 2024-09-05 12:02:17 +0200
  • d74e258ddf
    Compilation without vulkan: SDL_GPU_VULKAN is always defined for some plateform (at android, macos), test against 0 or 1 Sylvain 2024-09-05 10:56:16 +0200
  • 93ef42ee1a
    Android: don´ register HID jni table if SDL_HIDAPI_DISABLE is defined Sylvain 2024-09-05 11:07:34 +0200
  • 21eb8ff141
    Android.mk: allow to compile with storage functions Sylvain 2024-09-05 10:29:06 +0200
  • 598f6b6110 GPU: vulkan: Respect swapchain minImageCount David Gow 2024-09-05 13:47:54 +0800
  • 249a74e436 Sync SDL3 wiki -> header SDL Wiki Bot 2024-09-05 01:25:36 +0000
  • 1c8c014481
    GPU: Document opaque handles and enums (#10700) Evan Hemsley 2024-09-04 18:24:11 -0700
  • 66d085acfb Address comments cosmonaut 2024-09-04 17:38:20 -0700
  • 4b34da9b79 Add padding for non-32-bit-aligned types in structs cosmonaut 2024-09-04 17:03:14 -0700
  • 7d93e980c3 Fix typo cosmonaut 2024-09-04 16:31:25 -0700
  • 20d0a1a3d1 Added a defensive check against XINPUTGETCAPABILITIES being NULL Sam Lantinga 2024-09-04 16:29:22 -0700
  • 0551c82b93 GPU: Document opaque handles and enums cosmonaut 2024-09-04 16:16:04 -0700
  • ff1e252413 testautomation: remove SDLTest_TestCaseFp casts Anonymous Maarten 2024-09-04 23:54:56 +0200
  • 37d3eea939 testlocale, testplatform, testqsort: replace exit(1) calls with return 1 Ozkan Sezer 2024-09-05 00:28:32 +0300
  • abd2ac5992 Set the desired channel count when opening audio on Android Sam Lantinga 2024-09-04 13:59:22 -0700
  • e2c9a0a427 Updated Android audio log messages Sam Lantinga 2024-09-04 13:58:29 -0700
  • 1788be8547
    GPU: Add const to some function parameters (#10694) Evan Hemsley 2024-09-04 13:53:41 -0700
  • 58269e38e9 why does my editor keep adding the BOM cosmonaut 2024-09-04 13:30:42 -0700
  • 6d46dddea1 move stdinc include back to top cosmonaut 2024-09-04 13:26:07 -0700
  • b76c884b40 clean up fence casts cosmonaut 2024-09-04 13:26:00 -0700
  • 2834d8b3b7 Revert "Sync SDL2 wiki -> header" Sam Lantinga 2024-09-04 09:15:20 -0700
  • f317581c91 SDL_log.h: Use ASCII characters. Ozkan Sezer 2024-09-04 14:56:40 +0300
  • c1ab3fcfe2 remove BOM silliness cosmonaut 2024-09-03 17:41:59 -0700
  • 3d5792f23b missed a few cosmonaut 2024-09-03 17:33:05 -0700
  • 70625ad5bf Metal consts cosmonaut 2024-09-03 17:26:04 -0700
  • 9d260adc6d even more const nonsense cosmonaut 2024-09-03 17:08:00 -0700
  • e9a9c8f59f more const nonsense cosmonaut 2024-09-03 15:41:11 -0700
  • c9387bcca5 pipewire: spa_list_is_empty() returns bool Sam Lantinga 2024-09-03 13:45:00 -0700
  • 0fd275e16e pulseaudio: fixed cleanup if couldn't connect to pulseaudio server Sam Lantinga 2024-09-03 13:34:19 -0700
  • a56315cd48 Fixed return value failing to load pulseaudio functions Sam Lantinga 2024-09-03 13:24:27 -0700
  • 734c514d24 move some consts around cosmonaut 2024-09-03 13:20:05 -0700
  • 1752ce5cad even more consts cosmonaut 2024-09-03 12:58:14 -0700
  • be9756cabe start adding const params to GPU API cosmonaut 2024-09-03 09:43:55 -0700
  • 7ca676aeed Use ASCII characters in SDL source and headers Sam Lantinga 2024-09-03 12:52:27 -0700
  • 575d9cda6f The parameter to SDL_AppEvent() should be non-const Sam Lantinga 2024-09-03 07:45:30 -0700
  • c2528403a4 The parameter to SDL_AppEvent() should be non-const Sam Lantinga 2024-09-03 07:45:30 -0700
  • b1b4a9cd1b
    GDK build: PFN_D3D12_XBOX_CREATE_DEVICE not defined for Xbox One (#10690) Daniel Ludwig 2024-09-03 15:09:00 +0200
  • 1c003441b8 GDK build: PFN_D3D12_XBOX_CREATE_DEVICE not defined for Xbox One Daniel Ludwig 2024-09-02 16:00:04 +0200
  • 73898a0a64 Renamed NDA platform constants to "PRIVATE" Sam Lantinga 2024-09-02 18:14:31 -0700
  • e72409495e Renamed NDA platform constants to "PRIVATE" Sam Lantinga 2024-09-02 18:14:31 -0700
  • b233beca47 GPU: Minor documentation cleanup Caleb Cornett 2024-09-02 19:21:45 -0500
  • 9f464f7e05 GPU: Minor documentation cleanup Caleb Cornett 2024-09-02 19:21:45 -0500
  • 19fb43b94f Sync SDL3 wiki -> header SDL Wiki Bot 2024-09-03 00:19:03 +0000
  • 46ffa82f4e Added SDL_ALPHA_OPAQUE_FLOAT and SDL_ALPHA_TRANSPARENT_FLOAT Sam Lantinga 2024-09-02 17:00:39 -0700
  • 18c46a3313 Fixed SDL_pen.h for SDL3 bit flag conventions Sam Lantinga 2024-09-02 16:57:44 -0700
  • 35dadda327 Fixed build warnings Sam Lantinga 2024-09-02 16:53:30 -0700
  • f11e7cd06f Add annotations to README-migration.md for functions that changed return type Sam Lantinga 2024-09-02 13:26:47 -0700
  • eacf119923 Renamed SDL_size_add_overflow() and SDL_size_mul_overflow() Sam Lantinga 2024-09-02 12:56:44 -0700
  • fb7245fb93
    GPU: Add support for more texture formats (#10641) Andrei Alexeyev 2024-09-03 03:14:48 +0300
  • 8dd8b5c82d Added SDL_ALPHA_OPAQUE_FLOAT and SDL_ALPHA_TRANSPARENT_FLOAT Sam Lantinga 2024-09-02 17:00:39 -0700
  • dd5ce6a14a Fixed SDL_pen.h for SDL3 bit flag conventions Sam Lantinga 2024-09-02 16:57:44 -0700
  • 359e5210d5 Fixed build warnings Sam Lantinga 2024-09-02 16:53:30 -0700
  • 4223f85f81
    GPU: Reorder unsigned normalized color formats Andrei Alexeyev 2024-09-03 01:45:43 +0200
  • 0c8957564b
    GPU: Add Vulkan swizzle for R11G11B10_UFLOAT Andrei Alexeyev 2024-09-03 01:36:00 +0200
  • 411bfa38ad
    GPU: Update docs for guaranteed texture formats Andrei Alexeyev 2024-09-03 01:34:36 +0200
  • 353af721f7
    GPU: Add signed int texture formats Andrei Alexeyev 2024-09-01 05:48:22 +0200
  • 55774ac60f
    GPU: Add sRGB version of BC2 Andrei Alexeyev 2024-09-01 05:01:38 +0200
  • 59f9bea056
    GPU: Annotate BC formats with what channels they have Andrei Alexeyev 2024-09-01 04:57:14 +0200
  • bc7e787b6f
    GPU: Add R16_SNORM, R16G16_SNORM, R16G16B16_SNORM texture formats Andrei Alexeyev 2024-08-30 20:44:49 +0200
  • 7b8dfcc53c
    GPU: Add R8_SNORM texture format Andrei Alexeyev 2024-08-30 19:56:43 +0200
  • 7d38953fdf
    GPU: Add BC6H_FLOAT and BC6H_UFLOAT texture formats Andrei Alexeyev 2024-08-30 19:24:51 +0200
  • cb32ecbe91
    GPU: Add R11G11B10_UFLOAT texture format Andrei Alexeyev 2024-08-30 18:54:24 +0200
  • c67a93964a
    GPU: Add BC1_UNORM_SRGB texture format Andrei Alexeyev 2024-08-30 18:43:32 +0200
  • 010706e9fa
    GPU: Add R16_UNORM texture format Andrei Alexeyev 2024-08-30 18:33:28 +0200
  • 633c20234b
    GPU: Add BC3_UNORM and BC4_UNORM texture formats Andrei Alexeyev 2024-08-30 18:27:34 +0200
  • 93e2169855
    GPU: Add SDL_GPU_TEXTUREFORMAT_R8G8_UNORM Andrei Alexeyev 2024-08-30 18:14:33 +0200
  • ac0e5fba78 Add annotations to README-migration.md for functions that changed return type Sam Lantinga 2024-09-02 13:26:47 -0700
  • ee579e0a0b Renamed SDL_size_add_overflow() and SDL_size_mul_overflow() Sam Lantinga 2024-09-02 12:56:44 -0700
  • f405def691
    Change GPU flag enums to defines (#10681) Caleb Cornett 2024-09-02 17:19:43 -0500
  • e247c99b6c Document flags + formatting fix Caleb Cornett 2024-09-02 15:53:33 -0500
  • 85b2733324 Make newer DRM and GBM functions optional Sam Lantinga 2024-09-02 08:40:53 -0700
  • 29ec321344 Change GPU flag enums to defines Caleb Cornett 2024-09-02 13:56:32 -0500
  • 10b4a79379 Make newer DRM and GBM functions optional Sam Lantinga 2024-09-02 08:40:53 -0700
  • d501f6db07 Make newer DRM and GBM functions optional Sam Lantinga 2024-09-02 08:40:53 -0700
  • 01fee06651 Make newer DRM and GBM functions optional Sam Lantinga 2024-09-02 08:40:53 -0700
  • 8371114009 Fixed error: multiple storage classes in declaration specifiers Sam Lantinga 2024-09-02 08:44:11 -0700
  • 93423c1c46 spin_acquire_lock() takes a volatile pointer parameter Sam Lantinga 2024-09-02 08:18:25 -0700
  • 01fa9cad80 Fixed error: conflicting types for 'getpagesize' Sam Lantinga 2024-09-02 08:11:40 -0700
  • 8b0798a3da Fixed error: variable 'nfences' set but not used Sam Lantinga 2024-09-02 08:09:25 -0700
  • b5700ccc02 Updated dlmalloc to version 2.8.6 Sam Lantinga 2024-09-01 11:42:35 -0700
  • 53d0bba995 Fixed error: multiple storage classes in declaration specifiers Sam Lantinga 2024-09-02 08:44:11 -0700
  • ad92907bf0 spin_acquire_lock() takes a volatile pointer parameter Sam Lantinga 2024-09-02 08:18:25 -0700
  • bebe08f7a2 Fixed error: conflicting types for 'getpagesize' Sam Lantinga 2024-09-02 08:11:40 -0700
  • 2b23b6305e Fixed error: variable 'nfences' set but not used Sam Lantinga 2024-09-02 08:09:25 -0700
  • 4900682f82 Updated dlmalloc to version 2.8.6 Sam Lantinga 2024-09-01 11:42:35 -0700
  • 8196e78a7b Respect SDL_HINT_MAIN_CALLBACK_RATE even if there are windows Sam Lantinga 2024-09-02 07:54:37 -0700
  • deb313dd99 GPU: Compile Metal shader source from NSString Davis Gallinghouse 2024-09-02 08:05:43 -0500
  • 5021b8d16d
    GPU: Compile Metal shader source from NSString Davis Gallinghouse 2024-09-02 08:05:43 -0500
  • df501040fd Fixed random seed not affecting SDLTest_RandomIntegerInRange() Sam Lantinga 2024-09-01 13:40:52 -0700
  • be341bc078 Make sure we put more than RESAMPLER_MAX_PADDING_FRAMES into an audio stream Sam Lantinga 2024-09-01 13:23:29 -0700