Commit Graph

47 Commits

Author SHA1 Message Date
0948e357c6 use jobs for resource watch 2025-07-14 17:27:46 -05:00
66586f9cf5 unlock fiber wake while wait list locked 2025-07-12 20:21:13 -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
c548eacd35 sys wake count 2025-07-10 13:32:49 -05:00
905151abe9 replace null, true, false with integers in code 2025-07-10 13:11:36 -05:00
1dd5bf90d0 yield sleep testing 2025-07-09 22:04:11 -05:00
e720e7e2af worker sleeping 2025-07-06 22:47:08 -05:00
2b08223472 add SYS_PRIORITY_INHERIT 2025-07-06 18:06:25 -05:00
994ed1e1e1 use SI units for size macros 2025-07-06 16:25:39 -05:00
69a8a7aa9a move synchronization primitives out of sys layer 2025-07-06 16:20:07 -05:00
a9bcab1b78 allow color & values for profiling 2025-07-06 14:37:17 -05:00
d47b951b82 wait / wake wip 2025-07-05 21:01:30 -05:00
5e99224b28 allocate counters in sys layer 2025-07-05 16:18:07 -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
514c2a6496 fibers wip 2025-07-03 19:53:59 -05:00
6841ff9784 remove thread local storage 2025-07-03 12:20:17 -05:00
b017a9a477 rename atomic eval -> fetch 2025-07-02 13:26:34 -05:00
892daa5ed2 call resource callbacks in job 2025-07-01 01:03:06 -05:00
749cc0f625 replace job system w/ with one that makes data parallelism easier 2025-06-30 15:39:48 -05:00
520dd6c874 pipeline cache 2025-06-24 15:30:14 -05:00
40e7abcc4e dx12 command buffers 2025-06-19 14:40:08 -05:00
b93973720f formatting 2025-06-18 16:22:28 -05:00
b50ba7d4e2 move mutexes & cvs into opaque ptrs 2025-06-17 23:30:59 -05:00
04f4c3a180 convert sys thread & watch structs to opaque ptrs 2025-06-17 23:06:42 -05:00
cfd8fb5f21 store arena in its own committed memory 2025-06-17 22:21:58 -05:00
05668865a7 rename temp_arena -> arena_temp 2025-06-07 21:20:35 -05:00
2dc481bfc0 don't prefix resource names with res directory. check for resource existence after opening. 2025-05-23 23:35:43 -05:00
fa4f750beb rename 'fixed_dict' -> 'dict' 2025-05-21 14:14:05 -05:00
9e804186c2 pass hash directly into fixed dict funtions 2025-05-21 14:03:46 -05:00
c3d0869707 fix dangling resource watch monitor thread 2025-05-13 09:25:48 -05:00
d8f1d646da fix resource watch list merging & deduplication 2025-05-13 06:49:33 -05:00
79ce7a9d6e delay & deduplicate resource watch events 2025-05-13 05:33:59 -05:00
9fd87d9675 sprite: use new notify reloading & allow reloading while out-of-date node is referenced 2025-05-13 03:38:08 -05:00
86a696a70a resource reloading via file change notifications 2025-05-13 00:41:44 -05:00
abac85d324 shader hot reloading 2025-05-07 16:57:36 -05: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
cf3d678699 texture cache w/ eviction & reloading 2024-05-01 00:22:06 -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
04eb118e60 system startup receipts 2024-03-28 13:31:35 -05:00
536d1f602b resource debug lvar 2024-03-11 21:47:55 -05:00
fb2e026665 entity & sprite translation 2024-03-02 02:09:01 -06:00
8284923173 initial commit 2024-02-29 16:01:51 -06:00