209 Commits

Author SHA1 Message Date
031f7c74b3 clean up 2026-06-27 15:51:46 +10:00
253be45581 another fix 2026-06-27 14:28:07 +10:00
f49d47fcac fix 2026-06-27 14:21:14 +10:00
fe9cc4c948 change name 2026-06-27 14:17:31 +10:00
cf8043468d alloc copy string with terminator function 2026-06-27 14:15:06 +10:00
a12e8c21e2 add bool cast to hash table for init 2026-06-26 11:00:56 +10:00
f3d1f551cc add FreeHashTable function 2026-06-24 04:07:08 +10:00
d5399fdbac add linux absolute path functions 2026-06-21 11:42:39 +10:00
53eb211a1e update script 2026-06-19 17:48:57 +10:00
37661c07ac fix renderpass being included on pipeline creation, remove renderpass/framebuffer code 2026-06-19 16:20:00 +10:00
b3726d3627 add sdl build flag 2026-06-19 16:15:53 +10:00
d6580c58f4 restore freetype2 2026-06-19 15:03:24 +10:00
c65b5401ab fixes for compute 2026-06-14 16:53:15 +10:00
2f8929d5fb use dynamic rendering instead of render passes 2026-06-14 15:37:47 +10:00
c9aca769b2 add transfer to draw image function 2026-06-14 14:50:56 +10:00
7c01b68d36 cleanup 2026-06-14 14:47:30 +10:00
5dc8d777a6 Revert "fix"
This reverts commit f1584919fc40e609606c43ab1d23d6372fb4afde.

Revert "further fixes for removing global set"

This reverts commit 23753dcc453e854194995f04f5cd77b6ff1630fa.

Revert "add compute wait function"

This reverts commit f596f78479c8410e3f10202443d6289dfb86a1e1.

Revert " fix dispatch cmd buffer"

This reverts commit 2e4cfb3c26d3efbb8e168588846637c6227a6015.

Revert "fix renderpass format"

This reverts commit 4e9656031c34fe8cee5d0e16ef814df51b48c455.

Revert "use swapchain image per framebuffer, remove built in descriptor set"

This reverts commit 62b61fb88306158bb8ef7a733a0c5ce2e75a2497.
2026-06-14 14:17:51 +10:00
f1584919fc fix 2026-06-14 12:04:47 +10:00
23753dcc45 further fixes for removing global set 2026-06-14 12:02:39 +10:00
f596f78479 add compute wait function 2026-06-14 11:40:23 +10:00
2e4cfb3c26 fix dispatch cmd buffer 2026-06-14 11:32:25 +10:00
4e9656031c fix renderpass format 2026-06-14 10:06:42 +10:00
62b61fb883 use swapchain image per framebuffer, remove built in descriptor set 2026-06-14 07:56:10 +10:00
f3640ffa5f add SDL3 overrides 2026-06-12 17:06:02 +10:00
6126144f7c add sdl vulkan support, dub broken 2026-06-12 13:57:09 +10:00
09ce86257e fix up dub file 2026-05-19 05:25:37 +10:00
71ce058596 add dub file (needs more work) 2026-05-19 04:14:38 +10:00
aca976d4d9 fix wasm opengl imports 2026-05-18 07:47:00 +10:00
6d8a1c2114 remove rgfw, replace with SDL3 2026-05-18 07:16:34 +10:00
0ec65e1029 more fixes for opengl 2026-05-18 05:45:27 +10:00
47c3ee8576 revert changes to CreateWindow function 2026-05-18 05:32:21 +10:00
a67814cc89 update function loading 2026-05-18 05:30:01 +10:00
233d23e3a1 add rgfw 2026-05-18 04:12:09 +10:00
c7454e4695 move glx context into platform window 2026-05-17 15:53:13 +10:00
9f2b7d84dc add gl function loading 2026-05-17 15:43:10 +10:00
edaacc9665 set up opengl for x11/wasm 2026-05-17 15:13:14 +10:00
d679e978b1 add todo 2026-05-13 03:39:12 +10:00
d6b3e7444e more cleanup 2026-05-13 03:35:39 +10:00
d2d93f9e86 comment out freetype (for now) 2026-05-13 02:24:26 +10:00
b481fcf195 clean up dependencies 2026-05-13 02:23:31 +10:00
ca7b76168c update script, move stb_truetype 2026-05-12 04:47:52 +10:00
3a4518beb4 merge vulkan library into dlib 2026-05-11 06:34:32 +10:00
2c81e42008 reorganize files, port stbtt to d, remove truetype 2026-05-08 18:18:15 +10:00
f98e6cc07f some clean up (something broke!) 2026-05-03 16:26:41 +10:00
b0c0120fc4 reorganize files, fix wasm, good to go 2026-05-03 12:42:00 +10:00
83d09f6b49 remove more imports 2026-05-01 11:28:38 +10:00
f3bbe7e46b remove xxhash dependency 2026-05-01 11:27:12 +10:00
d7954721d8 remove public imports 2026-05-01 11:26:01 +10:00
31f329c8d5 lots of fixes to get this working in wasm 2026-05-01 11:16:04 +10:00
899a28a17e wip setting everything up for wasm 2026-04-25 17:39:06 +10:00