Skip to content

Enable VK_KHR_unified_image_layouts when supported#321

Merged
kvark merged 1 commit intomainfrom
claude/nvidia-prime-investigation-wUmwH
Mar 28, 2026
Merged

Enable VK_KHR_unified_image_layouts when supported#321
kvark merged 1 commit intomainfrom
claude/nvidia-prime-investigation-wUmwH

Conversation

@kvark
Copy link
Copy Markdown
Owner

@kvark kvark commented Mar 26, 2026

No description provided.

@kvark kvark enabled auto-merge (rebase) March 26, 2026 00:05
Blade already uses VK_IMAGE_LAYOUT_GENERAL everywhere, but without
this extension the driver isn't told that GENERAL is intentional and
optimal. Enabling it lets the driver skip any internal layout
optimization heuristics.

Uses raw Vulkan structs since ash 0.38 predates the extension.
Marked with TODO comments for cleanup once ash catches up.

https://claude.ai/code/session_01W9jSvpnbXEXmoHFuUVFdUN
@kvark kvark force-pushed the claude/nvidia-prime-investigation-wUmwH branch from fbf33f3 to f22873a Compare March 28, 2026 03:05
@kvark kvark merged commit 2832f50 into main Mar 28, 2026
12 checks passed
@kvark kvark deleted the claude/nvidia-prime-investigation-wUmwH branch March 28, 2026 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants