Commit Graph

559 Commits

Author SHA1 Message Date
b97f9a1555 refactor(rendering): formalize compatible raster pass recording helpers 2026-04-15 13:12:07 +08:00
3f0f279000 refactor(rendering): infer raster pass graph io from declared context 2026-04-15 13:07:09 +08:00
ea2e44976a refactor(rendering): add override helpers for shared recording contexts 2026-04-15 13:01:04 +08:00
8aee665d32 refactor(rendering): add callback helpers for common graph pass contracts 2026-04-15 12:55:51 +08:00
1d207cf251 feat(physics): add rigidbody velocity control 2026-04-15 12:53:36 +08:00
8645334e38 refactor(rendering): formalize common raster pass graph contracts 2026-04-15 12:52:44 +08:00
c5dcfaedd5 feat(physics): sync runtime physx body state 2026-04-15 12:47:40 +08:00
7cbc992bd8 feat(physics): add physx raycast queries 2026-04-15 12:43:38 +08:00
f90f449745 refactor(rendering): route feature pass recording through shared context 2026-04-15 12:40:31 +08:00
59941626a7 feat(physics): sync scene actors into physx 2026-04-15 12:37:57 +08:00
c0b61df417 refactor(rendering): reuse shared recording context in forward builder 2026-04-15 12:37:37 +08:00
f020bb759e refactor(rendering): derive stage recording contexts from shared defaults 2026-04-15 12:31:16 +08:00
5bf258df6d refactor(rendering): formalize shared render-graph recording context 2026-04-15 12:17:33 +08:00
34aca206ce fix(physics): keep stub backend buildable without physx 2026-04-15 12:09:09 +08:00
3317e47009 feat(physics): add runtime physics scaffolding 2026-04-15 11:58:27 +08:00
053c5a1242 refactor(rendering): move recorded stage execution into contract 2026-04-15 11:39:06 +08:00
936b10590a refactor(rendering): move standalone stage graph inputs into contract 2026-04-15 10:49:16 +08:00
ddfed4c37b refactor(rendering): move stage resource publication into contract 2026-04-15 10:42:10 +08:00
e42b0dc50b refactor(rendering): move sequence graph pass authoring into contract 2026-04-15 10:30:04 +08:00
31a979f779 refactor(rendering): route camera-stage graph pass recording through contract 2026-04-15 08:51:40 +08:00
6f1a7120d2 refactor(rendering): move stage graph pass context into contract 2026-04-15 08:45:42 +08:00
9f3ea11dbc refactor(rendering): move fullscreen stage source binding into contract 2026-04-15 08:38:58 +08:00
ecb7f24794 refactor(rendering): share camera-stage sequence recording loop 2026-04-15 08:25:48 +08:00
3617b4840b refactor(rendering): route camera-stage fallback pass through graph contract 2026-04-15 08:18:36 +08:00
ac5bf9976d refactor(rendering): formalize camera-stage fallback surface contract 2026-04-15 08:14:13 +08:00
c7241338c9 refactor(rendering): route camera-stage recording through shared graph contract 2026-04-15 08:10:06 +08:00
2cda9fd24a Rendering: formalize main-scene graph contract 2026-04-15 07:56:00 +08:00
0c9a67aaca Rendering: formalize render-pass graph contract 2026-04-15 07:39:28 +08:00
c58c28529f Rendering: formalize camera-frame graph builder context 2026-04-15 07:27:09 +08:00
83f55ed5c0 Rendering: formalize render graph recording context 2026-04-15 07:15:48 +08:00
aa727202af Add managed render pipeline selection bridge 2026-04-15 01:57:14 +08:00
ec6965b0dd Add scriptable render pipeline host 2026-04-15 01:33:42 +08:00
82b8bd22cc Introduce native render pipeline host 2026-04-15 01:26:25 +08:00
d0ce2d7883 Centralize render-graph recording context builders 2026-04-15 01:18:15 +08:00
65b3078c7f Extract builtin forward main-scene graph builder 2026-04-15 01:07:59 +08:00
f6fb396a41 Move camera frame plan logic out of public header 2026-04-15 01:00:40 +08:00
f064d6ed68 Extract camera frame fullscreen stage planner 2026-04-15 00:53:51 +08:00
0afcaa0b3b Move render-graph stage policy into internal host 2026-04-15 00:36:11 +08:00
00fa6fffa0 Group camera frame fullscreen color chain intent 2026-04-15 00:32:23 +08:00
ac836ae961 Extract camera frame stage surface resolver 2026-04-15 00:25:19 +08:00
5edc4ed242 Extract camera frame render-graph stage pass runtime 2026-04-15 00:13:35 +08:00
d92afa27da Extract camera frame render-graph stage record context 2026-04-15 00:08:39 +08:00
8232f59276 Extract camera frame render-graph recording session 2026-04-15 00:01:37 +08:00
16f994b5e5 Extract camera frame render-graph stage dispatcher 2026-04-14 23:44:15 +08:00
f26b0024f2 Move camera frame render-graph lifecycle into execution module 2026-04-14 23:38:22 +08:00
3e5b7287c7 Split camera frame render-graph stage recording helpers 2026-04-14 23:33:35 +08:00
39c7ef5fdf Extract camera frame render-graph stage state module 2026-04-14 23:15:40 +08:00
abf30ecfd3 Extract camera frame render-graph stage recording module 2026-04-14 23:03:44 +08:00
61ecb7146d Extract camera frame render-graph execution module 2026-04-14 22:50:16 +08:00
599f622ba4 Extract camera frame render-graph surface utilities 2026-04-14 22:39:35 +08:00