Publish Chimera GFX source
phase0-ci / build-and-audit (push) Successful in 2m14s

This commit is contained in:
Chimera GFX release export
2026-09-03 03:27:14 +02:00
commit a6037502d7
828 changed files with 100454 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# RetroArch adapter boundary
The compiled scaffold exposes a dependency-free query contract. It reports
RGUI and SDL software fallback as the intended integration path, but reports
software-frame binding not yet implemented and hardware contexts unavailable.
Every hardware-context request returns `SAFETY_POLICY`.
The future driver lifecycle is: initialize a `chimera_gfx_context`, create one
surface, create/reuse textures for software core frames, upload a frame, present
through the selected backend, then destroy texture, surface, and context in
that order. No RetroArch private type or header enters the public library API.