From 5ffcd3fa3e8b00643e8e78812b8a1f5af5036c09 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Sat, 7 Jul 2018 01:49:34 -0700 Subject: [PATCH] Remove partial IMG extension appendix, since IMG hasn't chosen to publish a spec for that yet, and add a change log to the registry documentation. --- appendices/VK_IMG_format_pvrtc.txt | 16 ---------------- registry.txt | 2 ++ 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 appendices/VK_IMG_format_pvrtc.txt diff --git a/appendices/VK_IMG_format_pvrtc.txt b/appendices/VK_IMG_format_pvrtc.txt deleted file mode 100644 index 3155a8b1..00000000 --- a/appendices/VK_IMG_format_pvrtc.txt +++ /dev/null @@ -1,16 +0,0 @@ -include::meta/VK_IMG_format_pvrtc.txt[] - -*IP Status*:: - TBD (See https://github.com/KhronosGroup/Vulkan-Docs/issues/512) - -=== New Enum Constants - - * Extending elink:VkFormat: - ** ename:VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG - ** ename:VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG - ** ename:VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG - ** ename:VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG - ** ename:VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG - ** ename:VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG - ** ename:VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG - ** ename:VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG diff --git a/registry.txt b/registry.txt index 958115b5..4ee37613 100644 --- a/registry.txt +++ b/registry.txt @@ -2002,6 +2002,8 @@ files and Python scripts are logged in Github history. [[changelog]] = Change Log + * 2018-07-07 - Add optional attr:promotedto, attr:deprecatedby, and + attr:obsoletedby attributes to tag:extension tags. * 2018-06-25 - Remove attr:vendorids tags for Khronos vendor IDs. * 2018-04-15 - Add attr:requiresCore. * 2018-03-07 - Updated for Vulkan 1.1 release.