Commit Graph

97 Commits

Author SHA1 Message Date
994ed1e1e1 use SI units for size macros 2025-07-06 16:25:39 -05:00
60613815d7 wrap tracy fiber funcs in NO_INLINE 2025-07-06 13:15:16 -05:00
ca5c1d6ee3 rename 'runner' -> 'worker' 2025-07-05 15:43:18 -05:00
53f38271e6 delete dx11 backend 2025-07-03 23:36:10 -05:00
514c2a6496 fibers wip 2025-07-03 19:53:59 -05:00
fdf35c698d use compiler static assert when possible 2025-07-03 13:02:16 -05:00
6841ff9784 remove thread local storage 2025-07-03 12:20:17 -05:00
749cc0f625 replace job system w/ with one that makes data parallelism easier 2025-06-30 15:39:48 -05:00
e503fc9bdf d3d12 profiling 2025-06-25 16:17:14 -05:00
5a9d9debba shape shader start 2025-06-25 00:11:05 -05:00
8ff4ec4a12 command buffer mapping 2025-06-19 15:58:34 -05:00
40e7abcc4e dx12 command buffers 2025-06-19 14:40:08 -05:00
3895e252f9 retrieve tracy path from environment variable during build 2025-06-18 15:08:53 -05:00
743738ac30 determine arena base implicitly 2025-06-17 22:41:50 -05:00
cfd8fb5f21 store arena in its own committed memory 2025-06-17 22:21:58 -05:00
29ec298b48 dx12 progress 2025-06-17 15:21:26 -05:00
ec77a62fda gpu run state 2025-06-02 16:26:54 -05:00
8aa9f1402b use float2x3 for xforms in shaders 2025-05-28 03:24:26 -05:00
85bac53e78 rename 'renderer' -> 'gpu' 2025-05-23 20:43:51 -05:00
7c1eae3b8c srgb aware rendering 2025-05-23 00:40:51 -05:00
d9f841dad6 vram profiling 2025-05-21 22:10:30 -05:00
3a8a66850d tile testing 2025-05-21 13:10:58 -05:00
7c9a07ff94 gpu profiling. proper vsync disabling 2025-05-20 23:52:41 -05:00
98c238ff79 some temporary color pallete defines 2025-05-16 13:25:08 -05:00
f4c8264c96 spawn1 & spawn2 commands 2025-05-16 12:05:37 -05:00
b909a392f1 fix some warnings 2025-03-01 11:46:29 -06:00
7e7e6a8f87 debug follow 2025-02-27 18:07:49 -06:00
a16a60dd5d prediction progress 2025-02-25 14:56:14 -06:00
944be252c5 replace entity handles with uids 2025-02-24 11:41:36 -06:00
2a93940bff remove u128 2025-02-24 08:50:37 -06:00
f0834c203f prediction progress 2025-02-23 04:18:14 -06:00
d35c951d43 netid -> uid 2025-02-23 02:14:06 -06:00
ba12d5677a prediction progress 2025-02-22 16:07:55 -06:00
be5d10e2b0 replace byteio with bitbuff 2025-02-13 17:15:23 -06:00
6fa3517d7a re-add networked debug drag 2025-02-09 11:13:36 -06:00
d9ebdc4df2 rename 'entity' -> 'sim_ent' 2025-02-08 10:07:49 -06:00
627f736345 host progress 2025-02-06 14:32:06 -06:00
a80eff9e39 host progress 2025-02-03 19:54:06 -06:00
062285b1b3 socket progress 2025-01-31 10:26:07 -06:00
d7f1ac06cb remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
f0a25248c3 remove sys_timestamp, refactor into generalized i64 holding nanoseconds 2025-01-29 11:29:31 -06:00
70e2d4a935 fix some msvc warnings 2025-01-28 10:18:40 -06:00
0836eec851 broad phase for colliders via aabb spatial hash 2025-01-27 19:42:17 -06:00
c200a618b0 collider_get_aabb & collider_test_aabb 2025-01-27 12:11:23 -06:00
b9bc22a019 profile locks 2025-01-26 21:29:03 -06:00
a2f9f58143 retrieve texture size dynamically 2025-01-20 12:03:09 -06:00
cebaed5aa5 refactor renderer_handle -> renderer_texture. retrieve backbuffer as texture. 2025-01-20 11:50:18 -06:00
37f10d76dd working tracers 2025-01-12 18:23:01 -06:00
0716ebd398 separate physics logic from game.c 2025-01-10 15:44:07 -06:00
4e920e071d motor joint 2024-10-28 14:33:26 -05:00