docs/zink: document rgtc requirement

OpenGL 3.0 requires RGTC support, and until we have emulation in place,
we should document that requirement.

Fixes: d50e8554b9 ("zink: add feature-documentation")
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18549>
(cherry picked from commit 3454ff21e5)
This commit is contained in:
Erik Faye-Lund
2022-09-12 14:12:29 +02:00
committed by Dylan Baker
parent d30ddb0406
commit 4de1373cc4
2 changed files with 8 additions and 2 deletions

View File

@@ -1030,7 +1030,7 @@
"description": "docs/zink: document rgtc requirement", "description": "docs/zink: document rgtc requirement",
"nominated": true, "nominated": true,
"nomination_type": 1, "nomination_type": 1,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": "d50e8554b997338d709e526a8e7c6cd7e970f68c" "because_sha": "d50e8554b997338d709e526a8e7c6cd7e970f68c"
}, },
@@ -1453,7 +1453,7 @@
"description": "Revert \"pvr: Make pvr_cmd_pack() macro clearly internal\"", "description": "Revert \"pvr: Make pvr_cmd_pack() macro clearly internal\"",
"nominated": true, "nominated": true,
"nomination_type": 2, "nomination_type": 2,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": "27c57b86500ce48154533d78b74350c31152b2f3" "because_sha": "27c57b86500ce48154533d78b74350c31152b2f3"
}, },

View File

@@ -74,6 +74,12 @@ supported:
* `VK_EXT_transform_feedback`_ * `VK_EXT_transform_feedback`_
* `VK_EXT_conditional_rendering`_ * `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 OpenGL 3.1
^^^^^^^^^^ ^^^^^^^^^^