@@ -12,6 +12,61 @@ public pull requests that have been accepted.
1212
1313-----------------------------------------------------
1414
15+ Change log for July 3, 2020 Vulkan 1.2.146 spec update:
16+
17+ * Update release number to 146 for this update.
18+
19+ Github Issues:
20+
21+ * Fix valid usage generation script for optional bitmasks in a
22+ non-optional array (public pull request 1228).
23+ * Add lunr to `package.json` and update the locally cached copy (public
24+ pull request 1238).
25+ * Require that newly released extensions have etext:*_SPEC_VERSION `1`
26+ (public issue 1263).
27+ * Add to the NOTE in slink:VkPhysicalDeviceIDProperties, advising
28+ implementations on returning unique pname:deviceUUID values and avoiding
29+ hardwired values, especially 0 (public issue 1273).
30+ * Add noscript fallback for HTML output (public pull request 1289).
31+ * Fix duplicated VUIDs in flink:vkCmdExecuteGeneratedCommandsNV (public
32+ pull request 1304).
33+ * Fix link markup in <<ray-traversal, Ray Traversal>> chapter, nested link
34+ markup, and linear equation markup in
35+ <<textures-unnormalized-to-integer>> (public pull requests 1305, 1306,
36+ 1307).
37+
38+ Internal Issues:
39+
40+ * Add comments to extending enums in the generated API interfaces showing
41+ which core version and/or extensions provide the enum, matching recent
42+ changes to show this information for commands and structures (internal
43+ issue 1431).
44+ * Only allow code:Invocation memory scope in the
45+ <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
46+ section when memory semantics is *None* (internal issue 1782).
47+ * Make reflow script handle literal block delimiters and lines containing
48+ only whitespace properly (internal issues 2039, 2042).
49+ * Clarify definition of <<limits-maxFragmentCombinedOutputResources,
50+ pname:maxFragmentCombinedOutputResources>> (internal issue 2236).
51+ * Add missing `errorcodes=` XML attributes for some
52+ `<<VK_EXT_display_control>>` commands.
53+ * Clarify <<features-extentperimagetype, allowed extent values based on
54+ image type>> and the related <<limits-maxImageDimension1D>>,
55+ <<limits-maxImageDimension2D>>, <<limits-maxImageDimension3D>>,
56+ <<limits-maxImageDimensionCube>> limits (internal merge request 3922).
57+ * Remove redundant valid usage statement
58+ VUID-VkFramebufferCreateInfo-flags-03188 (internal merge request 3934).
59+ * Update style guide to recommend new extension spec language be contained
60+ in existing asciidoctor files, unless it's of enough scope to create a
61+ and new chapter (internal merge request 3955).
62+
63+ New Extensions:
64+
65+ * `<<VK_EXT_directfb_surface>>` (public pull requests 1292, 1294).
66+ * `<<VK_EXT_fragment_density_map2>>` (internal merge request 3914).
67+
68+ -----------------------------------------------------
69+
1570Change log for June 20, 2020 Vulkan 1.2.145 spec update:
1671
1772 * Update release number to 145 for this update.
0 commit comments