Commit Graph

41 Commits

Author SHA1 Message Date
70e5e115c9 codebase layers progress 2025-07-28 15:58:03 -05:00
a8651f7aa7 upgrade from fxc to dxc 2025-07-25 13:43:47 -05:00
f58bcd52ee jfa start 2025-07-16 11:04:28 -05:00
66586f9cf5 unlock fiber wake while wait list locked 2025-07-12 20:21:13 -05:00
9fc74f4838 texture load waitable 2025-07-11 19:39:24 -05:00
e02858fd21 use floating job for playback wait 2025-07-11 14:57:39 -05:00
ff8056b214 remove atomic signedness 2025-07-11 12:14:09 -05:00
25e20ea3bd sys job pools 2025-07-11 01:05:07 -05:00
66bae61b1a schedule user update from sys scheduler 2025-07-10 18:32:26 -05:00
905151abe9 replace null, true, false with integers in code 2025-07-10 13:11:36 -05:00
166db8575b consolidate yielder & fiber_ctx into fiber struct 2025-07-09 13:39:02 -05:00
0a3e9adcbd reset mutex spin count after wait 2025-07-07 02:55:56 -05:00
e720e7e2af worker sleeping 2025-07-06 22:47:08 -05:00
a9bcab1b78 allow color & values for profiling 2025-07-06 14:37:17 -05:00
ca5c1d6ee3 rename 'runner' -> 'worker' 2025-07-05 15:43:18 -05:00
55187aed97 remove old job system 2025-07-05 14:44:00 -05:00
05ce4f32a1 remove scratch.h 2025-07-03 12:29:09 -05:00
b017a9a477 rename atomic eval -> fetch 2025-07-02 13:26:34 -05:00
d38046a007 formatting 2025-07-01 16:17:15 -05:00
fea0346982 pinned jobs 2025-06-30 20:00:11 -05:00
749cc0f625 replace job system w/ with one that makes data parallelism easier 2025-06-30 15:39:48 -05:00
04f4c3a180 convert sys thread & watch structs to opaque ptrs 2025-06-17 23:06:42 -05:00
7b0c95d403 don't expose backbuffer texture to user (blit internally during present) 2025-06-17 17:39:40 -05:00
29ec298b48 dx12 progress 2025-06-17 15:21:26 -05:00
05668865a7 rename temp_arena -> arena_temp 2025-06-07 21:20:35 -05:00
9bccd4eae3 add sampled profiling build option 2025-02-14 12:23:49 -06:00
d7f1ac06cb remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
5593db5202 replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
377b83e035 cleanup 2024-06-21 12:16:22 -05:00
9eabdcd222 msvc support in progress 2024-05-03 02:35:25 -05:00
e3830fccae working sheet cache prototype 2024-04-24 18:19:19 -05:00
228bef5a68 more proper sys_panic 2024-04-15 19:31:22 -05:00
511364ee05 app exit / shutdown callbacks 2024-04-15 18:02:38 -05:00
2d593fee03 rename global 'L' vars to 'G' 2024-04-11 12:50:28 -05:00
02b31ab441 rename DEBUG_LVAR -> DEBUG_ALIAS 2024-04-11 12:42:44 -05:00
2a2e857e08 only initialize tls storage when tls_get is called for first time 2024-04-04 18:47:19 -05:00
59239ce13f cleanup - move linker lib imports to source code 2024-04-03 02:33:29 -05:00
04eb118e60 system startup receipts 2024-03-28 13:31:35 -05:00
508c77abfd use macros for typedef'd function definitions 2024-03-28 11:46:43 -05:00
8f3aaba794 alter DEBUG_LVAR semantics 2024-03-08 17:19:09 -06:00
8284923173 initial commit 2024-02-29 16:01:51 -06:00