• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Copyright 2022-2024 The Khronos Group Inc.
2SPDX-License-Identifier: CC-BY-4.0
3
4Update Log for the VulkanSC-Docs repository on GitHub.
5Updates are in reverse chronological order starting with the latest public
6release.
7
8This summarizes the periodic public updates, not individual commits.
9Updates on GitHub are done as single large patches at the release point,
10collecting together the resolution of many Khronos internal issues, along
11with any public pull requests that have been accepted.
12
13-----------------------------------------------------
14
15Change log for December 15, 2023 Vulkan SC 1.0.14 spec update:
16
17  * update release number to 14 for this update and reflow spec language
18
19Public issues:
20
21  * None
22
23Internal issues:
24
25  * Merge VK 1.3.269 tag to sc_main (!356)
26  * Remove unfulfillable vkDestroySurfaceKHR VU (01266) from SC (!355)
27  * VUID 05095 language clarification and script improvement (!358)
28  * Clarify shader module requirements (359)
29  * merge VK 1.3.272 tag to sc_main (!360)
30
31-----------------------------------------------------
32
33Change log for September 27, 2023 Vulkan SC 1.0.13 spec update:
34
35  * update release number to 13 for this update
36
37Public issues:
38
39  * None
40
41Internal issues:
42
43  * Merge fixes from sc_1_0 branch (!340,!344)
44  * Fix structextends for structures based on
45    VkDeviceObjectReservationCreateInfo (!330)
46  * Fix VUID 05152 typo (!333)
47  * Fix multiple JSON parser and schema issues (!331)
48  * Fix cast-qual warning in vulkan_json_parser.hpp (!335)
49  * Make VkFaultCallbackInfo pNext pointer-to-const (!342)
50  * Clarify vkEndCommandBuffer error behavior (#184/!346)
51  * Merge Vulkan main branch into sc_main (#168/!310)
52  * Merge the 1.3.235 - 1.3.240 Vulkan changes to sc_main (!332)
53  * Remove superfluous lines from the XML that are causing problems with
54    the Hpp build (!334)
55  * merge VK 1.3.243 to sc_main (!336)
56  * Merge 1.3.245 sources to sc_main (!341)
57  * Add combined registry tooling (!343)
58  * Pipeline cache data related VU changes (!345)
59  * Merge VK 1.3.252 to sc_main branch (!347)
60  * Fix handling of queue types with dependencies when generating
61    spec tables/VUs/etc. from them (!348)
62  * Merge VK 1.3.257 to sc_main (from 1.3.252) (!351)
63  * Address remaining layers/levels issues (#193/!350)
64  * Remove explicit VUs that are duplicate with implicit VUs (#192/!349)
65  * Disable `check-xrefs` by default for VKSC builds (!353)
66
67New Extensions:
68
69  * apiext:VK_QNX_external_memory_screen_buffer (Vulkan public issue #2138)
70
71-----------------------------------------------------
72
73Change log for January 20, 2023 Vulkan SC 1.0.12 spec update:
74
75  * update release number to 12 for this update
76  * Assign/partition VU range for sc_1_0 branch
77  * Reflow / Assign VUIDs using: python3 scripts/reflow.py -overwrite -tagvu
78    chapters/*txt chapters/*/*txt appendices/*txt
79
80Public issues:
81
82  * Add VkPipelineMatchControl to list of scadditions (#3/!323)
83  * Remove scremoval for VkDebugReportObjectTypeEXT (#6/!324)
84
85Internal issues:
86
87  * Fixes for VK_NV_external_sci_sync2 (#164)
88  * json_gen: Remove unnecessary extensions for layer (!309)
89  * Fix misleading deviation text for commandPoolResetCommandBuffer (!311)
90  * Clarify vkDestroyDevice by mentioning deviceDestroyFreesMemory (!312)
91  * Fix VulkanSC apiVersion valid usage (#170/!313)
92  * Resolve duplicated VUID 05089 (!314)
93  * revision 2 of VK_NV_external_memory_sci_buf (!316)
94  * json_gen: Fix undefined print_ / parse_ functions for NV SCI extensions (!317)
95  * Mark VkFaultData returnedonly in the XML (#173/!318)
96  * JSON parser memory allocation fixes (!320)
97  * Fix CTS compilation errors in json parser (!321)
98  * Remove TLS WAR for CTS (!322)
99  * Simplify description of vkEnumerateDeviceLayerProperties (#172/!325)
100  * Add 'U' suffixes in VERSION macros (!326)
101  * Remove requiredbitmask VU for VkSubmitInfo->pWaitDstStageMask (!328)
102
103-----------------------------------------------------
104
105Change log for September 9, 2022 Vulkan SC 1.0.11 spec update:
106
107  * update release number to 11 for this update
108  * reserve VUID range for NV_private_vendor_info
109  * Reflow / Assign VUIDs using: python3 scripts/reflow.py -overwrite -tagvu
110    chapters/*txt chapters/*/*txt appendices/*txt
111
112Public issues:
113
114  * Remove Vulkan-Hpp from CI (#2)
115
116Internal issues:
117
118  * Clarify vkDestroyDevice VUID (!291)
119  * Restore VK_OBJECT_TYPE_SHADER_MODULE for VulkanSC (!293)
120  * Change SciSync import structures to use non-const pointer type for
121    handle (!294)
122  * Make Philosophy section sound safer (!295)
123  * Allow poolSizeCount to be zero (#160, !296)
124  * Fix formatting (stray colon) (!297)
125  * fix indenting of Valid Usage blocks and remove VUID 5116 and 5117 (!298)
126  * Tweak the meaning of commandPoolResetCommandBuffer to allow the command
127    pool creation flag, but not allow vkResetCommandBuffer (!299)
128  * Update cgenerator to replace C-style casts with static_casts in defines
129    (!300)
130  * Update CI to refer to container hash rather than name and update to
131    latest CI image (!301)
132  * Conditionalize text for VKSC (#159, !303)
133  * Fix parser allocations with sizes greater than tab size (!304)
134  * Disallow duplicate pipeline identifiers (#158, !305)
135  * Make application provided fault callback memory optional (#157, !302)
136
137New Extensions:
138
139  * apiext:VK_NV_external_sci_sync2 (deprecating
140    apiext:VK_NV_external_sci_sync) and apiext:VK_NV_private_vendor_info
141    (!306,!307)
142
143-----------------------------------------------------
144
145Change log for May 20, 2022 Vulkan SC 1.0.10 spec update:
146
147  * update release number to 10 for this update
148  * Reflow / Assign VUIDs using: python3 scripts/reflow.py -overwrite -tagvu
149    chapters/*txt chapters/*/*txt appendices/*txt
150
151Internal issues:
152
153  * Added changelog for VulkanSC (#144, !281))
154  * Fixes for extension index in the registry and extension refpages (!282)
155  * Updated README.adoc for Vulkan SC (!280)
156  * Added VUs requiring requested object counts not exceed physical device
157    limits (#142,!283)
158  * Fix conditional logic for inverted conditionals (vulkan#3039,!284)
159  * Deprecate surfaceRequestCount and displayModeRequestCount (#146,!285)
160  * Fix description of the pSubResource parameter of
161    vkGetImageSubresourceLayout (!286)
162  * Add VU limiting VkDisplaySurfaceCreateInfoKHR::transform to a single,
163    supported, transformation (!287)
164
165New Extensions:
166
167  * apiext:VK_NV_external_sci_sync and apiext:VK_NV_external_memory_sci_buf
168    (!288,!289,!290)
169
170-----------------------------------------------------
171
172March 1, 2022 - Vulkan SC 1.0.9 initial public release
173