From 6e990a2f73a36e32390185ca22ad0e7874ed66c4 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 6 Sep 2022 14:59:11 +0200 Subject: [PATCH] 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 Acked-by: Mike Blumenkrantz Part-of: --- 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 ^^^^^^^^^^