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.
This commit is contained in:
Jon Leech 2018-07-07 01:49:34 -07:00
parent 32a9e2ea3b
commit 5ffcd3fa3e
2 changed files with 2 additions and 16 deletions

View File

@ -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

View File

@ -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.