[Feat] (trace-replay): add Create flywheel indirect and instancing fixtures

Two 1.21.1 NeoForge Create in-world captures facing water wheels and a
large cogwheel, one per flywheel backend (/flywheel backend indirect and
instanced). The indirect trace exercises the compute scatter/cull
pipeline, glMultiDrawElementsIndirect with GPU-written commands, and
draw-parameter emulation; captured with persistent-map shadowing so the
unflushed scatter descriptors Flywheel writes are recorded. Both trimmed
to a single frame and brotli-repacked (~7 MiB each).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 12:14:17 +00:00
co-authored by Claude Fable 5
parent 85b68a9969
commit 28facc1c3f
6 changed files with 33 additions and 0 deletions
+14
View File
@@ -257,6 +257,20 @@
"golden": "minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world.0000145353.png",
"alternate_golden": "minecraft-1.21.4-fabric-iris-derivative-main-d24.4.14-in-world.0000145353-android-angle.png",
"target_call": 145353
},
{
"name": "minecraft-1.21.1-neoforge-create-indirect-in-world",
"trace_archive": "minecraft-1.21.1-neoforge-create-indirect-in-world.tgz",
"golden": "minecraft-1.21.1-neoforge-create-indirect-in-world.0000504631.png",
"target_call": 504631,
"timeout_seconds": 1800
},
{
"name": "minecraft-1.21.1-neoforge-create-instancing-in-world",
"trace_archive": "minecraft-1.21.1-neoforge-create-instancing-in-world.tgz",
"golden": "minecraft-1.21.1-neoforge-create-instancing-in-world.0000530333.png",
"target_call": 530333,
"timeout_seconds": 1800
}
]
}