From 2b7c8f3428334c4ec4ebfbf74df067d6ef1765fa Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Fri, 5 Aug 2016 15:20:48 -0700 Subject: [PATCH] Update change log for 1.0.23 --- ChangeLog.txt | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index d2dee715e6..da7edac8e3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1081,3 +1081,61 @@ Other Commits: list for generator into the script arguments instead of the body of genvk.py, and express better dependencies between XML, scripts, and generated files. + +----------------------------------------------------- + +Change log for August 5, 2016 Vulkan 1.0.23 spec update: + + * Bump API patch number and header version number to 23 for this update. + +Github Issues: + + * Add explicit valid value attributes to pname:sType members in vk.xml + (public issue 34). + * Clarify usage of flink:vkGetInstanceProcAddr and + flink:vkGetDeviceProcAddr (public issue 225). + * Fix a copy-and-paste error in the description of + pname:pSwapchainImageCount saying that it was the count of ``format + pairs'' instead of ``swapchain images'' (public issue 292). + * flink:vkCmdExecuteCommandBuffers requires all command buffers to be + allocated from command pools created for the same queue family (public + issue 296). + * Remove bogus +optional+ attribute for + flink:vkEnumerateDeviceLayerProperties::pname:physicalDevice from vk.xml + (public issue 301). + * Clean up the <> reference and contents. Use full enumerant names. + Refer to pname:layerCount in the ``view parameters'' column instead of + pname:arrayLayers. Require N >= 1 for the cube array subview row, not + just arrayLayers >= 6 N (public issue 304). + * Modify description of <> to + be consistent with the description of + <> (public + issue 307). + +Internal Issues: + + * Describe remaining +vk_platform.h+ macros in the <> appendix (internal issue 6). + * Clarify + <> + feature behavior; what memory can be accessed, how bounds checking is + performed, and allowing for vectorization (internal issue 332). + * Document markup for automatic extraction of reference pages from the + spec sources in the style guide (internal issue 395). + * Allow flink:vkCreateDisplayModeKHR to return + ename:VK_ERROR_INITIALIZAION_FAILED_KHR if the user requests mode + parameters that the specified display does not support (internal issue + 411). + * Remove atomic counters (atomic_uint style) from KHR_vulkan_glsl, and + more clearly remove the subroutine keyword alongside it (internal issue + 421). + * Clarify behavior of flink:vkCmdBindDescriptorSets for descriptor sets + not contained in the layout (internal issue 427). + +Other Commits: + + * Change the order in which members of sname:VkAttachmentDescription and + sname:VkPipelineInputAssemblyStateCreateInfo are described to match + their order in the structures. +