From d0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 22 Jun 2026 13:12:27 +0400 Subject: feat: implement FParkan architecture foundation Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation. --- fixtures/acceptance/macos-gl33-triangle-capture.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 fixtures/acceptance/macos-gl33-triangle-capture.json (limited to 'fixtures/acceptance/macos-gl33-triangle-capture.json') diff --git a/fixtures/acceptance/macos-gl33-triangle-capture.json b/fixtures/acceptance/macos-gl33-triangle-capture.json new file mode 100644 index 0000000..6107dc2 --- /dev/null +++ b/fixtures/acceptance/macos-gl33-triangle-capture.json @@ -0,0 +1,17 @@ +{ + "schema_version": "fparkan-macos-gl33-triangle-capture-v1", + "acceptance_id": "S3-GL-001", + "platform_scope": "macos", + "profile": "DesktopCore33", + "probe": "temporary rustc CGL/OpenGL offscreen FBO triangle capture", + "workspace_source_unsafe_free": true, + "requested_cgl_profile": "3.2-core-or-newer", + "version": "4.1 APPLE-23.1.1", + "renderer": "Apple Software Renderer", + "width": 64, + "height": 64, + "magenta_pixels": 1352, + "black_pixels": 2744, + "center_rgba": [255, 0, 255, 255], + "fnv1a64": "060aba78d7123f25" +} -- cgit v1.2.3