Module: Mesa Branch: main Commit: 6e990a2f73a36e32390185ca22ad0e7874ed66c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e990a2f73a36e32390185ca22ad0e7874ed66c4
Author: Erik Faye-Lund <[email protected]> Date: Tue Sep 6 14:59:11 2022 +0200 docs/zink: remove bptc from required formats for gl4.2 We now have lowering-code in the mesa state-tracker, meaning we no longer need this feature. Fixes: e4ff42684b9 ("mesa/st: enable bptc extension with fallback") Reviewed-by: Alyssa Rosenzweig <[email protected]> Acked-by: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18434> --- docs/drivers/zink.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 2af3c749571..f5a7469ec79 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -180,13 +180,6 @@ supported: * `VK_KHR_shader_draw_parameters`_ -* Formats requiring ``VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT``: - - * ``VK_FORMAT_BC7_UNORM_BLOCK`` - * ``VK_FORMAT_BC7_SRGB_BLOCK`` - * ``VK_FORMAT_BC6H_SFLOAT_BLOCK`` - * ``VK_FORMAT_BC6H_UFLOAT_BLOCK`` - OpenGL 4.3 ^^^^^^^^^^
