Commit Graph

1001 Commits

Author SHA1 Message Date
Laytan Laats b6f34332fe wgpu: copy over gpu contents to cpu side when mapping 2025-02-27 22:28:49 +01:00
Laytan Laats 19b70f5ef7 wgpu: layout left blank should set it to "auto" in JS 2025-02-27 22:28:15 +01:00
Laytan Laats 1942a538d8 wgpu: fix wrapper and add more wrappers 2025-02-27 18:39:29 +01:00
Laytan Laats 1cb28f7f73 wgpu: remove mode field of uncaptured error callback info 2025-02-27 18:31:32 +01:00
Laytan Laats 30f65372de wgpu: add missing libs on Windows 2025-02-27 18:27:31 +01:00
Laytan Laats 77c7087de3 wgpu: update release 2025-02-24 20:52:14 +01:00
Laytan Laats ae9388c013 wgpu: update to v24.0.0 2025-02-17 19:55:44 +01:00
Slashscreen b7f37bbee5 removed cast. 2025-02-12 16:13:57 -08:00
Slashscreen 503813431b Switched X11 and Wayland 2025-02-12 15:58:56 -08:00
Slashscreen 2f82d4e325 fixed many oversights 2025-02-12 15:06:22 -08:00
Slashscreen 02b19b115b wgpu: add sdl3 glue 2025-02-12 14:27:16 -08:00
shan 9bf0b386ab Fix bindings for some window functions in SDL3 2025-02-11 17:50:20 -08:00
denovodavid ca17a5eb70 d3d12: fix some vtables 2025-02-11 16:58:26 +11:00
gingerBill a347af49ca Clean up styling 2025-02-08 08:01:07 +00:00
gingerBill 5320d66efd Merge pull request #4783 from Lperlind/windows_game_input
Add windows game input to vendor
2025-02-08 07:51:06 +00:00
gingerBill cf326df54b Remove #by_ptr and replace with Maybe(^T) where necessary 2025-02-08 07:37:40 +00:00
Dudejoe870 5dc24a9130 Fix the function signatures for sdl3_iostream 2025-02-07 21:07:40 -06:00
gingerBill a5411199c7 Fix #4804 2025-02-07 13:37:09 +00:00
gingerBill cec84edcdd Create sdl3_system.odin 2025-02-07 08:57:21 +00:00
gingerBill 3bf475deaf Add sdl3_vulkan.odin 2025-02-07 08:37:33 +00:00
gingerBill d1f2820ff5 Update sdl3_main.odin 2025-02-07 08:26:21 +00:00
gingerBill 4c93446e38 Fix typo 2025-02-07 08:11:16 +00:00
gingerBill 20708c60a1 Add sdl3_main.odin 2025-02-07 08:10:51 +00:00
gingerBill 8203281145 Add sdl3_hints.odin 2025-02-07 08:03:00 +00:00
Lucas Perlind 932fcaee6b remove GAMEINPUT prefix 2025-02-07 09:49:04 +11:00
Lucas Perlind cb10a060f1 Trailing commas 2025-02-06 15:03:56 +11:00
Lucas Perlind d1d0f0e9b7 Update 4 review 2025-02-06 14:56:37 +11:00
gingerBill 4667a19e77 Update to SDL 3.2.2 2025-02-05 11:07:08 +00:00
gingerBill 0ca614361a Update and add gamecontrollerdb.txt 2025-02-05 10:49:25 +00:00
gingerBill bce43aa7dc Make parameter Maybe(^T) 2025-02-05 10:49:14 +00:00
gingerBill 898bea8a97 Split-up require_results foreign blocks 2025-02-05 10:41:45 +00:00
gingerBill 83542a3f04 Add struct field tag fmt formatting 2025-02-05 10:30:14 +00:00
gingerBill e967f4596f Update vendor/sdl3/sdl3_cpuinfo.odin
Co-authored-by: Laytan <laytanlaats@hotmail.com>
2025-02-04 19:58:39 +00:00
gingerBill fbac23a631 Change foreign import for sdl3 2025-02-04 17:08:39 +00:00
gingerBill 06902818bf Add gl_set_proc_address 2025-02-04 17:06:05 +00:00
gingerBill a62ce5cc66 Add sdl3_tray.odin and sdl3_version.odin 2025-02-04 16:59:38 +00:00
gingerBill 98271f0073 Add sdl3 time/timer 2025-02-04 15:50:57 +00:00
gingerBill 84cb2440b2 Add sdl3_filesystem.odin and sdl3_storage.odin 2025-02-04 15:43:58 +00:00
gingerBill 16dce5b85d Add more sdl3 files 2025-02-04 15:34:52 +00:00
gingerBill 72f69d1bac Add sdl3_log.odin 2025-02-04 14:49:55 +00:00
gingerBill 14ea47c420 Add sdl3_locale.odin 2025-02-04 14:41:54 +00:00
gingerBill a7d57e69ec Add sdl3_loadso.odin 2025-02-04 14:35:06 +00:00
gingerBill 77ba5faf09 Add sdl3_init.odin 2025-02-04 14:31:53 +00:00
gingerBill 2b4fbf695c Add sdl3_events.odin 2025-02-04 14:31:36 +00:00
gingerBill f1ab08a069 Add sdl3_hidapi.odin 2025-02-04 12:54:23 +00:00
gingerBill 44d31cb4a3 Add sdl3/sdl3_haptic.odin 2025-02-04 12:48:40 +00:00
gingerBill ce69161ffb Add sdl3_gpu.odin 2025-02-04 12:23:25 +00:00
gingerBill 02fcac195b Add sdl3_gamepad.odin 2025-02-04 10:31:56 +00:00
gingerBill 086d7956b1 Merge branch 'master' into bill/sdl3 2025-02-04 10:31:12 +00:00
Lucas Perlind 9cbbe72f6f Add windows game input to vendor 2025-02-03 10:33:32 +11:00