From 4de1373cc4ac4a378406659a7c67e11a2ca8ece0 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 12 Sep 2022 14:12:29 +0200 Subject: [PATCH] docs/zink: document rgtc requirement OpenGL 3.0 requires RGTC support, and until we have emulation in place, we should document that requirement. Fixes: d50e8554b99 ("zink: add feature-documentation") Acked-by: Mike Blumenkrantz Part-of: (cherry picked from commit 3454ff21e59446a5371bb85749707d3a1cec9805) --- .pick_status.json | 4 ++-- docs/drivers/zink.rst | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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 ^^^^^^^^^^