@@ -42,7 +42,7 @@ Internal Issues
4242 * Fix text markup in some equations in the
4343 <<textures-weightimage-filteroperation, Weight Sampling Operation>>
4444 section (internal issue 4583).
45- * Fir ordering of "`if`" and "`must`" clauses in some MSRTSS VUs (internal
45+ * Fix ordering of "`if`" and "`must`" clauses in some MSRTSS VUs (internal
4646 issue 4592).
4747 * Fix some, and add some new common indirect memory to image command and
4848 memory to image copy VUs (internal MR 7897).
@@ -56,7 +56,7 @@ Internal Issues
5656 * Disable VK_OHOS_native_buffer (internal MR 7917).
5757 * Reorder <<pipelines-ray-tracing, Ray Tracing Pipelines>> section and add
5858 subsections (internal MR 7920).
59- * Embed required image usage flags ito VkImageViewCreateInfo VU 04441
59+ * Embed required image usage flags into VkImageViewCreateInfo VU 04441
6060 instead of referring to an external list in a different part of the
6161 specification (internal MR 7927).
6262
@@ -74,7 +74,7 @@ Github Issues
7474 * Add a NOTE to the <<interfaces-resources-layout, Offset and Stride
7575 (#2627) Assignment>> section linking to a different explanation of the
7676 requirements in the Vulkan Guide (public issue 2621).
77- * Change XML `bitvalues` attribute to `requires' for a few 32-bit
77+ * Change XML `bitvalues` attribute to `requires` for a few 32-bit
7878 Vk*FlagBits types (public PR 2624).
7979 * Clarify that the VkDeviceDeviceMemoryReportCreateInfoEXT::pUserData
8080 pointer passed through callbacks can be NULL in XML and the places in
@@ -100,7 +100,7 @@ Internal Issues
100100 <<interfaces-inputattachment, Fragment Input Attachment Interface>>
101101 section (internal issue 4545).
102102 * Add <<descriptorsets-inputattachment, allowed ImageLayout for
103- InputAttachment>> issue 4567).
103+ InputAttachment>> (internal issue 4567).
104104 * Restore missing validity include for
105105 vkCmdDecompressMemoryIndirectCountNV (internal issue 4514).
106106 * Relax phrasing of VK_KHR_suboptimal from "`is returned if an image
@@ -115,7 +115,7 @@ Internal Issues
115115 VkClusterAccelerationStructureCommandsInfoNV, vkCmdBuildMicromapsEXT,
116116 and common build acceleration structure (internal MR 7628).
117117 * Specify `optional` XML attributes for VkDeviceAddress members of
118- VkBuildPartitionedAccelerationStructureInfoNV
118+ VkBuildPartitionedAccelerationStructureInfoNV,
119119 VkClusterAccelerationStructureCommandsInfoNV, allowing them to be zero
120120 and update VkClusterAccelerationStructureCommandsInfoNV accordingly
121121 (internal MR 7782).
@@ -163,7 +163,7 @@ Internal Issues
163163 * Evaluate complex dependencies in XML at syncgenerator runtime, instead
164164 of relying on asciidoc which cannot evaluate all such expressions
165165 properly. This restores several tokens in the generated tables related
166- to VK_KHR_ray_tracing_pipelin (internal issue 4133).
166+ to VK_KHR_ray_tracing_pipeline (internal issue 4133).
167167 * Merge remaining FUCHSIA, GGP, and [GOOGLE] vendor extension markup in
168168 separate files into the chapters they are included from (internal issue
169169 4516).
@@ -946,7 +946,7 @@ Internal Issues
946946 * Don't require host-image-copy on external resources in
947947 vkGetPhysicalDeviceImageFormatProperties and
948948 vkGetPhysicalDeviceImageFormatProperties2 (internal issue 4078)
949- * Update common copy image VUs to account for texel block extend (internal
949+ * Update common copy image VUs to account for texel block extent (internal
950950 issue 4113)
951951 * Increase the framebuffer/viewport width/height minimum requirement for
952952 Vulkan 1.4 to support 8k rendering (internal issue 4117).
@@ -1090,7 +1090,7 @@ Internal Issues
10901090 stages (internal issue 4233).
10911091 * Add runtime SPIR-V VUs for workgroup layout storage rules (internal
10921092 issue 4255).
1093- * Update VkBufferDeviceAddressInfo and vkGetBufferOpaqueCaptureAddress for
1093+ * Update VkBufferDeviceAddressInfo and vkGetBufferOpaqueCaptureAddress to
10941094 forbid obtaining the device address of a non-sparse and non-mapped
10951095 buffer (internal MR 6883).
10961096 * Rewrite the <<fundamentals-objectmodel-lifetime, Object Lifetime>>
@@ -1278,7 +1278,7 @@ Internal Issues
12781278 * Specify that only the lower 32 bits are used in VkStridedDeviceAddressNV
12791279 (internal MR 7173).
12801280 * Add Vulkan object and base generator scripts for inclusion in
1281- Vulkan-Headers (internal MR 7180),
1281+ Vulkan-Headers (internal MR 7180).
12821282 * Update links to SPIR-V registry and add a missing spirvextension XML
12831283 block (internal MR 7187).
12841284
@@ -2016,7 +2016,7 @@ Internal Issues
20162016 XML 'deprecated' attributes, describing why they're deprecated (internal
20172017 issue 2897).
20182018 * Clarify language about OpFDiv(x,0) generating infinity and relocate to
2019- the <<spirvenv-precision-core-table>> Precision of core SPIR-V
2019+ the <<spirvenv-precision-core-table, Precision of core SPIR-V
20202020 Instructions>> table (internal issue 3902).
20212021 * Update the <<memory-external-android-hardware-buffer-external-formats,
20222022 Android Hardware Buffer External Formats>> section to address confusion
@@ -2036,7 +2036,7 @@ Internal Issues
20362036 * Update VkImageCreateInfo VU 06722 and add new VU to fix mutable image
20372037 creation for planar images to match up with imageview VUs (internal MR
20382038 6774).
2039- * Remove unhelpful (because unobserveable ) additional notes about float
2039+ * Remove unhelpful (because unobservable ) additional notes about float
20402040 precision in <<spirvenv-precision-operation, Precision and Operation of
20412041 SPIR-V Instructions>> (internal MR 6778).
20422042 * Add video codec and capabilities metadata to the XML (internal MR 6787).
@@ -2152,7 +2152,7 @@ Internal Issues
21522152 * Use VK_FILTER_CUBIC_IMG instead of the EXT alias in the
21532153 VkSamplerCreateInfo IMG-specific VU 07911 (internal MR 6697).
21542154 * All VK_IMAGE_CREATE_PROTECTED_BIT to report different memoryTypes in the
2155- implementiation guarantees of properties about memory requirements in
2155+ implementation guarantees of properties about memory requirements in
21562156 the <<resources-association, Resource Memory Association>> section
21572157 (internal MR 6698).
21582158 * Fix markup in vkCmdExecuteCommands VU 09681 (internal MR 6713).
@@ -2192,7 +2192,7 @@ Internal Issues
21922192 * Add links from VkGraphicsPipelineCreateInfo VUs back to the
21932193 corresponding structure members, to avoid duplicating lists of relevant
21942194 dynamic state (internal MR 6681).
2195- * Fix typo in Vk_KHR_dynamic_rendering_local_read proposal document
2195+ * Fix typo in VK_KHR_dynamic_rendering_local_read proposal document
21962196 (internal MR 6686).
21972197 * Make the <<ray-tracing-shader-call, Shader Call Instructions>> list into
21982198 a table (internal MR 6687).
@@ -2416,7 +2416,7 @@ Internal Issues
24162416 Instruction/Sampler/Image View Validation>> section about conditions
24172417 requiring a CTS waiver on some implementations (internal MR 6589).
24182418 * Add a common draw vertex binding VU for primitiveRestartEnable list
2419- topology, corresponding to VkPipelinInputAssemblyStateCreateInfo VU
2419+ topology, corresponding to VkPipelineInputAssemblyStateCreateInfo VU
24202420 06252 (public Vulkan-ValidationLayers issue 4413).
24212421
24222422'''
@@ -2901,7 +2901,7 @@ Internal Issues
29012901 * Consolidate synchronization VUs (internal MR 6164).
29022902 * Rewrite some spec language for apiext:VK_NV_cuda_kernel_launch to be
29032903 internally consistent and follow style guidelines (internal MR 6234).
2904- * Fix names of apiext:VK_NV_cuda_kernnel_launch enums for use with
2904+ * Fix names of apiext:VK_NV_cuda_kernel_launch enums for use with
29052905 apiext:VK_EXT_debug_report (internal MR 6235).
29062906 * Fix common VUs for slink:VkDeviceImageSubresourceInfoKHR to insert
29072907 correct image parameter name (internal MR 6264).
@@ -3083,7 +3083,7 @@ Internal Issues
30833083 * Add reflow test for list continuation in VUs (internal MR 6177).
30843084 * Correct type of flink:vkQueueNotifyOutOfBandNV::pname:pQueueTypeInfo
30853085 (internal MR 6179).
3086- * Add XML `len` attribute for slink:VkFrameBoundaryEXT::pname:pTag order>>
3086+ * Add XML `len` attribute for slink:VkFrameBoundaryEXT::pname:pTag
30873087 (internal MR 6180).
30883088 * Consolidate VUs for apiext:VK_ANDROID_external_format_resolve (internal
30893089 MR 6183).
@@ -4482,7 +4482,7 @@ Internal Issues:
44824482 * Fix minor markup consistency typos in feature and limit xrefs (internal
44834483 merge request 5563).
44844484 * Fix typo in apiext:VK_QCOM_image_processing for required value of
4485- code:unnormalizedCooordinates for the input code:sampler (internal merge
4485+ code:unnormalizedCoordinates for the input code:sampler (internal merge
44864486 request 5564).
44874487 * Fix typo in slink:VkDescriptorDataEXT language (internal merge request
44884488 5568).
@@ -5005,7 +5005,7 @@ Internal Issues:
50055005 repository, and update scripts and tools to match (internal issue 3204)
50065006 * Tag apiext:VK_ARM_rasterization_order_attachment_access as promoted to
50075007 EXT in XML (internal merge request 5364)
5008- * Fix a typo in the "` Color Sample Coverage`" section (internal merge
5008+ * Fix a typo in the "`Color Sample Coverage`" section (internal merge
50095009 request 5367)
50105010 * Fix apiext:VK_EXT_fragment_density_map2 appendix to include the correct
50115011 extension interface information (internal merge request 5368)
@@ -5708,7 +5708,7 @@ Internal Issues:
57085708 flink:vkCmdWriteTimestamp and flink:vkCmdWriteTimestamp2 (internal issue
57095709 2287).
57105710 * Add pname:samplerFilterMinmax feature valid usage statement to
5711- slink:VkSamplerCreateInfo (internal issu 2747).
5711+ slink:VkSamplerCreateInfo (internal issue 2747).
57125712 * Add success and error codes to `vk.xml` for flink:vkWaitForPresentKHR
57135713 (internal issue 2822).
57145714 * Add footnote to flink:vkGetDeviceProcAddr suggesting, but not requiring
@@ -6284,13 +6284,13 @@ GitHub Issues:
62846284 * Refer to flink:vkCmdPipelineBarrier2KHR::pname:pDependencyInfo as a
62856285 pointer, not an array (public issue 1456).
62866286 * Fix spelling and add backwards-compatibility aliases for some
6287- elink:VkPipelinCreateFlagBits values (public issue 1676).
6287+ elink:VkPipelineCreateFlagBits values (public issue 1676).
62886288 * Fix typo in apiext:VK_INTEL_shader_integer_functions2 (public issue
62896289 1696).
62906290 * Replace usage of {depth, color} buffer with {depth, color} attachment
62916291 (public pull request 1701).
62926292 * Add restriction to the <<formats-mandatory-features-depth-stencil,
6293- manadatory format support table>> for depth/stencil formats preventing
6293+ mandatory format support table>> for depth/stencil formats preventing
62946294 implementations from advertising those bits in
62956295 slink:VkFormatProperties::pname:bufferFeatures (public
62966296 Vulkan-ValidationLayers issue 3225).
@@ -6876,7 +6876,7 @@ Internal Issues:
68766876 match similar statement for flink:vkGetDeviceQueue, and split off part
68776877 of it into a new VU statement (internal issue 2645).
68786878 * Fix a few enumerant and member names in the provisional video extensions
6879- to comply with the spec style guidelinse (internal issue 2710).
6879+ to comply with the spec style guidelines (internal issue 2710).
68806880 * Update the descriptions of flink:vkCmdDrawMultiEXT and
68816881 flink:vkCmdDrawMultiIndexedEXT to clarify how they are equivalent to
68826882 calling underlying drawing commands multiple times with different
@@ -7055,7 +7055,7 @@ Internal Issues:
70557055 simplified image type / image view type compatibility table, and move
70567056 the parameter compatibility portions of the table into explicit valid
70577057 usage statements (internal issue 2586).
7058- * Define the slink:VkPipelinCacheHeaderVersionOne structure in `vk.xml`
7058+ * Define the slink:VkPipelineCacheHeaderVersionOne structure in `vk.xml`
70597059 instead of the previous "`Layout for pipeline cache header version one`"
70607060 table (internal merge request 4011).
70617061 * Make the `requires` attribute of the `spirvcapability` XML tag required
@@ -7065,7 +7065,7 @@ Internal Issues:
70657065
70667066New Extensions:
70677067
7068- * `<<VK_NV_extermal_memory_rdma >>`
7068+ * `<<VK_NV_external_memory_rdma >>`
70697069
70707070'''
70717071
@@ -8675,7 +8675,7 @@ Internal Issues:
86758675 * Copy over import/export behavior for sync file descriptor value `-1`
86768676 from slink:VkImportFenceFdInfoKHR to slink:VkImportSemaphoreFdInfoKHR
86778677 (internal issue 2274).
8678- * State that a deriviative group is a quad scope instance in the
8678+ * State that a derivative group is a quad scope instance in the
86798679 <<shaders-derivative-operations, Derivative Operations>> section
86808680 (internal merge request 4025)
86818681
@@ -8794,7 +8794,7 @@ Internal Issues:
87948794 * Add valid usage statement to slink:VkImageCreateInfo requiring that
87958795 images with linear tiling cannot have sparse residency (internal merge
87968796 request 3988).
8797- * Clarify that the ptext:maxPerStageDesciptorUpdateAfterBind *
8797+ * Clarify that the ptext:maxPerStageDescriptorUpdateAfterBind *
87988798 <<limits-required, Required Limits>> must be at least the corresponding
87998799 non- ptext:UpdateAfterBind limits (internal merge request 3992).
88008800
@@ -9856,7 +9856,7 @@ GitHub Issues:
98569856 * Fix issue 2 wording in the `<<VK_KHR_surface>>` appendix (public pull
98579857 request 1100).
98589858 * Fix valid usage statements for
9859- slink:VkSwapchainCreateInfoKhr ::pname:minImageCount interactions with
9859+ slink:VkSwapchainCreateInfoKHR ::pname:minImageCount interactions with
98609860 `<<VK_KHR_shared_presentable_image>>` (public pull request 1101).
98619861 * Change the etext:VK_QUERY_SCOPE_* tokens in the
98629862 slink:VkPerformanceCounterScopeKHR to aliases of new
@@ -10027,7 +10027,7 @@ Internal Issues:
1002710027 (internal merge request 3422).
1002810028 * Add Visual Studio folders to `.gitignore` (internal merge request 3450).
1002910029 * Add language to
10030- slink:sname: VkPipelineCoverageModulationStateCreateInfoNV documenting
10030+ slink:VkPipelineCoverageModulationStateCreateInfoNV documenting
1003110031 that coverage modulation has no effect when using the
1003210032 ename:VK_COVERAGE_REDUCTION_MODE_TRUNCATE_NV reduction mode, clarifying
1003310033 an interaction with `<<VK_NV_coverage_reduction_mode>>` (internal merge
@@ -10921,7 +10921,7 @@ Internal Issues:
1092110921 * Fix some inconsistencies in structures and corresponding pname:sType
1092210922 enumerant names by renaming
1092310923 sname:VkPhysicalDeviceShaderDrawParameterFeatures ->
10924- slink:slink: VkPhysicalDeviceShaderDrawParametersFeatures;
10924+ slink:VkPhysicalDeviceShaderDrawParametersFeatures;
1092510925 sname:VkPhysicalDeviceVariablePointerFeatures ->
1092610926 slink:VkPhysicalDeviceVariablePointerFeatures;
1092710927 sname:VkPhysicalDeviceVariablePointerFeaturesKHR ->
@@ -11206,7 +11206,7 @@ Internal Issues:
1120611206
1120711207 * Document restrictions on image queries for {YCbCr} formats in the
1120811208 <<formats-requiring-sampler-ycbcr-conversion>> table as well as
11209- for slink:sname: VkImageFormatProperties and slink:VkImageCreateInfo
11209+ for slink:VkImageFormatProperties and slink:VkImageCreateInfo
1121011210 (internal issue 1361).
1121111211 * Correct type of the code:FragSizeEXT built-in in the
1121211212 <<interfaces-builtin-variables, Built-In Variables>> section (internal
@@ -11374,7 +11374,7 @@ Internal Issues:
1137411374 policy, we discussed and consider this an acceptable risk, but have
1137511375 polled the mesa-dev list in case there are use cases we missed (internal
1137611376 issue 1492).
11377- * Set spec vetsion to 1 for `VK_GOOGLE_hlsl_functionality1` and
11377+ * Set spec version to 1 for `VK_GOOGLE_hlsl_functionality1` and
1137811378 `VK_GOOGLE_decorate_string` in `vk.xml` (internal MR 2948).
1137911379 * Remove redundant valid usage statement `VkImageCreateInfo-pNext-02395`
1138011380 (internal MR 2950).
@@ -11400,8 +11400,8 @@ Public Issues:
1140011400 * Fix valid usage and XML issues found in public issues 789 and 790 for
1140111401 the `VK_EXT_debug_utils` extension (public pull request 794).
1140211402 * Replace references to `VK_NV_dedicated_allocation` with links to the
11403- corresponding slink:slink: VkMemoryDedicatedRequirements and
11404- slink:slink: VkMemoryDedicatedAllocateInfo structures in the description
11403+ corresponding slink:VkMemoryDedicatedRequirements and
11404+ slink:VkMemoryDedicatedAllocateInfo structures in the description
1140511405 of elink:VkExternalMemoryFeatureFlagBits (public issue 801).
1140611406 * Fix miscellaneous minor markup and spelling issues in
1140711407 `VK_NV_ray_tracing` extension (public pull request 860).
@@ -15289,7 +15289,7 @@ GitHub Issues:
1528915289 pname:ppEnabledLayerNames (in the <<initialization-instances>> and
1529015290 <<devsandqueues-device-creation>> sections) (public issue 214).
1529115291 * Add missing validity rule to flink:vkCmdBeginRenderPass requiring
15292- compatibility between slink:VkAttachmentDescription pname:initalLayout
15292+ compatibility between slink:VkAttachmentDescription pname:initialLayout
1529315293 members and the corresponding attached framebuffer images (public issue
1529415294 233).
1529515295 * Fix Unicode arrows appearing in output instead of relational operators
@@ -15930,8 +15930,7 @@ GitHub Issues:
1593015930 no effect (public issue 4).
1593115931 * Minor fixes to ref pages to track descriptions of memory bits that
1593215932 changed in the core spec. Fix name of a member in the description of
15933- sname:sname:VkPipelineMultisampleStateCreateInfo (public issues 8,
15934- 13).
15933+ sname:VkPipelineMultisampleStateCreateInfo (public issues 8, 13).
1593515934 * Remove redundant validity statement for
1593615935 sname:VkGraphicsPipelineCreateInfo::pname:stageCount (public issue
1593715936 14).
0 commit comments