Commit Graph

2 Commits

Author SHA1 Message Date
Berk 444af50f4b Shader cfg ssa (#707)
* [shader] add scalar control flow graph

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* [shader] add scalar control flow graph

* [shader] add gen5 branch resolver

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* [shader] add gen5 branch resolver

* [shader] add scalar reaching definitions

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* [shader] add scalar reaching definitions

* [shader] add cfg and dataflow tests

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* [shader] add cfg and dataflow tests

* [shader] guard descriptors from unresolved registers

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* [shader] guard descriptors from unresolved registers

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 01:39:56 +03:00
MarcelMediaDev 5228335f15 fix(gpu): support Gen5 flat memory and 3D images (#587)
Vector-mesh UI text samples type-10 volume LUTs; treat MIMG DIM=2 as
Dim3D and transport depth through AGC and Vulkan so Z slices no longer
collapse into a single 2D plane.
2026-07-24 15:44:58 +03:00