diff --git a/.pick_status.json b/.pick_status.json index 4e36e819aab..d6cd364acdc 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1030,7 +1030,7 @@ "description": "docs/zink: document rgtc requirement", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "d50e8554b997338d709e526a8e7c6cd7e970f68c" }, @@ -1453,7 +1453,7 @@ "description": "Revert \"pvr: Make pvr_cmd_pack() macro clearly internal\"", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "27c57b86500ce48154533d78b74350c31152b2f3" }, diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index ec837106567..02376898d18 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -74,6 +74,12 @@ supported: * `VK_EXT_transform_feedback`_ * `VK_EXT_conditional_rendering`_ +* Formats requiring ``VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT``: + + * ``VK_FORMAT_BC4_UNORM_BLOCK`` + * ``VK_FORMAT_BC4_SNORM_BLOCK`` + * ``VK_FORMAT_BC5_UNORM_BLOCK`` + * ``VK_FORMAT_BC5_SNORM_BLOCK`` OpenGL 3.1 ^^^^^^^^^^