Commit Graph

28 Commits

Author SHA1 Message Date
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