4b5376c343
Updates the hardware-acceleration status table to mark iris, radeonsi, and Vulkan (anv, radv) as 🟡 Compiles (libclc OK). This is the state after the libclc recipe was added as a proper Cat 1 in-house project at local/recipes/dev/libclc/. Status changes: - iris: ❌ Not built → 🟡 Compiles (libclc OK) - radeonsi: ❌ Not built → 🟡 Compiles (libclc OK) - Vulkan anv: ❌ Not built → 🟡 Compiles - Vulkan radv: ❌ Not built → 🟡 Compiles - Lunar Lake/PTL: still ❌ Runtime but ✅ Recognized in kernel The runtime path remains blocked on Phase 4 (Redox gallium winsys). libclc provides the .bc bitcode but Mesa iris/radeonsi need a Redox-specific winsys to translate pipe_screen ops into the redox-drm ioctl surface. Once Phase 4 lands, iris/radeonsi/Vulkan should work end-to-end. Adds a callout note explaining the libclc port status with link to local/recipes/dev/libclc/.