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 commit3454ff21e5
)
This commit is contained in:

committed by
Dylan Baker

parent
d30ddb0406
commit
4de1373cc4
@@ -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"
|
||||
},
|
||||
|
@@ -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
|
||||
^^^^^^^^^^
|
||||
|
Reference in New Issue
Block a user