Geeks3D Forums

Tech Forums => 3D-Tech News Around The Web => Topic started by: JeGX on February 26, 2016, 01:51:30 PM

Title: Vulkan API specifications 1.0.4 released
Post by: JeGX on February 26, 2016, 01:51:30 PM
The Khronos Group has just updated the specifications of the Vulkan API.

Here are the changes:
Quote
* Bump API patch number from 3 to 4 for the first public update to the
    spec. Add patch number to the spec title (this will be done
    automatically from XML, later).
  * Fixes for numerous editorial issues. Regularize descriptions of
    variable-length array queries. Properly tag enumerants so they come
    out in the right font (many were mislabeled in usage tags in vk.xml,
    or not tagged). Spelling and markup corrections (public issue 4).
  * Fix typos and clearly separate description of different types of
    memory areas (public issue 5).
  * Use standards-compliant preprocessor guard symbols on headers
    (public issue 7).
  * Note that Github users can't currently set labels on issues, and
    recommend a fallback approach (public issue 15).
  * Use latexmath prefix on len= attributes (public issue 29).
  * Make flink:vkCmdUpdateBuffer pname:dataSize limit consistent (public
    issue 65).
  * Add VK_KHR_mirror_clamp_to_edge extension to core API branch, as an
    optional feature not introducing new commands or enums (internal
    issue 104).
  * Cleanup invariance language inherited from the GL specification to
    not refer to nonexistent (GL-specific) state (internal issue 111).
  * Modify the flink:vkCmdDrawIndexed pname:vertexOffset definition to
    not be the "base offset within the index buffer" but rather the
    "value added to the vertex index before indexing into the vertex
    buffer" (internal issue 118).
  * Fix drawing chapter in the "Programmable Primitive Shading" section
    where it described categories of drawing commands. It referenced
    flink:vkCmdDrawIndexed twice. Replace the second reference with
    flink:vkCmdDrawIndexedIndirect (internal issue 119).
  * Typo fixed in <<sparsememory-examples-advanced,Advanced Sparse
    Resources>> sparse memory example (internal issue 122).
  * Add flink:VkDisplayPlaneAlphaFlagsKHR to <require> section of
    VK_KHR_display extension (internal issue 125)
  * Add missing optional="false,true" to
    flink:vkGetImageSparseMemoryRequirements
    pname:pSparseMemoryRequirementCount parameter (internal issue 132)
  * Rename ename:VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT to
    ename:VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT
    (internal issue 133)
  * Fix a handful of broken cross-references in the
    <<samplers,Samplers>> chapter (internal issue 134).
  * Fix "Input Attachement" GLSL example to use correct syntax (internal
    issue 135).
  * Update XML schema and documentation to accomodate recently added
    attributes for validity. Add some introductory material describing
    design choices and pointing to the public repository to file issues.
  * Put include of validity in the core spec extensions chapter on its
    own line, so that asciidoc is happy.
  * Fix vertexOffset language to specify that it's the value added to
    the vertex index before indexing into the vertex buffer, not the
    base offset within the index buffer.
  * Fix error in the description of flink:vkCmdNextSubpass.

Link: https://www.khronos.org/registry/vulkan/

Vulkan resource list: http://www.geeks3d.com/20160205/vulkan-programming-resources-list/
Title: Vulkan API specifications 1.0.6 released
Post by: JeGX on March 13, 2016, 03:32:17 PM
Quote
* Bump API patch number and header version number to 6 for this
    update.

Github Issues:
  * Define 'invocation group' for compute and graphics shaders. Cleanup
    definition and use of 'workgroup', and add glossary entries (public
    issue 1).
  * Various minor editorial fixes (public issue 33).
  * Clarify locations for block members in the
    &lt;&lt;interfaces-iointerfaces-locations,Location Assignment>>
    section (public issue 45).
  * Editorial fixes for &lt;&lt;commandbuffer-allocation,Command Buffer
    Allocation>> section (public issues 54, 59).
  * Clarify behavior of depth test in the &lt;&lt;fragops-depth,Depth
    Test&gt;&gt; section (public issues 80, 81).
  * Remove discussion of return codes from
    flink:vkGetPhysicalDeviceSparseImageFormatProperties and
    flink:vkGetImageSparseMemoryRequirements, which don't return values
    (public issue 82).
  * Allow flink:vkCmdDrawIndirect and flink:vkCmdDrawIndexedIndirect
    pname:drawCount of 0, as well as 1, when the multiDrawIndirect
    feature is not supported (public issue 88).
  * Remove confusing wording in the &lt;&lt;features-limits,Limits>>
    section describing the slink:VkPhysicalDeviceLimits
    pname:minTexelBufferOffsetAlignment,
    pname:minUniformBufferOffsetAlignment, and
    pname:minStorageBufferOffsetAlignment members as both minimums and
    maximums (public issue 91).
  * Clarified that only the RGB components should be affected in places
    where sRGB is referred to in the spec, such as ASTC formats. Minor
    re-wording to avoid "color space" when actively incorrect, now that
    we refer to the Data Format Spec which actually makes a distinction
    between color space and transfer function (public issue 94).
  * Treat pname:pPropertyCount == 0 consistently in
    flink:vkEnumerateInstanceLayerProperties and
    flink:vkEnumerateDeviceLayerProperties (public issue 99)
  * Cleanup minor editorial issues in chapters 14-17 (public issue 100).
  * Clarify definition of flink:vkEnumerateInstanceExtensionProperties
    and flink:vkEnumerateDeviceExtensionProperties (public issue 101).
  * Define the flink:vkEnumerateInstanceExtensionProperties and
    flink:vkEnumerateDeviceExtensionProperties pname:pLayerName
    parameter to be a pointer to a null-terminated UTF-8 string (public
    issue 101).
  * Rearrange "Missing information" references in mandatory format
    tables (public issue 101).
  * Clarify that the enumerated extensions returned by
    flink:vkEnumerateInstanceExtensionProperties and
    flink:vkEnumerateDeviceExtensionProperties will only include
    extensions provided by the platform or extensions implemented in
    implicitly enabled layers (public issue 101).
  * Miscellaneous editorial fixes. Include the Vulkan spec patch number
    in the PDF title. Fix label on &lt;&lt;fig-non-strict-lines,Non
    strict lines>> diagram. Use more easily distinguished symbols in
    tables in the &lt;&lt;features-required-format-support,Required
    Format Support>> section. Don't require FQDNs used as layer names be
    encoded in lower case if not possible, in the
    &lt;&lt;extensions-naming-conventions, Extension and Layer Naming
    Conventions>> section (public issues 101, 119, 121).

Internal Issues:
  * Fixed excessive spacing in tables in XHTML (internal issue 18).
  * Clarify that ename:VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT
    applies to secondary command buffers. Previously spec only referred
    to the members of pname:pCommandBuffers being affected by this bit.
    Added a separate slink:VkSubmitInfo Valid Usage restriction
    specifying that ename:VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT
    also applies to any secondary command buffers that are recorded into
    the primary command buffers in pname:pCommandBuffers (internal issue
    106).
  * Clarify that slink:VkDeviceCreateInfo::pname:pEnabledFeatures can be
    NULL (internal issue 117).
  * Remove "the value of" where it is redundant (e.g. speaking of an API
    parameter, struct member, or SPIR-V variable, but not when speaking
    of color components) (internal issue 175).
  * Forced patch version to always be 0 in the header. Add a
    "VK_API_VERSION_<major>_<minor>" macro for people to use to do the
    right thing. Add a VK_HEADER_VERSION which captures the header
    release number independent of the spec patch number (internal issue
    176).
  * Correct description of
    slink:VkPipelineShaderStageCreateInfo::pname:pName to "a pointer to
    a null-terminated UTF-8 string" (internal issue #197).

Other Commits:
  * Updated DataFormat spec reference to the new date for revision 5 of
    that spec.
  * Fixed KEEP option (to retain LaTeX intermediate files) in the
    Makefile to be included when edited there, as well as set on the
    command line.
  * Reserve and add "VK_IMG_filter_cubic" to the registry, and implement
    script functionality to add and remove validity from existing
    functions. Includes schema and readme changes.
  * Update GL_KHR_vulkan_glsl so push_constants do not have descriptor
    sets.

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/1f875738fd9bd0aca5d36bf36794b4b2903e74a9

Vulkan resource list: http://www.geeks3d.com/20160205/vulkan-programming-resources-list/
Title: Vulkan API specifications 1.0.7 released
Post by: Stefan on March 27, 2016, 08:15:03 AM
QuoteChange log for March 25, 2016 Vulkan 1.0.7 spec update:

  * Bump API patch number and header version number to 7 for this
    update.

Github Issues:

  * Fix slink:VkSpecializationMapEntry example to avoid C/C++ strict
    aliasing issues (public issue 14).

  * Clarify the meaning of "matching" in flink:vkCmdBindDescriptorSets
    validity language (public issue 33).

  * Add stub reference pages so xrefs to not-yet-written pages don't
    generate 404 errors. However, the actual content of these pages
    still needs to be filled in as time allows (public issue 44, but
    does not close that issue out).

  * Remove incorrect validity statement for
    flink:vkGetImageSparseMemoryRequirements (public issue 85).

  * Reword the
    <<features-limits-bufferImageGranularity,bufferImageGranularity>>
    feature in terms of "aliasing", and clarify that it applies to
    bindings in the same memory object (public issue 90).

  * Clarify the relationship of the slink:VkPhysicalDeviceLimits
    pname:maxViewportDimensions and pname:viewportBoundsRange limits
    (public issue 92).

  * Specify sparse unbound texture replacement in the
    <<textures-texel-replacement,Texel Replacement>> section
    independently of robust buffer access language (public issue 100).

  * Add the <<fundamentals-architecture-model,Architecture Model>>
    section to explain architecture constraints Vulkan has chosen to
    accept in order to enable portable and performant code (public issue
    122).

  * State that an object must not be destroyed until *all* (not *any*)
    uses of that object have completed (public issue 123).

  * Minor editorial cleanup (public issues 129, 134, 146, 148).

  * Add validity language for layer and extension names to
    slink:VkDeviceCreateInfo matching that used for
    slink:VkInstanceCreateInfo (public issue 130).

  * Clean up terminology for the case when the bits set in one bitmask
    are a subset of the bits set in another bitmask (public issue 138).

  * Document that input attachments are UniformConstant not Input, in
    the <<interfaces-inputattachment,Fragment Input Attachment
    Interface>> section (public glslang bug 169).

Internal Issues:

  * Add max enum values to "flag bits" enums (internal issue #136).

  * Clarify language around the various uses of the term "block" in the
    <<appendix-compressedtex-bc,Block Compressed Image Formats>> section
    (internal issue #202).

  * Removed "expand" dependency from <enums> groups in vk.xml and added
    auto-generation code in the scripts to infer it instead, to ensure
    consistency. This caused renaming of sname:VkColorSpaceKHR and
    sname:VkPresentModeKHR etext:BEGIN_RANGE (etc.) tokens, but those
    tokens are metadata, not part of the API, and the Vulkan WG is OK
    with this change. This change adds ranges to two additional enums
    that were missing them due to not defining the "expand" attribute
    (internal issue 217).

  * Tweak makefile to generate ref page nroff (.3) files in the right
    output directory, working around an a2x limitation (internal issue
    223).

Other Commits:

  * Add validity requirements for flink:vkCmdCopyQueryPoolResults
    pname:dstBuffer parameter.

  * Fix ref page build to generate .3 targets in the right output
    directory.

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8c3c9b4c85f2539b67148c2de9e2573154c92786
Title: Vulkan API specifications 1.0.8 released
Post by: Stefan on April 03, 2016, 11:30:48 AM
QuoteChange log for April 1, 2016 Vulkan 1.0.8 spec update:

  * Bump API patch number and header version number to 8 for this
    update.

Github Issues:

  * Specify in the validity language for flink:vkBeginCommandBuffer that
    pname:commandBuffer mustnot: currently be pending execution (public
    issue 96).
  * Describe depth comparison using the correct temporary variable names
    in the <<textures-depth-compare-operation,Depth Compare Operation>>
    section (public issue 100).
  * Clarify the order of descriptor update operations in the
    flink:vkUpdateDescriptorSets command (public issue 115).
  * Specify in the VK_KHR_swapchain extension that
    flink:vkAcquireNextImageKHR's pname:semaphore and pname:fence
    parameters cannot both be sname:VK_NULL_HANDLE (partly addresses,
    but does not fully close, public issue 117 / internal issue 246).
  * Change reference to the "lifetime" of a Vulkan command to
    "duration", and define the "duration" term (public issue 135).
  * Added valid usage language for slink:VkImageLayout to require both
    pname:height and pname:depth to be 1 for 1D images and pname:depth
    to be 1 for 2D images (public issue 137).
  * Fix SPIR-V example code in the
    <<descriptorsets-inputattachment,Input Attachment>> section to
    properly decorate the code:InputAttachmentIndex (public issue 139).
  * Fix reference to nonexistent pname:imageInfo in the description of
    flink:VkWriteDescriptorSet to refer to pname:pImageInfo (public
    issue 140).

Internal Issues:

  * Link to the fixed-function vertex chapter from the drawing chapter
    (internal issue #110)
  * Fix typo in slink:VkImageCreateInfo validity language:
    ptext:maxExtent.sampleCounts -> pname:sampleCounts (internal issue
    249).
  * Explain why the non-core token etext:VK_IMAGE_LAYOUT_PRESENT_SRC_KHR
    is used in the example in the
    <<synchronization-semaphores,Semaphores>> section (internal issue
    251).
  * Attempt to clarify in the VK_KHR_android_surface extension's
    <<platformQuerySupport_android,Android Platform Support>> section
    that there is no Android-specific WSI query, and why (internal issue
    252).

Other Commits:

  * Add missing language about ename:VK_INCOMPLETE being returned from
    array queries when the passed array is too short, in the
    VK_KHR_display, VK_KHR_swapchain, and VK_KHR_surface extensions.

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ce3204c7dd53a0116ce3a91fd12919d606c306f5
Title: Vulkan API specifications 1.0.9 released
Post by: Stefan on April 08, 2016, 03:58:26 PM
QuoteChange log for April 8, 2016 Vulkan 1.0.9 spec update:

  * Bump API patch number and header version number to 9 for this
    update.

Github Issues:

  * Fix memory type preorder definition and clarify example list and source
    code for slink:VkMemoryRequirements and slink:VkMemoryHeap (public issue
    26).
  * Ensure slink:VkAllocationCallbacks are properly defined (public issue
    73).
  * Clarify the WSI extension language by switching from the fuzzier
    "ownership" language to more-consistent "acquire" language (public issue
    117).
  * Add language allowing allocation and freeing of memory scoped to the
    duration of any API command in the <<memory-allocation,Memory
    Allocation>> section (public issue 136).
  * Clarify the explicit location assignment always overrides the inherited
    location in the <<interfaces-iointerfaces-locations,Location
    Assignment>> section, even for the first member of a block (public issue
    141).
  * Fixed references to
    slink:VkCommandBufferInheritanceInfo::pname:pipelineStatistics (public
    issue 158).
  * Fix name of slink:VkBufferCopy::pname:size field in validity language
    for flink:vkCmdCopyBuffer (public issue 162).

Internal Issues:

  * Update GL_KHR_vulkan_glsl specification to clarify disallowance of
    spec-const arrays in initializers (internal issue 248).
  * Clarify <<interfaces-iointerfaces-matching,Interface Matching>> section
    to state that user-defined variable interface must match too (internal
    issue 250).

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5d10fc3089ba0ec6a4c7d757a4b18a9ef215d2fb
Title: Vulkan API specifications 1.0.10 released
Post by: Stefan on April 16, 2016, 04:59:27 PM
QuoteChange log for April 15, 2016 Vulkan 1.0.10 spec update:

  * Bump API patch number and header version number to 10 for this
    update.

Github Issues:

  * Slightly tweak the <<memory-allocation,Host Memory>> allocator language
    so that an application wrapping the standard C alloc/free/realloc
    functions is still correct - the previous language was too strong with
    regards to freeing memory. Also made certain scenarios clearer - an
    implementation may now continue without error if an allocation failed
    and it is able to continue correctly (public issue 21).
  * Require that etext:VK_*_CREATE_SPARSE_BINDING_BIT is set when the
    corresponding etext:VK_*_CREATE_SPARSE_RESIDENCY_BIT is used, in the
    <<sparsememory-miptail,Mip Tail Regions>> section and related commands
    flink:vkCreateBuffer and flink:vkCreateImage (public issue 84).
  * Update the <<features,Features, Limits, and Formats>> chapter to clarify
    interactions between optional features and dynamic state for the
    pname:depthBiasClamp and pname:wideLines features (public issue 89).
  * Describe the code:WorkgroupSize builtin in the
    <<interfaces-builtin-variables,Built-In Variables>> section, and update
    the <<compute-shaders,Compute Shaders>> section to further clarify how
    to set the number of workgroups to execute in a compute shader (public
    issue 145).
  * Use the term *image subresource* everywhere instead of *subresource*,
    except for the special case of *host-accessible subresource*, which may
    be either an image subresource or buffer range (public issue 120)
  * Add a note to the <<features,Features, Limits, and Formats>> section
    about extensibility of structures (Public issue 165).
  * Fix return code flink:vkAcquireNextImageKHR when the timeout parameter
    is 0 to ename:VK_NOT_READY instead of ename:VK_TIMEOUT (public issue
    170).
  * Fix typo in slink:VkLayerProperties::pname:apiVersion field (public
    issue 172).

Internal Issues:

  * Fix a few minor internally-detected typos.
  * Minor formatting tweaks to pseudocode in the <<resources,Resource
    Creation>> chapter (internal issue 179).
  * Fix typo in the definition of point sampling for
    elink:VkCullModeFlagBits (internal issue 268).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3b32b240f6a71aba8e8b746aaab8bba45883de77
Title: Vulkan API specifications 1.0.12 released
Post by: JeGX on May 03, 2016, 01:34:37 PM
Quote
* Bump API patch number and header version number to 12 for this
    update.

Github Issues:

  * Change valid usage statements intended to be "sub-points" to
    be actual sub-points (public issue 66).
  * Replace double negation in description of
    slink:VkRenderPassBeginInfo::pname:pClearValues (based on public
    merge 142).
  * Cleanup minor typos in spec, ref pages and XML, including those
    proposed in public pull requests 144, 150, 151, 167, 168, 181, and
    186.
  * Use *strict subset* in describing the partial order of memory
    property types for slink:VkMemoryType, and update the style guide
    accordingly (public issue 190).
  * Fix various "a image" -> "an image" typos (public issue 191).
  * Note in the <<fundamentals-validusage,Valid Usage>> and
    <<extensions-interactions,Extension Interactions>> sections that
    structures defined by extensions which may be passed in structure
    chains using the ptext:pNext member must: include initial
    ptext:sType and ptext:pNext members (public issue 192).

Internal Issues:

  * Remove duplicate language from the description of the pname:fence
    parameter to flink:vkQueueSubmit and improve validity language
    (internal issue 91).
  * Added documentation for "optional" attribute to XML readme.tex/pdf
    (internal issue 149).
  * Clarify the host-side data validity rules and behavior of
    flink:vkFlushMappedMemoryRanges and
    flink:vkInvalidateMappedMemoryRanges (internal issue 266).

Other Commits:

  * Added clarification to flink:vkCmdFillBuffer regarding the use of
    ename:VK_WHOLE_SIZE.
  * Fixed and documented implementation of "validextensionstructs"
    attribute. in XML processing scripts and readme.tex/pdf.
  * Add missing validity statements to flink:vkResetEvent and
    flink:vkCmdResetEvent.
  * Fix validity for the
    ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT flag.
    Correct all the draw/dispatch commands to mention optimally tiled
    images as well as linear tiled images, and say image VIEWS instead
    of images. Add validity statement to flink:vkCmdBlitImage
  * Replace the {apiname} macro with hardcoded "Vulkan", now that we've
    committed to that name.
  * Add the VK_AMD_rasterization_order extension to vk.xml.

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/75bbb5f4d52321eed41337cc463aa036748a1352
Title: Vulkan API specifications 1.0.25 released
Post by: JeGX on August 29, 2016, 08:34:36 AM
Quote

* Bump API patch number and header version number to 25 for this update.
  * Structurally change the specification so that multiple extensions are
    included in the +1.0+ git branch, and specifications will include or not
    include those extensions at build time based on options passed to the
    Makefile. See +doc/specs/vulkan/README.html+ and the ``Layers and
    Extensions'' section of the ``Vulkan Documentation and Extensions''
    document for more information on this change.
  * Register and publish new extensions in the single-branch form:
  ** +VK_NV_external_memory_capabilities+
  ** +VK_NV_external_memory+
  ** +VK_NV_external_memory_win32+
  ** +VK_NV_win32_keyed_mutex+

Github Issues:

  * Clarify description of GetInstanceProcAddr and GetDeviceProcAddr (public
    issue 212).
  * Add SPIR-V <<textures-operation-validation, instruction validation>> for
    single-sampled images (public issue 316).
  * Fix spelling of ``tesselation'' in a few places and note it as an
    exception to the American spelling rules convention (public issue
    327).
  * Fix Makefile to create output directory for ``styleguide''
    target (public issue 329).
  * Fix numerous minor issues with incorrectly tags on enumerant names and
    table titles (public issue 330).
  * Generate specversion.txt date in UTC time and RFC 2822 format
    (public issue 335).
  * Convert link to the SPIR-V Specification for
    flink:VkShaderModuleCreateInfo into an internal link to the normative
    reference (public issue 336).
  * Add ename:VK_ERROR_OUT_OF_MEMORY error code to
    flink:vkCreateDebugReportCallbackEXT (public issue 337).

Internal Issues:

  * Update style guide regarding use of code:NULL and dname:VK_NULL_HANDLE
    (internal issue 393).
  * Change the definition of latexmath:[$q$] in the
    <<textures-image-level-selection,texture image level selection>> section
    to be the index of the maximum defined level for the view, not the
    number of levels in the view (internal issue 406).
  * Allow developers to override dname:VK_DEFINE_NON_DISPATCHABLE_HANDLE
    with their own binary-compatible definition (internal issue 439).
  * Fix +vk_platform.h+ conditional logic causing compile failure with some
    Android compilers (internal issue 441).
  * Implement the single-branch model as described above (internal issue
    461).


Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/85184f305afe0f2e9e99cc9525e8ce25c32e74e0
Title: Vulkan API specifications 1.0.32 released
Post by: JeGX on November 01, 2016, 01:41:26 PM
Quote
Change log for October 25, 2016 Vulkan 1.0.32 spec update:

  * Bump API patch number and header version number to 32 for this update.

Github Issues:

  * Add automatic visibility operations to the presentation engineE when
    doing a queue present in flink:vkAcquireNextImageKHR. Removed all
    references to MEMORY_READ that referenced WSI - they no longer make
    sense (some aspects of public issues 128, 131, 132, 261, and 298).
  * Document valid non-boolean +externsync+ attribute values for <param>
    tags in +vk.xml+ (public issue 265).
  * Add valid usage to slink:VkImageCreateInfo requiring that
    pname:arrayLayers be 1 for images of type ename:VK_IMAGE_TYPE_3D
    (public issue 319).
  * Add missing captions to figures in the <<textures,Image Operations>>
    chapter (public issue 334).
  * Clarify WSI interaction with exclusive sharing mode (public issue
    344).
  * Added explicit language clarifying the allowed queue usage of
    resources created with ename:VK_SHARING_MODE_CONCURRENT (public
    issue 386).
  * Require that the
    slink:VkDescriptorSetLayoutCreateInfo::pname:binding members of the
    pname:pBindings array passed to
    flink:vkDescriptorSetLayoutCreateInfo all be distinct (public issue
    391).

Internal Issues:

  * Remove empty validity blocks from +vk.xml+ and suppressed broken
    validity statements and added missing statements to explicit
    validity. Doesn't affect output, other than some statements
    appearing in another block now (internal issue 513).

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/368b08a7b2add6db489d0af766bd74854e1c87d4
Title: Vulkan API specifications 1.0.34 released
Post by: JeGX on November 25, 2016, 05:51:30 PM
Quote
Change log for November 18, 2016 Vulkan 1.0.34 spec update:

* Bump API patch number and header version number to 34 for this update.

Github Issues:

  * Allow vkUpdateDescriptorSets overflow to skip empty bindings. Clarify
    that unused bindings have a descriptorCount of zero. Improve some valid
    usage for vkUpdateDescriptorSets (public issue 256).
  * Require that slink:VkImageSubresourceRange always define a non-empty
    range of the resource (public issue 303).
  * Added valid usage for slink:VkPresentInfoKHR on the layout of presented
    images (public issue 397).

Internal Issues:

  * Add dependency in src/spec/Makefile so specversion.txt is regenerated
    when needed (internal issue 462).
  * Shorten the table of contents in the single-page ref page HTML output.
    Still working on the PDF (internal issue 536).

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/08310a88df8c803ac916102e7a364fff912e3281

Title: Vulkan API specifications 1.0.35 released
Post by: Stefan on November 27, 2016, 12:59:57 PM
QuoteChange log for November 25, 2016 Vulkan 1.0.35 spec update:

  * Bump API patch number and header version number to 35 for this update.

Github Issues:

  * Document in the <<memory-device-hostaccess,Host Access>> section that
    mapping and unmapping does not invalidate or flush the mapped memory
    (public issues 27, 126).
  * Redefine the entire <<synchronization>> chapter in terms of consistent
    and well defined terminology, that's called out at the start of the
    chapter. This terminology is applied equally to all synchronization
    types, including subpass dependencies, submissions, and much of the
    implicit ordering stuff dotted around the spec. Key terms are laid out
    in the <<synchronization-dependencies,Execution and Memory
    Dependencies>> section at the top of the rewritten chapter (public
    issues 128, 131, 132, 217, 299, 300, 302, 306, 322, 346, 347, 371, 407).
  * Specify order of submission for batches in the
    <<vkQueueSubmit,vkQueueSubmit>> and
    <<vkQueueBindSparse,vkQueueBindSparse>> commands (public issue 371).
  * Add valid usage statements to each of the WSI extension sections
    indicating that the WSI-specific structure parameters must be valid, and
    remove automatically generated valid usage statements now covered by the
    manual sections (public issue 383).
  * Clarify render pass compatibility for flink:vkCmdExecuteCommands (public
    issue 390).

Internal Issues:

  * Update +vk.xml+ to make previously explicit valid usage statements for
    <<vkDebugReportMessageEXT,vkDebugReportMessageEXT>> implicit instead
    (internal issue 553).
  * Add valid usage statement for slink:VkCreateImageInfo preventing
    creation of 1D sparse images (internal issue 573).
  * Fix Python scripts to always read/write files in utf-8 encoding, and a
    logic error in reflib.py which could cause a fatal error for
    malstructured asciidoc (internal issues 578, 586).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/789549ff080dd8aece944b7c5261eb42f97b55c7
Title: Vulkan API specifications 1.0.37 released
Post by: Stefan on December 13, 2016, 06:14:26 PM
QuoteChange log for December 10, 2016 Vulkan 1.0.37 spec update:

  * Bump API patch number and header version number to 37 for this update.

Github Issues:

  * Add usability guarantees on the values returned by
    flink:vkGetPhysicalDeviceSurfaceCapabilitiesKHR in the
    slink:VkSurfaceCapabilitiesKHR structure and by
    flink:vkGetPhysicalDeviceSurfaceFormatsKHR in the
    pname:pSurfaceFormatCount parameter (public issue 385).
  * Add elink:VkDebugReportObjectTypeEXT enumerants for new object types
    introduced by new extensions (public issue 408).
  * Add +VK_NVX_device_generated_commands+ etext:ACCESS bits and define how
    they are used (public issue 415).
  * Fix indentation for slink:VkDebugReportCallbackCreateInfoEXT member
    descriptions (public issue 419).

Internal Issues:

  * Expand requirements memory binding of non-sparse images and buffers from
    the <<resources-association,Resource Memory Association>> section into
    valid usage statements for all of the applicable API calls (internal
    issue 508).
  * Explicitly state that valid usage of flink:vkCreateImage requires that
    flink:vkGetPhysicalDeviceImageFormatProperties would return
    ename:VK_SUCCESS for the requested image configuration (internal issue
    598).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8f014fa579ba050d9c5a3df2bdbca04107846c45
Title: Vulkan API specifications 1.0.38 released
Post by: JeGX on December 19, 2016, 08:22:09 PM
Quote
* Bump API patch number and header version number to 38 for this update.

Github Issues:

  * Make ename:VK_PIPELINE_STAGE_HOST_BIT invalid for all stage masks,
    except for flink:vkCmdWaitEvents (public issue 261).

Internal Issues:

  * Added validation language for flink:vkQueueBindSparse,
    slink:VkPresentInfoKHR, and slink:VkSubmitInfo, and a note to the
    <<synchronization-semaphores-waiting,Semaphore Waiting and Unsignaling>>
    section to clarify that semaphores must be signaled and waited on in a
    1:1 fashion (internal issue 546).
  * Modify valid usage for slink:VkBufferImageCopy to only require
    pname:bufferOffset to be a multiple of the image format's element size
    when the format is not depth/stencil (internal issue 594).

Other Issues:

  * Vulkan(R) is now a registered trademark symbol, and this is reflected in
    documents and copyright statements.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/70b659d28d01a75209d27afbfd764d1ef0d1dcb3
Title: Vulkan API specifications 1.0.39 released
Post by: Stefan on January 24, 2017, 07:21:40 PM
QuoteChange log for January 23, 2017 Vulkan 1.0.39 spec update:

  * Bump API patch number and header version number to 39 for this update.

Github Issues:

  * Clarified that only accesses via the specified buffer/image subresource
    ranges are included in the access scopes (public issue 306).
  * Add missing valid usage statements for flink:vkCreateComputePipelines
    and flink:vkCreateGraphicsPipelines (public issue 427).

Internal Issues:

  * Add a Note to the <<invariance,Invariance>> appendix about a difference
    between OpenGL and Vulkan with regards to how primitives derived from
    offsets are handled (internal issue 355).
  * Add the +<<VK_KHR_get_physical_device_properties2>>+,
    +<<VK_KHR_maintenance1>>+, and +<<VK_KHR_shader_draw_parameters>>+
    extensions (internal issue 448).
  * Add the +<<VK_EXT_shader_subgroup_vote>>+ and
    +<<VK_EXT_shader_subgroup_ballot>>+ extensions (internal issue 449).
  * Update the texture level-of-detail equation in the
    <<textures-scale-factor,Scale Factor Operation>> section to better
    approximate the ellipse major and minor axes (internal issue 547).
  * Forbid non-explicitly allowed uses of interface decorations in the
    introduction to the <<interfaces,Shader Interfaces>> chapter (internal
    issue 607).
  * Replace use of MathJax with KaTeX, for improved load-time performance as
    well as avoiding the scrolling-and-scrolling behavior due to MathJax
    asynchronous rendering when loading at an anchor inside the spec. This
    change also requires moving to HTML5 output for the spec instead of
    XHTML, and there is a visible difference in that the chapter navigation
    index is now in a scrollable sidebar instead of at the top of the
    document. We may or may not retain the nav sidebar based on feedback
    (internal issue 613).
  * Improve consistency of markup and formatting in extension appendices
    (internal issue 631).

Other Issues:

  * Add explicit valid usage statements to slink:VkImageCopy requiring that
    the source and destination layer ranges be contained in their respective
    source and destination images.
  * Add valid usage language for swapchain of flink:vkAcquireNextImage. If
    the swapchain has been replaced, then it should not be passed to
    flink:vkAcquireNextImage.
  * Add a valid usage statement to flink:vkCreateImageView, that the image
    must have been created with an appropriate usage bit set.
  * Noted that slink:VkDisplayPresentInfoKHR is a valid extension of
    slink:VkPresentInfoKHR in the <<wsi_swapchain,WSI Swapchain>> section.
  * Update valid usage for flink:vkCmdSetViewport and flink:vkCmdSetScissor
    to account for the multiple viewport feature. If the feature is not
    enabled, the parameters for these functions have required values that
    are defined in the <<features-features-multiViewport,multiple
    viewports>> section of the spec but were not reflected in the valid
    usage text for these functions.
  * Add the +<<VK_EXT_swapchain_colorspace>>+ extension defining common
    color spaces.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ca4abe0d34ca8ed8410c65c177f8658da183576d
Title: Vulkan API specifications 1.0.40 released
Post by: Stefan on February 12, 2017, 10:17:38 PM
QuoteChange log for February 10, 2017 Vulkan 1.0.40 spec update:

  * Bump API patch number and header version number to 40 for this update.
  * There is a major build change in this release. We are now using the
    Ruby-based ``asciidoctor'' implementation, rather than the Python-based
    ``asciidoc'' implementation, to process the specification. While the
    actual specification markup changes were minimal, this requires a new
    set of build tools and a very different installation process, especially
    because we now use an experimental direct-to-PDF backend for Asciidoctor
    instead of Docbook->dblatex->PDF. It is no longer possible to build the
    Specification using asciidoc. See doc/specs/vulkan/README.adoc
    for some guidance on installing the new toolchain components.
  * There are some minor rendering issues in the PDF output due to teething
    problems with the asciidoctor toolchain, especially with mathematical
    equations. We are aware of these and working on them.

Github Issues:

  * Updated sample code for the <<sparsememory-examples-basic,sparse
    resource binding example>> (public issue 97).
  * Modify line and point clipping behavior in the
    <<vertexpostproc-clipping, Primitive Clipping>> section to allow for
    pop-free behavior. The ability to check for which behavior is
    implemented may be added a future feature or extension (public issue
    113).
  * Unify the discussions of implicit ordering throughout the spec, in
    particular in the new sections <<drawing-primitive-order, Primitive
    Order>>, <<primrast-order, Rasterization Order>>, and
    <<synchronization-implicit, Implicit Synchronization Guarantees>>; the
    discussion of <<synchronization-submission-order, submission order>>;
    and references elsewhere to these sections (public issue 133).
  * Clarify \<\<descriptorsets-compatibility,Pipeline Layout Compatibility>>
    language and introduce the term ``identically defined'' (public issue
    164).
  * Add a dependency to the +VK_EXT_debug_marker+ extension that's needed to
    reuse the object type enum from +VK_EXT_debug_report+, and moves the
    definition of that enum into +VK_EXT_debug_report+ where it should be
    (public issue 409).
  * Remove redundant valid usage statement from slink:VkImageBlit (public
    issue 421).
  * Update GL_KHR_vulkan_glsl to allow the ternary operator to result in a
    specialization constant (public issue 424).
  * Fix valid usage for flink:VkPipelineShaderStageCreateInfo (public issue
    426).
  * Correct typo in New Objects list for <<VK_EXT_debug_report>> (public
    issue 447).

Internal Issues:

  * Moved to asciidoctor for spec builds (internal issue 121).
  * Update style guide to describe where to put new extensions-specific
    asciidoc files, and what to name them (internal issue 626).
  * Add src/spec/indexExt.py to autogenerate registry index entries linking
    into the 1.0-extensions specification, instead of maintaining the index
    manually. (internal issue 642).
  * Autogenerate extension dependencies and lists of all extensions and all
    KHR extensions from the "supported" attributes in +vk.xml+. Execute
    +make config/extDependency.sh+ from +doc/specs/vulkan+ when a supported
    extension is added to vk.xml, to regenerate the dependency script. The
    consequence is that specifying a single extension to the +makeExt+
    script will automatically enable all extensions it depends on as well,
    and that the +makeAllExts+ and +makeKHR+ scripts do not need to be
    updated when a new extension is supported (internal issue 648).
  * Put extension appendices all at the same asciidoc section level, so KHR
    WSI extensions show up in the HTML index (internal issue 648).

Other Issues:

  * Imbed images in the generated HTML specs instead of loading them from
    the images/ directory.
  * Fix missing EXT in extension name
    (ename:VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME).
  * Add new +VK_EXT_SMPTE_2086_metadata+ extension.
  * In the <<platformCreateSurface_xlib,Xlib Surface>> section of the
    +VK_KHR_xlib_surface+ specification, add language warning users that
    they always need to call code:XinitThreads.
  * Use the term "presentable image" (rather than "swapchain image")
    consistently in +VK_KHR_swapchain+ and related extensions, and add a
    glossary term defining it.
  * Relocate the valid usage for samples of
    flink:vkGetPhysicalDeviceSparseImageFormatProperties2KHR::pname:pFormatInfo
    to be below the flink:VkPhysicalDeviceSparseImageFormatInfo2KHR
    structure.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/82e0f83d43f36c8c98c2aaed8da152480acb477b
Title: Vulkan API specifications 1.0.42 released
Post by: JeGX on February 27, 2017, 01:02:47 PM
Quote
Change log for February 27, 2017 Vulkan 1.0.42 spec update:
  * Bump API patch number and header version number to 42 for this update
    (the first anniversary edition).

Github Issues:

  * Changed asciidoctor macros so cross-page links in the standalone
    reference pages function properly (public issue 462).

Internal Issues:

  * Clarified host visibility discussion for slink:VkMemoryType,
    flink:vkInvalidateMappedMemoryRanges, elink:VkAccessFlagBits, and the
    <<synchronization-framebuffer-regions,Framebuffer Region Dependencies>>
    section, removing duplicated information and adding a central definition
    in the access types section (internal issue 552).
  * Change description of
    slink:vkGetPhysicalDeviceSurfacePresentModesKHR::pname:pPresentModes to
    return an array of values, not structures (internal issue 699).

New Extensions:

  * Add a NOTE to the <<extensions,Layers & Extensions>> chapter describing
    the experimental status of `KHX` extensions.
  * Add new Khronos, Khronos Experimental, and vendor Vulkan extensions for
    release at GDC:
  ** VK_KHR_descriptor_update_template
  ** VK_KHR_push_descriptor
  ** VK_KHX_device_group
  ** VK_KHX_device_group_creation
  ** VK_KHX_external_memory
  ** VK_KHX_external_memory_capabilities
  ** VK_KHX_external_memory_fd
  ** VK_KHX_external_memory_win32
  ** VK_KHX_external_semaphore
  ** VK_KHX_external_semaphore_capabilities
  ** VK_KHX_external_semaphore_fd
  ** VK_KHX_external_semaphore_win32
  ** VK_KHX_multiview
  ** VK_KHX_win32_keyed_mutex
  ** VK_EXT_discard_rectangles
  ** VK_MVK_ios_surface
  ** VK_MVK_macos_surface
  ** VK_NVX_multiview_per_view_attributes
  ** VK_NV_clip_space_w_scaling
  ** VK_NV_geometry_shader_passthrough
  ** VK_NV_sample_mask_override_coverage
  ** VK_NV_viewport_array2
  ** VK_NV_viewport_swizzle
  * Add new GLSL vendor extensions to support new builtin variables:
  ** GL_EXT_device_group
  ** GL_EXT_multiview

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/fd0e4c3b67dd07877eae97965e863f2945104d9e
Title: Vulkan API specifications 1.0.43 released
Post by: Stefan on March 11, 2017, 08:36:01 PM
QuoteChange log for March 10, 2017 Vulkan 1.0.43 spec update:

  * Bump API patch number and header version number to 43 for this update.

Github Issues:

  * Make clearer that color write mask is applied regardless of whether
    blending is enabled, by referring to the
    <<framebuffer-color-write-mask,Color Write Mask>> section (public issue
    241).
  * Fix public issue 414:
  ** Added two new command buffer states (invalid, pending), and an explicit
     "command buffer lifecycle" section to explain them.
  ** Replaced "pending execution" with "in the pending state".
  ** Replaced a bunch of "this will invalidate the command buffer" language
     with "this will move the command buffer to the invalid state", and added
     validation language for what state those command buffers should be in.
  ** Added additional validation language about what state a command buffer
     should be in for various commands that affect it.
  ** Added invalidation language to destroy commands in the lifetimes section
     of fundamentals.
  ** Added command buffers to list of objects which must not be deleted
     whilst a (primary) command buffer is in the recording or pending state.
  * Update `GL_KHR_vulkan_glsl` extension to allow anonymous push constant
    blocks (public issue 428).

Internal Issues:

  * Document rules about extension interactions in the style guide (internal
    issue 579).
  * Require ename:VK_PRESENT_MODE_MAILBOX_KHR support in queries of surfaces
    created with flink:vkCreateWaylandSurfaceKHR using the
    VK_KHR_wayland_surface extension (internal issue 666).
  * Remove Valid Usage constraints for flink:vkAllocateDescriptorSets when
    the `VK_KHR_maintainance1` extension is present (internal issue 686).
  * Remove undocumented KHX-variants of vkGetPhysicalDeviceProperties2KHR
    and vkGetPhysicalDeviceImageFormatProperties2KHR from the
    <<VK_KHX_external_memory_capabilities>> and
    <<VK_KHX_external_semaphore_capabilities>> extensions.

New Extensions:

  * `VK_EXT_hdr_metadata`
  * `VK_GOOGLE_display_timing`

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3e4bee3d115e4eb58cb6559af27ed769eccde393 (https://github.com/KhronosGroup/Vulkan-Docs/commit/3e4bee3d115e4eb58cb6559af27ed769eccde393)
Title: Vulkan API specifications 1.0.44 released
Post by: Stefan on March 20, 2017, 11:09:39 PM
QuoteChange log for March 17, 2017 Vulkan 1.0.44 spec update:

  * Bump API patch number and header version number to 44 for this update.

Github Issues:

  * Fix description of <<features-extentperimagetype, Allowed Extent Values
    Based On Image Type>> (public issue 290).
  * Better specify VK_DEVICE_LOST behavior around flink:vkQueueSubmit,
    flink:vkWaitForFences, and flink:vkGetFenceStatus (public issue 423).
  * Clarify definition of flink:vkGetQueryPoolResults::pname:queryCount
    (public issue 441).
  * Simplify and clean up normative language. Remove shall and replace
    recommend and variants with should wherever possible (public issue 448).
  * Fix all dangling internal cross-references in the 1.0-extensions
    specification, and add scripts/checkXrefs to find these in the future
    (public issue 456).
  * Reverse order of ChangeLog.txt entries so the most recent version is
    documented first (public issue 463)
  * Removes "become invalid" which clashes with invalid state for command
    buffers. (public issue 467)
  * Disallowed pending state in spec text for vkResetCommandBuffer, matching
    valid usage (public issue 468)
  * Removes sentence describing invalid state "like initial state". (public
    issue 469)
  * Disallows begin command buffer from resetting command buffers in the
    "recording" state. (public issue 470)
  * Removes mention of state from description of
    VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT (public issue 471)
  * Removed extra valid usage statement in VkSubmitInfo (public issue 472)

Internal Issues:

  * Clarify description of the pname:imageLayout member of
    sname:VkDescriptorImageInfo.
  * Fix typos where etext:VK_VIEW_TYPE* was used instead of
    etext:VK_IMAGE_VIEW_TYPE.
  * Removed the <<VK_KHR_display>> and <<VK_KHR_display_swapchain>> example
    code from the specification and noted it has been moved to the Vulkan
    SDK cube demo (internal issue 179).
  * Reorder VkExternalMemoryHandleTypeFlagBitsNV description (internal issue
    480).
  * Clarify than an implementation is
    <<fundamentals-validusage-flags,permitted to return 'undefined' bit
    flags>> in a bitfield (internal issue 640).
  * Break Valid Usage statements describing unrelated parameters into
    separate statements, and add a style guide entry to follow this approach
    (internal issue 685).
  * Move valid usage statement for slink:VkImageCreateInfo from spec body to
    the explicit valid usage block (internal issue 693).
  * Fix typos in the descriptions of slink:VkDisplaySurfaceCreateInfoKHR,
    flink:vkCreateDisplayModeKHR, and
    flink:vkGetDisplayPlaneSupportedDisplaysKHR in the <<display,Presenting
    Directly to Display Devices>> section (internal issue 698, 704, 716).
  * Clarified that mandatory depth/stencil formats are only a requirement
    for 2D images (internal issue 719).
  * Clarify that variables decorated with DeviceIndex/ViewIndex must be in
    the Input storage class (internal issue 733).
  * Work around generator script problem with removal of Unicode literals
    from Python 3.0-3.2 using `future` package (internal issue 737).
  * Remove nonexistent structure type enums from vk.xml (internal issue
    738).
  * Fix validextensionstructs attributes for structures in the pname:pNext
    chain for VkPresentInfoKHR, fixing implicit valid usage statements for
    those structures (internal issue 740).

New Extensions: ---

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/43f1fd5550cac5547cf3421ad0783f46a6e64aa2
Title: Vulkan API specifications 1.0.45 released
Post by: Stefan on March 25, 2017, 07:54:28 PM
QuoteChange log for March 24, 2017 Vulkan 1.0.45 spec update:

  * Bump API patch number and header version number to 45 for this update.

Github Issues:

  * Defined the lifetime of the memory pointed to by
    slink:VkDisplayPropertiesKHR::pname:displayName to be equal to that of
    its associated display handle (public issue 460).
  * Correct several cases where the sparse memory feature name
    pname:residencyNonResidentStrict was written as
    pname:sparseResidencyNonResidentStrict (public issue 475).

Internal Issues:

  * Fix ptext:pNext member of slink:VkPhysicalDeviceGroupPropertiesKHX to be
    a non-const pointer. Properties structures return values, so the chain
    should be non-const.
  * Clarify definition of memory aliasing to consistently use the terms
    "linear" and "non-linear" when referring to resources, and define what
    those terms mean.
  * Modified XML schema and implicit validity scripts to generate language
    for all ptext:pNext values in a ptext:pNext chain instead of just the
    top level struct, and made `noautovalidity` functional for ptext:sType
    and ptext:pNext (internal issue 535).
  * Add more detail for BT2020 and scRGB color spaces in
    `VK_EXT_swapchain_colorspace` extension (internal issue 632).
  * Add naming rules for Extension Structure Names (structures added to the
    ptext:pNext chain of a base structure) to the style guide (internal
    issue 706).
  * Define the glossary term "ptext:pNext chain", and use it consistently in
    the spec (internal issue 744).

New Extensions:

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/e8cbffbd2548d26915f7a52bbff1204d7407fd09
Title: Vulkan API specifications 1.0.46 released
Post by: JeGX on April 04, 2017, 04:48:05 PM
Quote
* Bump API patch number and header version number to 46 for this update.

Github Issues:

  * Add language to the <<fundamentals-validusage-enums, Valid Usage for
    Enumerated Types>> section allowing values to be returned from Vulkan
    that are not present in extensions explicitly enabled by the
    application, similar to existing language for bit flags in the
    <<fundamentals-validusage-flags, Valid Usage for Flags>> section (public
    issue 442).
  * *Important*: run `gem update --pre asciidoctor-pdf` before trying to
    build this version of the spec - 1.5.0.alpha15 is required for this
    change. Removes the monkey patch currently used to draw valid usage
    blocks across multiple pages which had numerous issues. A fixed version
    was incorporated into Asciidoctor-PDF for the latest release, so the
    monkey patch or any variant thereof is no longer required (public issue
    465).

Internal Issues:

  * Add ename:VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR_EXT
    to `VK_EXT_debug_report` extension
  * Fix ptext:pNext member of
    slink:VkPhysicalDeviceDiscardRectanglePropertiesEXT to be a non-const
    pointer. Properties structures return values, so the chain should be
    non-const.
  * Explicitly remove gl_NumSamples from the `GL_KHR_vulkan_glsl` extension,
    against 1.0 (internal issue 612).
  * Add Valid Usage statements requiring that each structure type valid in a
    ptext:pNext chain must: not appear more than once in a chain (internal
    issue 752).
  * Use ename:VK_USE_PLATFORM_WIN32_KHX in the
    `VK_KHX_external_memory_win32` extension, rather than etext:_KHR
    (internal issue 754).

New Extensions:

  * `VK_KHR_incremental_present`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/f985a50c1f0b6f37c706db32d70da85bc1e2d78f
Title: Vulkan API specifications 1.0.47 released
Post by: JeGX on April 11, 2017, 03:17:11 PM
Quote
  * Bump API patch number and header version number to 47 for this update.

Github Issues:

  * Allow <<synchronization-pipeline-barriers-subpass-self-dependencies,
    self-dependencies>> (also described for slink:VkSubpassDependency) to
    have earlier stages depend on later stages if all stages are
    framebuffer-space (public issue 125).
  * Clarify when pipeline state structures are ignored in the
    slink:VkGraphicsPipelineCreateInfo strucure, when the tessellation
    structure must be valid, and remove 'if `NULL`' descriptions from the
    valid usage statements (public issue 445).
  * Remove the obsolete "validextensionstructs" attribute for
    flink:VkPresentRegionsKHR. This caused a pname:pNext valid usage
    statement to be generated which wasn't consistent with what is stated in
    the spec (public issue 481).

Internal Issues:

  * Clarify facingness of non-polygon fragments for slink:VkStencilOpState
    and in the code:FrontFacing <<interfaces-builtin-variables,built-in
    variable description>>. Define 'facingness' of a fragment as a distinct
    term from facingness of a polygon (internal issue 662).
  * Clarify that the texture compression features (e.g.
    pname:textureCompressionBC) means that all formats of that type
    (<<features-features-textureCompressionASTC_LDR,ASTC>>,
    <<features-features-textureCompressionETC2,ETC2>>,
    <<features-features-textureCompressionBC,BC>>) are supported, and that
    support for individual formats may: queried separately (internal issue
    663).
  * Clarify in the valid usage for slink:VkBindImageMemoryInfoKHX that each
    SFR rectangle must be a multiple of the sparse block size for each
    aspect, e.g. in a depth/stencil image using separate depth/stencil
    planes (internal issue 721).
  * Re-remove KHX variants of KHR structure types after promotion (internal
    issue 762).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0285e9c97749eb0db63843b76c6202e14996b5aa
Title: Vulkan API specifications 1.0.48 released
Post by: JeGX on April 16, 2017, 10:06:41 AM
Quote
* Bump API patch number and header version number to 48 for this update.

Github Issues:

Internal Issues:

  * Add missing VU statements for flink:vkUpdateDescriptorSets (internal
    issue 333).
  * Correct swapped ifdef/ifndef blocks for `VK_KHR_maintenance1` extension
    (internal issue 776).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/757a1232e6541db17585d1f59a17dfdaa272c100
Title: Vulkan API specifications 1.0.49 released
Post by: Stefan on May 13, 2017, 05:55:05 AM
QuoteChange log for May 12, 2017 Vulkan 1.0.49 spec update:

  * Bump API patch number and header version number to 49 for this update.

Github Issues:

  * Modify reference page extraction script to make internal links to spec
    anchors refer to the core specification instead of being dangling links
    (public issue 455).
  * Fix GL_KHR_vulkan_glsl typo and add a nor-normative mapping to the newly
    published StorageBuffer class (public issue 466).
  * Both flink:vkEnumerateInstanceExtensionProperties and
    flink:vkEnumerateDeviceExtensionProperties return
    ename:VK_ERROR_LAYER_NOT_PRESENT, which covers the error case of an
    application providing a layer name that wasn't returned by
    ftext:vkEnumerate{Instance|Device}LayerProperties (public issue 487).
  * The specification for flink:VkApplicationInfo::apiVersion says that the
    driver must return ename:VK_ERROR_INCOMPATIBLE_DRIVER in the case that
    pname:apiVersion specifies a non-supported version. That means that the
    valid usage should not also state that, and so the VU statement is
    removed. The VU had language about "`an effective substitute`" that
    would have been lost, and so it was moved to the pname:apiVersion
    description (public issue 488).

Internal Issues:

  * Modify implicit validity generator script to assign asciidoc anchors to
    all valid usage statements it generates, and reflow.py script to insert
    Valid Usage ID (VUID) tags into the specification source files for
    explicit valid usage statements. This has no semantic effects on the
    specification, but will support the validation layer's detection of
    valid usage violations and allow it to link into the corresponding part
    of the specification (internal issue 583).
  * Assign VUID tags to all explicit VU statements and document
    the process and tag format in the style guide (internal issue 583).
  * Clarify the rules of whether to structure new functionality as instance
    extensions, device extensions, or both in the
    <<extended-functionality-instance-extensions-and-devices, Instance
    Extensions and Device Extensions>> section (internal issue 749).
  * Require that SPIR-V run-time arrays are only used with the
    code:BufferBlock decoration (internal issue 750).
  * Fix implicit and explicit valid usage statements for
    slink:VkWriteDescriptorSet::pname:dstSet (internal issue 767)
  * Fix SPIR-V code sample for ename:VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER
    in the <<descriptorsets-uniformtexelbuffer, Uniform Texel Buffer>>
    section (internal issue 770).
  * Clarify that disabling depth testing also disables depth writes in the
    <<fragops-ds-state, Depth and Stencil Operations>> section (internal
    issue 775).
  * flink:VkDescriptorImageInfo::pname:imageLayout must match the actual
    imageLayout at the time the image is accessed. This was in the spec
    text, but needed an associated valid usage statement.
  * Note that only 32-bit atomic operations are supported in the
    <<spirvenv-module-validation, Validation Rules within a Module>>
    section.
  * Note that code:UniformConstant variables must not have initializers in
    the <<spirvenv-module-validation, Validation Rules within a Module>>
    section.
  * Add a new elink:VkObjectType enumeration to the core API, promoted from
    elink:VkDebugObjectTypeEXT, since it is used for much more than just the
    debug_report extension.

New Extensions:

  * `VK_KHR_get_surface_capabilities2`
  * `VK_KHR_shared_presentable_image`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/685295031d092db5417a5254e4f8b3e8024214cf
Title: Vulkan API specifications 1.0.50 released
Post by: Stefan on May 21, 2017, 08:39:55 AM
QuoteChange log for May 20, 2017 Vulkan 1.0.50 spec update:

  * Bump API patch number and header version number to 50 for this update.

Github Issues:

  * Fix numerous minor issues with the VK_EXT_debug_report extension (public
    issues 478, 483, 486, 489, 490).

Internal Issues:

  * Update flink:vkAllocateDescriptorSets to specify conditions under which
    to return ename:VK_ERROR_FRAGMENTED_POOL or
    ename:VK_ERROR_OUT_OF_POOL_MEMORY instead of
    out-of-host/out-of-device-memory, and improve the
    <<fundamentals-errorcodes, description of those errors (internal issue
    654).
  * Add a NOTE documenting that flink:vkAcquireNextImageKHR can only signal
    a single semaphore, and how to deal with that when multiple physical
    devices in a logical device need to wait on it (internal issue 730).
  * Improve description of pname:pNext chains of
    slink:VkPhysicalDeviceImageFormatInfo2KHR and
    slink:VkImageFormatProperties2KHR (internal issue 814).
  * Clean up math markup issues in the <<textures, Image Operations>>
    chapter (internal issue 818).
  * Update validusage target to use more robust code for preprocessing, by
    making direct use of Asciidoctor's preprocessor. Added uniqueItems check
    to JSON vu schema and add clean_validusage target (internal issue 826).
  * Update style guide to prohibit writing non-self-contained (on a single
    bullet point) Valid Usage statements, and modify offending Valid Usage
    statements in the Specification to match, to assist with automatic
    extraction for the validation layers (internal issue 828).
  * Add ename:VK_VALIDATION_CHECK_SHADERS_EXT to elink:VkValidationCheckEXT
    of the `VK_EXT_validation_flags` extension, to selectively disable
    shader validation.
  * Remove duplicate valid usage statement for slink:VkImageMemoryBarrier.
  * Modify reflow.py script to place VUID tag anchors standalone on a line
    following their corresponding bullet point, and reflow the spec text
    accordingly (this had been pending since the initial tag deployment).

New Extensions:

  * `VK_AMD_texture_gather_bias_lod`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/cebb71d06253ee37909f281eed93ad7243530fce
Title: Vulkan API specifications 1.0.51 released
Post by: Stefan on June 05, 2017, 11:26:16 AM
QuoteChange log for June 4, 2017 Vulkan 1.0.51 spec update:

  * Bump API patch number and header version number to 51 for this update.

Github Issues:

  * Add Valid Usage statement to flink:vkCmdResolveImage to require that
    source and destination image formats match (public issue 492).
  * Specify that a code:char* parameter must: be a valid null-terminated
    string in the <<fundamentals-implicit-validity, implicit valid usage>>
    section (public issue 494).
  * Removed unnecessary VU for slink:VkPhysicalDeviceFeatures which is
    covered by ename:VK_ERROR_FEATURE_NOT_PRESENT already (public issue
    496).
  * Clarify valid usage of pname:pQueueFamilyIndices in
    slink:VkBufferCreateInfo, slink:VkImageCreateInfo, and
    slink:VkSwapchainCreateInfoKHR (public issue 501).
  * Document that dependencies of enabled extensions must also be enabled in
    the <<extended-functionality-extensions-dependencies, Extension
    Dependencies>> section (public issue 507).

Internal Issues:

  * Change slink:VkMappedMemoryRange valid usage to allow pname:offset +
    pname:size == size of the allocation. Also, if ename:VK_WHOLE_SIZE is
    used, require the end of the mapping to be aligned to a multiple of
    pname:nonCoherentAtomSize (internal issue 611).
  * Add issue to `VK_KHR_win32_surface` about reusing window objects from a
    different graphics API or Vulkan ICD (internal issue 639).
  * Require locations on user in/out in `GL_KHR_vulkan_glsl` (internal issue
    783).
  * Added version info to the json validation output, and updated the schema
    to match (internal issue 838).
  * Restructure enumerated type descriptions separately from the command or
    structure they are used in, allowing better reference page generation
    (internal issue 841).
  * Re-sort extension appendices to be in alphabetical order within each
    author ID section.
  * Fix enum naming and clarify behavior for
    `VK_NVX_device_generated_commands` extension.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/1d67e47f1464d5f5e654a405e9a91c7d5441bbb6
Title: Vulkan API specifications 1.0.53 released
Post by: Stefan on June 29, 2017, 07:09:30 PM
QuoteChange log for June 24, 2017 Vulkan 1.0.53 spec update:

  * Bump API patch number and header version number to 53 for this update.

Github Issues:

Internal Issues:

  * Clarify mappings of coordinates for mutable, compatible image views in
    slink:VkImageViewCreateInfo (internal issue 815).
  * Make ename:VK_BIND_SFR_BIT require a logical device with multiple
    physical devices, so that standard sparse image block dimensions are
    only required on systems that support multi-GPU (internal issue 835).
  * Convert all files from use of // refBegin .. // refEnd comments to
    delimit ref pages, to use of open blocks, and update style guide
    accordingly (internal issue 839).
  * Add valid usage for slink:VkWriteDescriptorSet when performing updates
    to a ename:VK_STORAGE_IMAGE descriptor with layout
    ename:VK_IMAGE_LAYOUT_GENERAL.
  * Add a hack to the validity generator script to support an odd
    interaction between flink:vkCmdFillBuffer and an extension (internal
    issue 853).
  * Remove redundant text describing slink:VkBufferCreateInfo::pname:usage,
    which was already covered by implicit valid usage (internal issue 854).
  * Update implicit validity generator script to properly handle the
    pname:sType and pname:pNext members of "returnedonly" structures
    (internal issue 874).
  * Note that slink:VkApplicationInfo::pname:pApplicationName &
    slink:VkApplicationInfo::pname:pEngineName are optional, and add missing
    implicit valid usage statements for flink:vkDestroyInstance.
  * Added missing valid usage for flink:vkCmdWriteTimestamp to require a
    timestamp query pool.
  * Simplify and/or split "`non-atomic`" valid usage statements.

New Extensions:

  * `VK_AMD_gpu_shader_int16`
  * `VK_EXT_blend_operation_advanced`
  * `VK_EXT_sampler_filter_minmax`
  * `VK_NV_framebuffer_mixed_samples`

-----------------------------------------------------
Note: the 1.0.52 spec wasn't published on github, so the 1.0.53 release
combines both change sets.
-----------------------------------------------------

Change log for June 13, 2017 Vulkan 1.0.52 spec update:

  * Bump API patch number and header version number to 52 for this update.

Github Issues:

Internal Issues:

  * Clarify behavior when non-coherent memory has
    <<memory-device-unmap-does-not-flush, not been flushed before being
    unmapped>> (internal issue 819).
  * Fix description of code:WorkgroupSize builtin to note it decorates an
    object, not a variable (internal issue 836).
  * Fix asciidoc attributes so that trailing '{plus}' symbols in [eq] style
    equations are rendered properly (internal issue 845).
  * Add language to the "`Extension Handles, Objects, Enums, and Typedefs`"
    section of the Procedures and Conventions document stating that any new
    handle type requires a corresponding entry in the elink:VkObjectType
    enumerated type (internal issue 856).
  * Update style guide to use slink macro for Vulkan handle type names, and
    define narrow conditions under which to use the *name and *text macros
    instead of *link (internal issue 886).
  * Add a dependency of the <<VK_KHX_device_group,VK_KHX_device_group>>
    extension on VK_KHX_device_group_creation to +vk.xml+ and the extension
    appendix.
  * Change the copyright on Vulkan specification asciidoc *source* files to
    CC-BY 4.0, and update the proprietary Khronos copyright applied to the
    generated *output* formats (internal issue 327). This enables broader
    re-use and modification of the Vulkan specification sources, while not
    affecting the Reciprocal IP License between Vulkan Adopters and Working
    Group Members.

New Extensions:

  * `VK_NV_fill_rectangle`
  * `VK_NV_fragment_coverage_to_color`

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b9e9296cd86d5f83ff33619831ca68d0a7be8457
Title: Vulkan API specifications 1.0.54 released
Post by: Stefan on July 13, 2017, 08:29:33 PM
QuoteChange log for July 13, 2017 Vulkan 1.0.54 spec update:

  * Bump API patch number and header version number to 54 for this update.

Github Issues:

Internal Issues:

  * Fix tessellation domain to have an upper-left origin in the
    <<img-tessellation-topology-ul, tessellation toplogy image>> and related
    language. CTS and all implementations were already doing this, it was
    just a documentation bug that it was flipped to lower-left (internal
    issue 603).
  * Add a section to the style guide describing how VUID tags are changed
    and removed when the corresponding Valid Usage statements are modified
    (internal issue 829).
  * Add explicit Valid Usage statement to
    slink:VkPipelineDynamicStateCreateInfo to require that members of
    pname:pDynamicStates must be unique (internal issue 851).

New Extensions:

  * `VK_KHR_16bit_storage`
  * `VK_KHR_dedicated_allocation`
  * `VK_KHR_external_fence`
  * `VK_KHR_external_fence_capabilities`
  * `VK_KHR_external_fence_fd`
  * `VK_KHR_external_fence_win32`
  * `VK_KHR_get_memory_requirements2`
  * `VK_KHR_storage_buffer_storage_class`
  * `VK_KHR_variable_pointers`

Extensions Promoted From KHX To KHR Status:

  * `VK_KHR_external_memory`
  * `VK_KHR_external_memory_capabilities`
  * `VK_KHR_external_memory_fd`
  * `VK_KHR_external_memory_win32`
  * `VK_KHR_external_semaphore`
  * `VK_KHR_external_semaphore_capabilities`
  * `VK_KHR_external_semaphore_fd`
  * `VK_KHR_external_semaphore_win32`
  * `VK_KHR_win32_keyed_mutex`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/dbfd1b68c449c1f339e3dfd5b90b458cf5424882
Title: Vulkan API specifications 1.0.55 released
Post by: Stefan on July 17, 2017, 11:03:20 PM
QuoteChange log for July 15, 2017 Vulkan 1.0.55 spec update:

  * Bump API patch number and header version number to 55 for this update.

Github Issues:

  * Removed unintended optional parameter in +vk.xml+ from the
    pname:pWaitSemaphores member of slink:VkPresentInfoKHR, which resulted
    in the generation of an incorrect implicit valid usage clause allowing
    pname:pWaitSemaphores to be NULL even when pname:waitSemaphoreCount is
    non-zero (public issue 491).
  * Add missing attribute to +vk.xml+ documenting that
    slink:VkSwapchainCounterCreateInfoEXT extends
    slink:VkSwapchainCreateInfo (public issue 510).
  * Add const qualifier for some `VK_EXT_debug_market` extension command
    parameters that were missing it (public issue 513).
  * Fix definition of q and level~base~ in
    <<textures-image-level-selection,Image Level(s) Selection>> (public
    issue 515).
  * Clarify lifetime requirement for slink:VkRenderPass objects used in
    object creation (public issue 516).
  * Fix link to floating/normalized fixed-point conversion from
    <<interfaces-fragmentoutput,Fragment Output Interface>> (public issue
    521).

Internal Issues:

  * Update the style guide to include the general structure of a Vulkan
    command name, the specific rule for using "`Get`" vs. "`Enumerate`" in
    names, and a table of verbs commonly used in command names (spinoff of
    internal issue 753).
  * Clarified the behavior of automatic layout transitions in case of
    attachment views that are 2D or 2D array views of 3D images. In
    addition, restructured the valid usage clauses corresponding to the
    members of the slink:VkImageSubresourceRange structure and added missing
    valid usage clauses for its pname:baseMipLevel and pname:baseArrayLayer
    members (internal issues 803, 849).
  * Modify `GL_KHR_vulkan_glsl` specification to allow explicit std430 on a
    push_constant declaration (internal issue 919).

Other Commits:

  * Modify <<synchronization-framebuffer-regions, Framebuffer Region
    Dependencies>> to use synchronization scope terminology.
  * Add ename:VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT to the
    `VK_EXT_swapchain_colorspace` extension.
  * Replace XML comments with `comment` attributes and/or tags, to enable
    tools which transform the XML without loss of information.
  * Replace `validextensionstructs` with `structextends`, which is tagged in
    the child structure instead of the parent. This makes it slightly
    simpler to add new structs to the XML, causes fewer merge conflicts, and
    the information is kept localized to the extension structures where it
    belongs. The old `validextensionstructs` attributes will be retained
    until we're certain this doesn't cause problems with known consumers of
    +vk.xml+.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/712755f6883af760b325bc795c23050cac3255b6
Title: Vulkan API specifications 1.0.56 released
Post by: Stefan on July 22, 2017, 09:18:47 AM
QuoteChange log for July 21, 2017 Vulkan 1.0.56 spec update:

  * Bump API patch number and header version number to 56 for this update.

Github Issues:

  * Add valid usage statements for commands introduced by
    `VK_EXT_debug_report` and `VK_EXT_debug_marker` extensions, regarding
    the valid pname:object and pname:objectType values (public issue 495).
  * Modify `GL_KHR_vulkan_glsl` specification to document that uniform and
    buffer block arrays each take only a single binding (public issue 514).
  * Add `KHX` author tag to +vk.xml+ (public issue 526).

Internal Issues:

  * Document use of code: macro for non-Vulkan APIs in the style guide
    (internal issue 863).
  * Document that reference page open block delimiters must not contain
    asciidoc section markup in the style guide (internal issue 898).
  * Fix <<spirvenv,SPIR-V appendix>> to say
    code:VariablePointersStorageBuffer instead of
    code:VariablePointersUniformBufferBlock (internal issue 928).

Other Commits:

  * Add missing extension structures to dependency attributes in +vk.xml+.

New Extenions:

  * `VK_EXT_depth_range_unrestricted`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/80af5ce5a24c6801a93efc8c0259436a1a61f45a
Title: Vulkan API specifications 1.0.57 released
Post by: JeGX on August 01, 2017, 01:52:36 PM
Quote
Change log for August 1, 2017 Vulkan 1.0.57 spec update:
  * Bump API patch number and header version number to 57 for this update.

Github Issues:

  * Fix error in description of ename:VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK
    block size (public issue 342).
  * Update documentation of ename:VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT
    to explicitly mention both graphics and compute pipelines (public issue
    525).

Internal Issues:

  * Document that
    slink:VkPhysicalDeviceLimits::pname:framebufferColorSampleCounts does
    not cover integer formats (internal issue 550).
  * Add a note under slink:VkImageViewCreateInfo describing how values meant
    for one format can be sanitized when used via another format (internal
    issue 927).
  * Add valid usage statements to ftext:vkCmd* documenting that image
    subresources used as attachments must not be accessed as non-attachments
    in a render pass (internal issue 929).
  * Remove obsolete 'validextensionstructs' attribute from +vk.xml+, the XML
    schema, and the schema documentation (internal issue 946).

New Extensions:

  * `VK_AMD_mixed_attachment_samples`
  * `VK_EXT_post_depth_coverage`
  * `VK_KHR_relaxed_block_layout`
  * `VK_NV_depth_range_unrestricted`

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/c8c0862dee6ba9ed861e87648c59fcdf8a032f3a
Title: Vulkan API specifications 1.0.58 released
Post by: Stefan on August 14, 2017, 05:07:18 PM
QuoteChange log for August 14, 2017 Vulkan 1.0.58 spec update:

  * Bump API patch number and header version number to 58 for this update.

Github Issues:

  * Update the <<interfaces-resources-descset,Descriptor Set Interface>>
    section to allow multiple variables with the same descriptor set/binding
    decorations, and require that all variables that are statically used
    must be consistent with the pipeline layout. Allow
    ename:VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER to be used with texture
    and sampler variables (public issues 522, 524).

Internal Issues:

  * Replace networkx package used for extension dependency generation with a
    homegrown network dependency traverser (internal issue 713).
  * Specify in the <<interfaces-fragmentoutput, Fragment Output Interface>>
    section that if a fragment shader writes integers that cannot be
    represented in the format of the colour attachment, then the result is
    undefined (internal issue 893).
  * Separate malformed valid usage statement for
    slink:VkPipelineRasterizationStateCreateInfo into two (internal issue
    918).
  * Fix cases where the term 'pNext chain' is incorrectly used in reference
    to functions, rather than their parameters. Replace 'pNext list' with
    'pNext chain'. Fixed typo in the example code of
    +VK_KHR_dedicated_allocation+ (internal issue 944).
  * Fix typo in elink:VkExternalSemaphoreHandleTypeFlagBitsKHR enum
    descriptions, replacing
    etext:VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_FENCE_FD_BIT_KHR with
    ename:VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR, and make the
    description more consistent with
    VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR (internal issue 950).

Other Issues:

  * Clarify how pipeline stage masks affect
    <<synchronization-pipeline-stages-masks, access and synchronization
    scopes>>.
  * Clarify that dedicated allocations do not allow aliasing in the
    flink:vkBindBufferMemory and flink:vkBindImageMemory valid usage
    statements.
  * Correct specification of pname:dynamicCount for push_constant token in
    slink:VkIndirectCommandsLayoutNVX.

New Extensions:

  * `VK_EXT_shader_viewport_index_layer`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/cd4de492bf04b4a7542a5029ae4b998f117a7ac8 (https://github.com/KhronosGroup/Vulkan-Docs/commit/cd4de492bf04b4a7542a5029ae4b998f117a7ac8)
Title: Vulkan API specifications 1.0.59 released
Post by: Stefan on August 20, 2017, 12:19:43 PM
QuoteChange log for August 19, 2017 Vulkan 1.0.59 spec update:

  * Bump API patch number and header version number to 59 for this update.

Github Issues:

  * Fix a few missing Implicit Valid Usage statements to indicate that a
    common parent of two objects is required (public issue 497).
  * Clarify render pass synchronization language for
    slink:VkSubpassDependency and \<\<renderpass,render passes>> (public
    issue 531).
  * Rename ename:VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT to
    ename:VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_EXT for consistency, and
    add an alias for backwards compatibility (public issue 539).

Internal Issues:

  * Add an explanation to the \<\<interfaces-builtin-variables-layer,
    code:Layer>> description explaining that writing to invalid layers
    results may or may not result in primitives being processed and fragment
    shaders being run, and gives undefined results in the framebuffer
    (internal issue 614)
  * Add valid usage statement for slink:VkDescriptorSetLayoutBinding
    requiring that input attachment descriptor bindings must not use
    non-fragment stages (internal issue 933).

Other Issues:

  * Makes description of pname:loadOp and pname:storeOp easier to read in
    the \<\<renderpass-load-store-ops>> section.

New Extensions:

  * `VK_EXT_shader_stencil_export`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/bbb637d6dbe78a5d8c1c8f8f2129353b0e4dc1dc
Title: Vulkan API specifications 1.0.60 released
Post by: Stefan on September 04, 2017, 04:33:24 PM
QuoteChange log for September 5, 2017 Vulkan 1.0.60 spec update:

  * Bump API patch number and header version number to 60 for this update.

Github Issues:

  * Document that <<queries-timestamps, Timestamp Queries>> can only be
    meaningfully compared when they are written from the same queue (public
    issue 216).
  * Document that the `<extension>` tag `type` attribute is required for
    non-disabled extensions (derived from, but does not close public issue
    354).
  * Clean up registry schema length attribute descriptions to be consistent
    and correct (public issue 555).

Internal Issues:

  * Replace as much of the hand-written extension appendix metadata as
    possible with asciidoc includes generated from corresponding attributes
    of +vk.xml+, and enhance the style guide to match. This avoids
    inconsistencies between +vk.xml+ and the appendices, and produces a more
    uniform style (internal issue 137).
  * Remove the generated extDependency.{py,sh} files from the tree and
    create them dynamically on demand instead, reducing merge conflicts
    (internal issue 713).
  * Add a prototype tool for generating in-place difference markup for
    sections guarded by asciidoc conditionals, and new syntax for open
    blocks to support it (internal issue 833).
  * Remove unnecessary restriction of etext:*SYNC_FD_BIT_KHR external handle
    types to the same physical device in the
    slink:VkPhysicalDeviceIDPropertiesKHR,
    flink:VkImportMemoryWin32HandleInfoKHR,
    slink:VkImportFenceWin32HandleInfoKHR, slink:VkImportFenceFdInfoKHR,
    slink:VkImportSemaphoreWin32HandleInfoKHR,
    slink:VkImportSemaphoreFdInfoKHR
    <<external-memory-handle-types-compatibility, External memory handle
    types compatibility>>, <<external-semaphore-handle-types-compatibility,
    External semaphore handle types compatibility>>, and
    <<external-fence-handle-types-compatibility, External fence handle types
    compatibility>> sections (internal issue 956).

Other Issues:

  * Remove dependency of +VK_KHX_device_group+ on +VK_KHR_swapchain+ (there
    is an interaction, but not a strict dependency), and add a new
    `extension` attribute to the `<require` XML tag to allow classifying a
    subset of interfaces of an extension as requiring another extension.
    Update the registry schema and documentation accordingly.

New Extensions:

  * `VK_AMD_shader_fragment_mask` (and related `GL_AMD_shader_fragment_mask`
    GLSL extension)
  * `VK_EXT_sample_locations`
  * `VK_EXT_validation_cache`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/df88ded281466e08fcef9730ec5600f0f5535bce
Title: Vulkan API specifications 1.0.61 released
Post by: Stefan on September 15, 2017, 04:14:58 PM
QuoteChange log for September 15, 2017 Vulkan 1.0.61 spec update:

  * Bump API patch number and header version number to 61 for this update.

Github Issues:

  * Provide alternate length attributes (altlen=) in the XML schema, for
    those using length attributes to generate code instead of documentation
    (public issue 555).
  * Fix erroneous references to `latex:` being used for asciidoc math
    markup, rather than `latexmath:` (public pull request 556).
  * Add author ID to XML for Kazan software renderer (public pull request
    557).

Internal Issues:

  * Add the <<fundamentals-abi,Application Binary Interface>> section
    describing platform ABI requirements and recommendations, add examples
    of function and function pointer declarations to the
    <<boilerplate-platform-specific-calling-conventions, Platform-Specific
    Calling Conventions>> section, and remove related language that existed
    elsewhere in the specification (internal issue 64).
  * Describe where to document valid usage interactions of chained
    structures in the style guide, and fix one case now appearing in
    slink:VkBufferCreateInfo instead of the child
    slink:VkDedicatedAllocationBufferCreateInfoNV structure (internal issue
    715).
  * Add example to the style guide of describing enumerated types which are
    empty when the spec is built without relevant extensions enabled, and
    apply it to existing examples for
    elink:VkDescriptorSetLayoutCreateFlagBits and
    elink:VkSubpassDescriptionFlagBits (internal issue 864).
  * Add a note to the <<fundamentals-validusage-enums, Valid Usage for
    Enumerated Types>> section that the special values suffixed with
    etext:_BEGIN_RANGE, etext:_END_RANGE, etext:_RANGE_SIZE and
    etext:_MAX_ENUM are not part of the API and should: not be used by
    applications (internal issue 872).
  * Added note to flink:vkCmdUpdateBuffers explaining the performance
    penalty for copies done in this way, and why the upper copy limit is
    what it is (internal issue 952).
  * Update `VK_KHX_device_group` to split some functionality into the new
    `VK_KHR_bind_memory2` extension, and rename that functionality (internal
    issue 969).
  * Remove *Status* fields from extension appendices, since they are by
    definition published and complete by the time they reach the public
    github repository (internal issue 973).

Other Issues:

  * Update Data Format specification dependency to version 1.2 and change
    references to DF sections accordingly.
  * Update XML to make the pname:pAllocator parameter of
    flink:vkRegisterDeviceEventEXT and flink:vkRegisterDisplayEventEXT in
    the `VK_EXT_display_control` extension as optional.

New Extensions:

  * `VK_KHR_bind_memory2`
  * `VK_KHR_image_format_list`
  * `VK_KHR_maintenance2`
  * `VK_KHR_sampler_ycbcr_conversion`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0cc6bba634aeecb88e4b43f1bdfd84a339c1869e
Title: Vulkan API specifications 1.0.62 released
Post by: Stefan on October 07, 2017, 04:59:22 PM
QuoteChange log for October 6, 2017 Vulkan 1.0.62 spec update:

  * Bump API patch number and header version number to 62 for this update.

Github Issues:

  * Move asciidoc conditionals for `VK_KHR_maintenance1` in
    slink:VkDescriptorSetAllocateInfo so valid usage statements for
    `VK_KHR_push_descriptor` aren't accidentally removed when the first
    extension isn't enabled (public issue 573).
  * Fixed errors in API example code for
    flink:vkUpdateDescriptorSetWithTemplateKHR and
    flink:vkCmdPushDescriptorSetWithTemplateKHR (public issue 577).

Internal Issues:

  * Specify constraints on concurrent access to fences that share payload in
    the <<synchronization-fences-importing, Importing Fence Payloads>> and
    <<synchronization-semaphores-waiting-state, Semaphore State Requirements
    For Wait Operations>> sections (internal issue 820).
  * Define the term "`retired swapchain`", reorganize some swapchain
    language, and improve language for pname:oldSwapchain in
    flink:VkSwapchainCreateInfoKHR, the <<swapchain-wsi-image-create-info>>
    table, flink:vkDestroySwapchainKHR, and flink:vkAcquireNextImage2KHX
    (internal issue 869).
  * Describe in the <<writing-arrays, Describing Properties of Array
    Elements>> section of the style guide how and when to use "`each`" and
    "`any`" to refer to properties of array elements, and make those uses in
    the specification consistent (internal issue 884).
  * Clarified that events cannot be used for cross-queue synchronization in
    the <<synchronization-events, Events>> section and for
    flink:vkCmdWaitEvents (internal issue 970).
  * Add success and error codes to +vk.xml+ for
    flink:vkCreateValidationCacheEXT (internal issue 995).
  * Clarify aspect mask usage for image memory barriers of multi-plane
    images in slink:VkImageSubresourceRange, slink:VkImageMemoryBarrier, and
    the <<textures-layout-validation, Layout Validation>> section (internal
    issue 996).

Other Issues:

  * Fixed typo in flink:VkRenderPassSampleLocationsBeginInfoEXT (renamed
    field pname:pSubpassSampleLocations to
    pname:pPostSubpassSampleLocations).
  * Add missing buffer usage requirements for indirect draws in
    flink:vkCmdDrawIndirect, flink:vkCmdDrawIndirectCountAMD,
    flink:vkCmdDrawIndexedIndirect, and
    flink:vlCmdDrawIndexedIndirectCountAMD.
  * Modify Makefile to allow specification to build in git "`detached HEAD`"
    state.
  * Update valid usage ID generation script to allow recursively operating
    on all `.txt` files in a specified directory, and move the `startVUID`
    tracking information into a separate python file that is automatically
    updated by the script.

New Extensions:

  * Add +vk.xml+ entries for pending `VK_ANDROID_native_buffer` extension
    (note, this extension is not yet enabled).
  * `VK_AMD_shader_image_load_store_lod`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/6012d138c7d6939e00772f80477569b25abad52b
Title: Vulkan API specifications 1.0.63 released
Post by: Stefan on October 15, 2017, 07:07:36 AM
QuoteChange log for October 13, 2017 Vulkan 1.0.63 spec update:

  * Bump API patch number and header version number to 63 for this update.

Github Issues:

  * Add missing valid usage statements for ptext:maxDescriptorSets*,
    ptext:maxPerStageDescriptorInputAttachments, and
    ptext:maxPerStageResources to slink:VkPipelineLayoutCreateInfo.txt,
    flink:VkComputePipelineCreateInfo, and
    flink:VkGraphicsPipelineCreateInfo (public issue 546).
  * Fix typos in ftext:vkCmdDraw*AMD descriptions (public pull request 549).
  * Fixed flink:vkCmdWriteTimestamp so it is not unnecessarily restricted to
    queues supporting graphics or compute operations (public issue 558).
  * Improvements to valid usage generator for output `*Flags` pointer
    parameters and for some `void *` parameters (public pull requests 560,
    562).
  * Document `altlen` attribute in XML schema as valid C99 syntax and tweak
    `vk.xml` to match (public pull request 566).
  * Clarify when pname:fence is signaled by flink:vkQueueSubmit in a more
    obvious place (public issue 577).

Internal Issues:

  * Specify a whitelist of supported SPIR-V Storage Classes in the
    <<spirvenv-module-validation, Validation Rules within a Module>>
    appendix (internal SPIR-V issue 166).
  * Relax the shared semaphore wait timeout requirement in the
    <<synchronization-semaphores-importing, Importing Semaphore Payloads>>
    section (internal issue 820).
  * Update the <<textures-image-level-selection, Image Level(s) Selection>>
    equations so that the parameters returned by the level-of-detail query
    appear explicitly, also fixing the issue that linear filtering would
    select a level below the base level for magnification (internal issue
    926).
  * Disallow creation of a swapchain with zero pname:imageExtent in
    slink:VkSurfaceCapabilitiesKHR and slink:VkSwapchainCreateInfoKHR
    (internal issue 1020).

Other Issues:

  * Clarify in <<textures-operation-validation,Image View Validation>> that
    the layout of subresources in an image view must have a layout that
    matches that written into the descriptor, and that this section is about
    validating image views, not images.

New Extensions:

  * `VK_EXT_global_priority`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/52d809dd04be4b063adb715eb5a2114e30a9f6d4
Title: Vulkan API specifications 1.0.64 released
Post by: Stefan on October 21, 2017, 10:03:46 AM
QuoteChange log for October 20, 2017 Vulkan 1.0.64 spec update:

  * Bump API patch number and header version number to 64 for this update.

Github Issues:

  * Add chapter name to the PDF page footer (public pull request 458).
  * Fix several mistaken references to the nonexistent etext:VK_DEVICE_LOST
    status to etext:VK_ERROR_DEVICE_LOST (public pull request 502).
  * Fix description of the tlink:PFN_vkDebugReportCallbackEXT debug report
    callback function pointer to match the validation layer behavior (public
    issue 534).
  * Document experimental KHX extensions and alternate vendor author IDs
    also ending in X in more detail in the <<extensions, Layers &
    Extensions>> appendix, the extensions section of the style guide, and
    the registry schema description document (public issues 536, 580).
  * Fix references to ptext:pDepthStencil to properly refer to
    pname:pDepthStencilState or pname:pRasterizationState as appropriate in
    the slink:VkGraphicsPipelineCreateInfo description (public issue 542).
  * Fix wrong parameter name in slink:VkPipelineMultisampleStateCreateInfo
    valid usage (public pull request 571).

Internal Issues:

  * Update the style guide to describe how to write LaTeX math expressions
    in table cells (internal issue 908).
  * Define how framebuffer-local dependencies work between subpasses with
    the same or different numbers of samples, in the
    slink:VkSubpassDescription and <<synchronization-framebuffer-regions,
    Framebuffer Region Dependencies>> sections. This clarifies which samples
    in an input attachment you are allowed to access after a
    framebuffer-local dependency (internal issue 915).
  * Specify which storage classes can have an initializer in the
    <<spirvenv-module-validation, Validation Rules within a Module>> section
    (internal issue 1023).
  * Use "LOD" consistently for "level-of-detail", to eliminate spelling
    inconsistencies. The term is already standardized in the Glossary
    (internal issue 1027).

Other Issues:

  * Fix false positives in Makefile dependencies when rules fail, by
    deleting partially-made targets.

New Extensions:

  * `VK_AMD_shader_info`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5436521608c40f324b397693f5bb758d666e3f55
Title: Vulkan API specifications 1.0.65 released
Post by: JeGX on October 28, 2017, 02:00:57 PM
Quote
Change log for October 27, 2017 Vulkan 1.0.65 spec update:
  * Bump API patch number and header version number to 65 for this update.

Github Issues:

  * Replaced inaccurate "`pixel`" with "`texel`" or "`compressed texel
    block`" as appropriate in the <<sparsememory, Sparse Resources>> chapter
    (public issue 86).
  * Attempt to clarify security/integrity guarantees in the
    <<fundamentals-errors, Errors>> section (public issue 147).
  * Update the <<memory-device,Device Memory>> section with clarifications
    and markup fixes (public pull request 194).
  * Fix typo VkDeviceCreateInfo -> slink:VkDebugMarkerObjectNameInfoEXT in
    sample code for `VK_EXT_debug_marker` extension (public pull request
    227).
  * Clarified slink:VkFramebufferCreateInfo language regarding concurrent
    use of attachment resources during a render pass instance (public issue
    299).
  * Added overlap rules for destination regions in <<copies,copy commands>>.
    Also unified the sparse and non-sparse source-destination overlap rules,
    since the non-sparse rules were technically inaccurate in the face of
    aliasing in flink:vkBindMemory2 - the new rules are true regardless
    (public issue 317).
  * Clarified the <<features-features-samplerAnisotropy,
    pname:samplerAnisotropy feature>> to only affect the
    slink:VkSamplerCreateInfo::pname:anisotropyEnable value, and that
    pname:maxAnisotropy is ignored when pname:anisotropyEnable is VK_FALSE
    (public issue 503).
  * Clarify pointer valid usage statements to use "`valid pointer to valid
    _object_`" terminology and update the
    <<fundamentals-validusage-pointers,Valid Usage for Pointers>> section
    accordingly (public pull request 547).
  * Some operations that use integer coordinates can also accept a LOD to
    sample from. Add a description of that selection and the validity
    conditions in the new <<textures-integer-coordinate-operations, Integer
    Texel Coordinate Operations>> section (public issue 548).
  * Update stext:VkImageSubresource* valid usage statements (public pull
    request 550).
  * Added text tying ename:VK_OUT_OF_POOL_MEMORY error for
    flink:vkAllocateDescriptorSets to the number of descriptor types in the
    allocating pool. Removed redundant "`length`" text about number of
    descriptors returned (public issue 582).
  * Update slink:VkSwapchainCreateInfoKHR descriptions (public pull request
    585).
  * Update slink:VkPipelineViewportWScalingStateCreateInfoNV and related
    structures' valid usage statements (public pull request 587).
  * Change some dates to conform to ISO 8601 as specified in the style guide
    (public pull request 601).
  * Fix some math markup problems and be more consistent in use of asciidoc
    math markup (public pull request 602).

Internal Issues:

  * Clarified that attribute reads from incomplete vertex buffer elements
    are considered out of bounds accesses, in the
    slink:VkPhysicalDeviceFeatures and flink:vkCmdBindVertexBuffers.txt
    sections (internal issue 842).

Other Issues:

New Extensions:

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0a1c49409f23100118f03bb5b33ab53f009c13f8
Title: Vulkan API specifications 1.0.66 released
Post by: Stefan on November 27, 2017, 05:57:20 PM
QuoteChange log for November 27, 2017 Vulkan 1.0.66 spec update:

  * Bump API patch number and header version number to 66 for this update.

Github Issues:

  * Clarified how and when ename:VK_ERROR_TOO_MANY_OBJECTS is generated in
    flink:vkAllocate Memory, and remove incorrect valid usage statement
    about exceeding the API limit (public issue 356).
  * Minor clarification of the description of
    flink:vkUpdateDescriptorSetWithTemplateKHR::pname:descriptorUpdateTemplate
    (public issue 564).
  * Minor fixes for flink:vkCmdSetViewportWScalingNV (public pull request
    588).
  * Fix random name markup issues (public pull request 603).
  * Fix code:BuiltIn decoration typo in the <<fxvertex-attrib, Vertex
    Attributes>> section (public pull request 606).
  * Fix synchronization language following the definition of
    flink:vkAcquireNextImageKHR (public issue 607).
  * Restore descriptions of several commands and structures missing from the
    generated spec due to a mistyped asciidoctor conditional (public issue
    612).
  * Fix 1.0.41 changelog to refer to public issues 403/404 (public issue
    618).

Internal Issues:

  * Refactor valid usage statements with internal conditionals in
    `copies.txt`, `pipelines.txt`, `renderpass.txt`, and `resources.txt` so
    each branch of the conditional appears as a standalone statement which
    can contain a separate VUID. This should have no impact on the generated
    specs, but is necessary given the present state of the VU extractor and
    the validation layer code that consumes them (internal issue 1043).
  * Fix VkQueueGlobalPriorityEXT enum values missing _EXT suffix (internal
    issue 1045).
  * Clarified initial ownership of resources bound to shared memory objects,
    (internal issue 1068).
  * Fix duplicated valid usage ID tag for flink:vkCmdCopyImage, and make the
    required layouts include ename:VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIONAL in
    both cases (internal issue 1084).

Other Issues:

  * Remove the noise functions from GLSL for SPIR-V for Vulkan in the
    `GL_KHR_vulkan_glsl.txt` extension.

New Extensions:

  * `VK_EXT_external_memory_host`
  * `VK_EXT_external_memory_dma_buf`
  * `VK_EXT_queue_family_foreign`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/64fa8ef4df3bff37214e717abe490f7ea7ea44b0
Title: Vulkan API specifications 1.0.67 released
Post by: JeGX on January 06, 2018, 07:30:18 PM
Quote
Change log for January 5, 2018 Vulkan 1.0.67 spec update:

  * Bump API patch number and header version number to 67 for this update.
  * Update copyright dates to 2018

Github Issues:

  * Fix texture lookup functions in `GL_KHR_vulkan_glsl` specification
    (public pull request 363).
  * Clarify the state waited semaphores are left in when a call to
    flink:vkQueuePresentKHR fails (public issue 572).
  * Cleanup descriptions of slink:VkObjectTablePushConstantEntryNVX and
    slink:VkObjectTableDescriptorSetEntryNVX (public issue 583)
  * Remove redundant flink:vkCmdSetDiscardRectangleEXT valid usage
    statements (public pull 586).
  * Make dynamic state array length valid usage statements implicit for
    flink:vkCmdSetViewportWScalingNV, flink:vkCmdSetDiscardRectangleEXT, and
    flink:vkCmdSetViewport (public pull 589).
  * Clarify meaning of window extent (0,0) in slink:VkSwapchainKHR for the
    Windows and X11 platforms, in their respective extensions (public issue
    590).
  * Allow flink:vkGetPastPresentationTimingGOOGLE to return
    ename:VK_INCOMPLETE (public issue 604).
  * Add synchronization valid usage statements to flink:vkAcquireNextImage
    (public pull 611).
  * Fix some broken external links and internal xrefs (public pull 613).
  * Clean up slink:VkViewport valid usage statements in the presence or
    absence of relevant extensions (public pull 623).
  * Remove
    ename:VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR
    token from VK_KHR_maintenance2 from the non-extension VU path for
    slink:VkGraphicsPipelineCreateInfo (public issue 628).
  * Miscellaneous minor markup fixes - extension name strings (public pull
    631), Notes (pull 633), queue names emitted by generator scripts (pull
    634), block formatting in slink:VkDescriptorUpdateTemplateEntryKHR (pull
    635), ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG (pull
    641), quotes and apostrophes (pull 643),
  * Miscellaneous minor grammar fixes (public pull 644).
  * Fix markup macros so usage like ptext:*Src* works (public pull 647).

Internal Issues:

  * Clarify in the `VK_KHR_surface` and `VK_KHR_swapchain` extensions that
    parameter combinations which aren't supported for normal images are also
    unsupported for presentable images, even if the parameter values are
    individually supported as reported by the surface capability queries
    (internal issue 1029).
  * Fixed XML typo in the valid value field of the pname:sType member of
    slink:VkPhysicalDeviceExternalMemoryHostPropertiesEXT (internal issue
    1100).

Other Issues:

  * Add memory semantics validity rules to the <<spirvenv-module-validation,
    Validation Rules within a Module>> section of the SPIR-V environment
    appendix, and specify that sequentiality consistency is not supported.
    This forbids certain cases like "`Load+Release`" that we don't expect to
    ever be meaningful.
  * Document mapping of OpenGL Shading Language barriers to SPIR-V scope and
    semantics in the `GL_KHR_vulkan_glsl` specification.

New Extensions:

  * `VK_EXT_conservative_rasterization`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b7b1c3a65d370013cbd9e1985d59628a88f818a8
Title: Vulkan API specifications 1.0.68 released
Post by: JeGX on January 16, 2018, 10:35:48 AM
Quote
Change log for January 15, 2018 Vulkan 1.0.68 spec update:

  * Bump API patch number and header version number to 68 for this update.

Github Issues:

  * Added more details in the
    <<extended-functionality-extensions-compatibility, Extension
    Compatibility>> section, allowing explicit incompatibilities, and
    simplify corresponding language in the style guide, which now defers to
    the API Specification on this point (public issue 638).
  * Fix typo in description of slink:VkCommandBufferLevel::pname:level
    (public issue 651).
  * Only include extension-dependent valid usage statement for
    slink:VkImageSubresourceRange, and note that the extension names for
    header files described in the <<boilerplate-wsi-header, Window
    System-Specific Header Control>> section are only valid links, when the
    specification being viewed is built with the corresponding extensions
    enabled (public issue 652).

Internal Issues:

  * Add language to elink:VkResult specifying that when commands return an
    error, output parameter contents are undefined instead of unmodified
    (except for pname:sType and pname:pNext). Note that this is a behavior
    change. Add notes calling out slink:VkImageFormatProperties as an
    exception (internal issue 1118).
  * Add "`general-purpose`" to the style guide, and correct existing uses of
    "`general purpose`" as an adjective (internal issue 1121).
  * Add the ename:VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT_EXT token
    for the `VK_EXT_validation_cache` extension, following the same naming
    pattern as other tokens in the extension, but keep the old
    ename:VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT token around for
    backwards compatibility (internal issue 1126).

Other Issues:

  * Specify that flink:vkCmdSetDiscardRectangleEXT does not affect copies or
    clears, matching existing language for the scissor rectangle test.
  * Move the <<boilerplate-sType, pname:sType>> definition from the
    boilerplate appendix to the Fundamentals chapter, putting it together
    with the valid usage of pname:sType rather than having the definition
    split across two places.
  * Inline all of the etext:Vk*Flags definitions, moving each one from the
    boilerplate appendix to appear either after the corresponding
    etext:Vk*FlagBits value if one is defined, or after the first structure
    that includes them if not.

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/57692834480e19201bb9efe9a67f7a65876b7a32
Title: Re: Vulkan API specifications 1.0.69 released
Post by: Stefan on February 21, 2018, 08:40:30 PM
QuoteChange log for February 19, 2018 Vulkan 1.0.69 spec update:

  * Bump API patch number and header version number to 69 for this update.

Github Issues:

  * Clean up description of synchronization for flink:vkAcquireNextImageKHR
    (public issue 626).
  * Move valid usage statements requiring offset and extent to respect image
    transfer granularity requirements of the queue family they are submitted
    against from slink:VkImageCopy and slink:VkBufferImageCopy to the
    corresponding flink:vkCmdCopyImage, flink:vkCmdCopyBufferToImage, and
    flink:vkCmdCopyImageToBuffer commands, where are relevant information is
    known (public issue 654).
  * Clarify that flink:vkGetDeviceProcAddr only supports device-level
    commands (public issue 655).

Internal Issues:

  * Associate each elink:VkDescriptorType with a type of descriptor, and
    link to descriptions of those types (internal issue 860).
  * Rework valid usage extraction script to better utilize and respond to
    spec markup, and fix some spec markup accordingly (internal issues 846,
    909, 945).
  * Rephrase flink:vkCmdPushConstants valid usage to allow overlapping push
    constant ranges in different shader stages (internal issue 1103).
  * Fix problem with diff_html target in extension.rb (internal issue 1104).
  * Modify valid usage statements for slink:VkClearDepthStencilValue,
    slink:VkGraphicsPipelineCreateInfo, slink:VkViewport, and
    flink:vkCmdSetDepthBounds, and the description of vkCmdSetDepthBias, to
    clarify that clamping is applied if and only if the
    `VK_EXT_depth_range_unrestricted` is not enabled (internal issue 1124),
    in versions of the specification built with that extension included.
  * Resolve contradictions and use of undefined "`per-sample shading`" term
    in the <<primsrast-sampleshading, Sample Shading>> and
    <<shaders-fragment-execution, Fragment Shader Execution>> sections; for
    the <<features-features-sampleRateShading, sampleRateShading feature>>;
    for code:FragCoord, code:SampleId, and code:SamplePosition; and for
    slink:sname:VkPipelineMultisampleStateCreateInfo (internal issue 1134).
  * Clarify the meaning of the ptext:maxDescriptorSet* limits in footnote 8
    of the <<features-limits-required,Required Limits>> table (internal
    issue 1139).
  * Fix broken NOTE markup in slink:VkSamplerCreateInfo.txt (internal issue
    1140).
  * Remove extend comparison language from valid usage statement for
    slink:VkImageCreateInfo, turning it into a simple validation of
    pname:mipLevels against pname:maxMipLevels (internal issue 1151).
  * Update valid usage statements for slink:VkImageCopy when the
    `VK_KHR_maintenance1` extension is enabled to allow multi-slice 2D <->
    3D copies when the pnaem:extent.depth parameter specifies the number of
    layers being copied, and matches the
    slink:VkImageSubresourceLayers.layerCount of the 2D image (internal
    issue 1152).
  * Rephrase memory / control barrier rules in the
    <<spirvenv-module-validation, Validation Rules within a Module>> section
    to avoid "`not use none`", which could be misconstrued to allow no
    synchronization semantics, and only storage class semantics (internal
    issue 1154).

Other Issues:

  * Move GLSL extension specifications to the KhronosGroup/GLSL repository
    on Github.
  * Add missing description of ename:VK_FILTER_CUBIC_IMG enum to
    slink:VkFilter.
  * Update description of code:PrimitiveId in the
    <<interfaces-builtin-variables,Built-In Variables>> section to clarify
    its behavior.
  * Disallow disjoint images from being used with dedicated-memory images in
    slink:VkMemoryDedicatedAllocateInfoKHR.
  * Update README to suggest older versions of "mathematical" and
    "ruby-gems" packages for use on Cygwin.
  * Fix typos

New Extensions:

  * `VK_AMD_buffer_marker`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ab08f0951ef1ad9b84db93f971e113c1d9d55609 (https://github.com/KhronosGroup/Vulkan-Docs/commit/ab08f0951ef1ad9b84db93f971e113c1d9d55609)
Title: Vulkan API specifications 1.1.70 released
Post by: JeGX on March 08, 2018, 12:27:17 PM
Quote
Change log for March 7, 2018 Vulkan 1.1.70 spec update:

  * Vulkan 1.1 initial release. Bump API patch number and header version
    number to 70 for this update. The patch number will be used for both
    Vulkan 1.1 and Vulkan 1.0 updates, and continues to increment
    continuously from the previous Vulkan 1.0.69 update.

    NOTE: We are not publishing an updated 1.0.70 specification, or 1.1
    reference pages, along with 1.1.70. There are still minor issues to work
    out with those build targets. However, we will soon generate all three
    types of documents as part of the regular spec update cycle.

    NOTE: The GitHub KhronosGroup/Vulkan-Docs repository now maintains the
    current specification in the `master` branch. The `1.0` branch is out of
    date and will not be maintained, since we will be generating both 1.1
    and 1.0 specifications from the `master` branch in the future.

Github Issues:

  * Clarify how mapped memory ranges are flushed in
    flink:vkFlushMappedMemoryRanges (public issue 127).
  * Specify that <<synchronization-pipeline-stages, Pipeline Stages>> are a
    list of tasks that each command performs, rather than necessarily being
    discrete pieces of hardware that one task flows through. Add a
    "`synchronization command`" pipeline type which all synchronization
    command execute (it's just TOP + BOTTOM), with an explanatory note
    (public issue 554).

Internal Issues:

  * Regenerate all images used in the spec in Inkscape with a consistent
    look-and-feel, and adjust image size attributes so they're all legible,
    and not too large with respect to the spec body text (internal issue
    701).
  * Document in the <<extensions,extensions>> appendix and in the style
    guide that `KHX` extensions are no longer supported or used in the
    Vulkan 1.1 timeframe (internal issue 714).
  * Remove the leftover equations_temp directory after PDF build completes
    (internal issue 925).
  * Update the <<credits, Credits (Informative)>> appendix to include
    contributors to Vulkan 1.1, and to list them according to the API
    version(s) they contributed to (internal issue 987).
  * Add a NOTE to the introduction explaining that interfaces defined by
    extensions which were promoted to Vulkan 1.1 are now expressed as
    aliases of the Vulkan 1.1 type (internal issue 991).
  * Instrument spec source conditionals so spec can be built with 1.1
    features, extensions promoted to 1.1, or both (internal issues 992,
    998).
  * Modify the XML schema and tools to support explicit aliasing of types,
    structures, and commands, and use this to express the promotion of 1.0
    extensions to 1.1 core features, by making the extension interfaces
    aliases of the core features they were promoted to. Mark up promoted
    interfaces to allow still generating 1.0 + extension specifications
    (internal issue 991).
  * Platform names, along with corresponding preprocessor symbols to enable
    extensions specific to those platforms, are now reserved in vk.xml using
    the <platform> tag. Update the registry schema and schema specification
    to match (internal issue 1011).
  * Updated the <<textures-texel-replacement, Texel Replacement>> section to
    clarify that reads from invalid texels for image resources result in
    undefined values (internal issue 1014).
  * Modify description of patch version so it continues to increment across
    minor version changes (internal issue 1033).
  * Clarify and unify language describing physical device-level core and
    extension functionality in the <<fundamentals-validusage-extensions,
    Valid Usage for Extensions>>, <<fundamentals-validusage-versions, Valid
    Usage for Newer Core Versions>>, <<initialization-functionpointers
    Command Function Pointers>>, <<initialization-phys-dev-extensions,
    Extending Physical Device From Device Extensions>>
    <<extended-functionality-instance-extensions-and-devices, Instance
    Extensions and Device Extensions>> sections and for
    flink:vkGetPhysicalDeviceImageFormatProperties2. This documents that
    instance-level functionality is tied to the loader, and independent of
    the ICD; physical device-level functionality is tied to the ICD, and
    associated with device extensions; physical devices are treated more
    uniformly between core and extensions; and instance and physical
    versions can be different (internal issue 1048).
  * Updated the <<commandbuffers-lifecycle, Command Buffer Lifecycle>>
    section to clarify the ability for pending command buffers to transition
    to the invalid state after submission, and add a command buffer
    lifecycle diagram (internal issue 1050).
  * Clarify that some flink:VkDescriptorUpdateTemplateCreateInfo parameters
    are ignored when push descriptors are not supported (internal issue
    1054).
  * Specify that flink:vkCreateImage will return an error if the image is
    too large, in a NOTE in the slink:VkImageFormatProperties description
    (internal issue 1078).
  * Remove near-duplicate NOTEs about when to query function pointers
    dynamically in the <<initialization, Initialization>> chapter and
    replace by extending the NOTE in the <<fundamentals-abi, Application
    Binary Interface>> section (internal issue 1085).
  * Restore missing references to "`Sparse Resource Features`" in the
    flink:VkBufferCreateFlagBits description (internal issue 1086).
  * Tidy up definitions of descriptor types in the `GL_KHR_vulkan_glsl`
    specification, the <<descriptorsets, Resource Descriptors>> section and
    its subsections, and the <<interfaces-resources-descset, Descriptor Set
    Interface>> for consistency, reduction of duplicate information, and
    removal of GLSL correspondance/examples (internal issue 1090).
  * Correctly describe code:PrimitiveId as an Input for tessellation control
    and evaluation shaders, not an Output (internal issue 1109).
  * Relax the requirements on chroma offsets for nearest filtering in
    <<textures-implict-reconstruction, Implicit Reconstruction>> (internal
    issue 1116).

Other Issues:

  * Clarify the intended relationship between specification language and
    certain terms defined in the Khronos Intellectual Property Rights
    policy. Specific changes include:
  ** Rewrote IP/Copyright preamble and introduction to better agree with
     normative language both as laid out in the introduction, and the
     Khronos IPR policy.
  ** Added notion of fully informative sections, which are now tagged with
     "`(Informative)`" in their titles.
  ** Removed non-normative uses of the phrase "`not required`"
  ** Clarified the distinction between terms "`optional`" and "`not
     required:`" as they relate to the IPR Policy, and updated specification
     text to use terms consistent with the intent.
  ** Reduced additions to RFC 2119, and ensured the specification agreed
     with the leaner language.
  ** Removed the terms "`hardware`", "`software`", "`CPU`", and "`GPU`" from
     normative text.
  ** Moved several paragraphs that should not have been normative to
     informative notes.
  ** Clarified a number of definitions in the Glossary.
  ** Updated the document writing guide to match new terminology changes.
  * Explicitly state in the <<fundamentals-objectmodel-lifetime-acquire,
    application memory lifetime>> language that that for objects other than
    descriptor sets, a slink:VkDescriptorSetLayout object used in the
    creation of another object (such as slink:VkPipelineLayout or
    slink:VkDescriptorUpdateTemplateKHR) is only in use during the creation
    of that object and can be safely destroyed afterwards.
  * Updated the <<textures-scale-factor, Scale Factor Operation>> section to
    use the ratio of anisotropy, rather than the integer sample rate, to
    perform the LOD calculation. The spec still allows use of the sample
    rate as the value used to calculate the LOD, but no longer requires it.
  * Update `vulkan_ext.c` to include all platform-related definitions from
    the Vulkan platform headers, following the split of the headers into
    platform-specific and non-platform-specific files.
  * Fix bogus anchor name in the <<commandbuffers, Command Buffers>> chapter
    which accidentally duplicated an anchor in the pipelines chapter. There
    were no reference to this anchor, fortunately.
  * Add valid usage statement for slink:VkWriteDescriptorSet and
    slink:VkCopyDescriptorSet requiring that the slink:VkDescriptorSetLayout
    used to allocate the source and destination sets must not have been
    destroyed at the time flink:vkUpdateDescriptorSets is called.
  * Document mapping of subgroup barrier functions to SPIR-V, and clarify a
    place where subgroupBarrier sounds like it's execution-only in the
    standalone `GL_KHR_shader_subgroup` specification.
  * Use an HTML stylesheet derived from the Asciidoctor `colony` theme, with
    the default Arial font family replaced by the sans-serif Noto font
    family.
  * Numerous minor updates to README.adoc, build scripts, Makefiles, and
    registry and style guide specifications to support Vulkan 1.1 outputs,
    use them as defaults, and remove mention of `KHX` extensions, which are
    no longer supported.

New Extensions:

  * `VK_EXT_vertex_attrib_divisor`

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ce60b9c88745ecded74296dfbe69dae7c1fb2e62
Title: Vulkan API specifications 1.1.71 released
Post by: Stefan on March 30, 2018, 09:28:37 PM
QuoteChange log for March 16, 2018 Vulkan 1.1.71 spec update:

  * First public update for Vulkan 1.1.

Github Issues:

  * Refer to standard sparse image block shape format tables explicitly in
    the <<sparsememory-standard-shapes, Standard Sparse Image Block Shapes>>
    section (public issue 93).
  * Add the missing definition of the code:LocalInvocationIndex decoration
    in the <<interfaces-builtin-variables, Built-In Variables>> section
    (public issue 532).
  * Clarify dynamic state definition in the introduction to the <<pipelines,
    Pipelines>> section and the new <<pipelines-dynamic-state, Dynamic
    State>> subsection (public issue 620).
  * Clarified deprecation statement in the `VK_AMD_negative_viewport_height`
    appendix (public issue 674).
  * Fix parameter descriptions for flink:vkCreateIndirectCommandsLayoutNVX
    (public issue 677).

Internal Issues:

  * Remove description of <<primsrast-points, rasterization point size>>
    being taken from the tessellation control shader, since there are no
    circumstances under which you can have TCS without TES (internal issue
    522).
  * Define <<copies-images-format-size-compatibility, _size-compatible_
    image formats>> for flink:vkCmdCopyImage, add it to the glossary, and
    use that definition for slink:VkImageViewCreateInfo (internal issue
    771).
  * Change brief descriptions of enumerant names, and of parameters which
    are enumerants, from "`enum *indicates*`" to "`enum *specifies*`" for
    consistency, and add a markup style guide rule (internal issue 862).
  * Clarify how execution dependencies interact with
    <<synchronization-submission-order, submission order>> at numerous
    places in the <<renderpass, Render Pass>> and <<synchronization,
    Synchronization>> chapters (internal issue 1062).
  * Clarify statement in the <<interfaces-resources-setandbinding,
    DescriptorSet and Binding Assignment>> section that only interface
    variables statically used by the entry point used in a pipeline must be
    present in the descriptor set layout (internal issue 1172).
  * Flip sparse image diagrams with partially full mip levels vertically, to
    match graph origins of other image diagrams (internal issue 1176).
  * Update new SVG diagrams to have consistent style and base font size,
    increase consistency of primitive topology diagrams, and add a section
    to the style guide on creating and editing images in a consistent style
    (internal issue 1177).
  * Resolve problems with valid usage statement extraction by fixing
    existing VUID tags for interfaces promoted to version 1.1 and fixing
    conditional directives around
    VUID-VkMemoryDedicatedAllocateInfo-image-01797 (internal issue 1184).
  * Strip `KHR` suffixes from a few interfaces promoted to Vulkan 1.1 that
    were missed previously (internal issue 1185).
  * Restrict code:OpImageQuerySizeLod and code:OpImageQueryLevels to only
    work on code:Image operands with their code:Sampled operand set to 1. In
    other words, these operations are not defined to work with storage
    images (internal issue 1193).
  * Recycle extension slot for extension #82 in `vk.xml`. This extension was
    never published (internal issue 1195).
  * Add an issue to the `VK_KHR_maintenance1` appendix noting that zero
    height viewports are allowed when this extension is enabled (internal
    issue 1202).
  * Fix slink:VkDescriptorSetLayoutBinding description so that shader stages
    always use descriptor bindings, not the other way around (internal issue
    1206).
  * Fix field name for
    slink:VkInputAttachmentAspectReference::pname:inputAttachmentIndex
    (internal issue 1210).

Other Issues:

  * Fix a few broken links in the <<versions-1.1, Version 1.1>> appendix.
  * Replace a few old refBegin/refEnd tags with open block markup around
    interfaces, and remove old KHX VUID tags that were breaking the valid
    usage statement extraction.
  * Fix error codes accidentally tagged as success codes in `vk.xml` for
    flink:vkGetSwapchainCounterEXT.
  * Added valid usage statements for ftext:vkBind*Memory2 input structures
    stext:VkBind*MemoryInfo, and fix a pname:image -> pname:buffer typo in a
    couple of places.
  * Fix swapped descriptions of elink:VkDescriptorType enums
    ename:VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE and
    ename:VK_DESCRIPTOR_TYPE_STORAGE_IMAGE (reported via tweet).

New Extensions:

  * `VK_ANDROID_external_memory_android_hardware_buffer`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/e958791a01a51b816b4eb2c9e3777877b8d93bd2
Title: Vulkan API specifications 1.1.72 released
Post by: Stefan on April 05, 2018, 07:09:08 PM
QuoteChange log for March 5, 2018 Vulkan 1.1.72 spec update:

  * Update release number to 72.

Github Issues:

  * Restructure the repository to put the specification `Makefile` and
    associated spec source material at the top level, `vk.xml` and
    associated scripts material in `xml/`, and generated include and source
    files in `include/vulkan/` and `src/ext_loader/`, respectively (public
    issue 436).
  * Add missing bullet point markup to flink:vkCmdCopyImage valid usage
    statement, so it gets a VUID assigned (public issue 627).
  * Fix broken links in a couple of extension appendices (public pull
    request 665).
  * Add the \<platform> tag to the index in section 4.1 of the registry
    schema documentation, and add the protect= attribute of \<extension>
    tags to the comments in `registry.rnc` (public issues 673, 678).
  * Add missing valid usage statements for sparse image interactions to
    flink:VkImageCreateInfo (public pull request 675).
  * Fix improper usage and grammar of "`can: not`" (public pull request
    681).
  * Remove duplicate spec language and NOTE on present layout between the
    flink:vkAcquireNextImageKHR and flink:vkAcquireNextImage2KHR commands
    (public pull request 685).
  * Fix some typos and markup issues (public pull request 689; public issues
    642, 667, 687).
  * Fix typo etext:VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_FENCE_FD_BIT ->
    ename:VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT in the
    <<external-semaphore-handle-types-compatibility, External semaphore
    handle types compatibility>> table (public pull request 691).

Internal Issues:

  * Remove the need for the "`noautovalidity`" attribute on extension
    structures in `vk.xml`. It is now implied by the "`structextends`"
    attribute instead (internal issue 942).
  * Replace uses of "`currently bound`" with "`bound`", since "`currently`"
    is redundant and distracting, and add a corresponding rule to the style
    guide (internal issue 993).
  * Fixed subtle issues with the last updates to flink:vkAcquireNextImageKHR
    language that had resulted in ambiguities (internal issue 1178).
  * Make it clear that only one query of a given type is allowed at a time
    by reordering valid usage statements for flink:vkCmdBeginQuery and
    flink:vkCmdEndQuery, and removing redundant ones (internal issue 1213).
  * Swapped OL1 and OL3 in `tessparamUL.svg` to match previous version, and
    fixed where "`(no edge)`" appears (internal issue 1215).

Other Issues:

  * Fixed a minor problem with the valid usage statement extraction script,
    and corresponding markup in the spec source.

New Extensions:

  * `VK_AMD_shader_core_properties`
  * `VK_EXT_descriptor_indexing`
  * `VK_NV_shader_subgroup_partitioned`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/26f0bdbf1e43d85724369cb788ce915b2ce7915e
Title: Vulkan API specifications 1.1.73 released
Post by: Stefan on April 16, 2018, 05:28:00 PM
QuoteChange log for April 15, 2018 Vulkan 1.1.73 spec update:

  * Update release number to 73.

Github Issues:

  * Refine swapchain association with surface for slink:VkSwapchainKHR, with
    matching valid usage statements for slink:VkSwapchainCreateInfoKHR and
    discussion following the <<swapchain-wsi-image-create-info>> table
    (public issue 637).
  * Re-remove several valid usage statements from slink:VkImageCreateInfo
    that had previously been removed at the time that
    ename:VK_IMAGE_CREATE_EXTENDED_USAGE_BIT was introduced. These
    statements had incorrectly been restored due to an glitch while merging
    from the old `1.0` branch to the current `master` branch (public issue
    683).

Internal Issues:

  * Fix reference page generation and configure build to generate reference
    pages 1.1 with all extensions, rather than core only, as was the case
    for the 1.0 ref pages (internal issues 484, 1056, 1205).
  * Require that
    slink:VkMemoryDedicatedRequirements::pname:prefersDedicateAllocation is
    ename:VK_TRUE when
    slink:VkMemoryDedicatedRequirements::pname:requiresDedicateAllocation is
    ename:VK_TRUE (internal issue 1222).
  * Fix Ruby extension code so `diff_html` Makefile target works (internal
    issue 1230).
  * Update `genRelease` script to generate 1.1 + all extensions reference
    pages - but not the single-page HTML / PDF versions, which are even
    larger than the API spec (internal issue 1245).

Other Issues:

  * Add missing attributes to `vk.xml` for `VK_ANDROID_native_buffer`.
  * Specify that the slink:VkAttachmentDescription::pname:format member is
    the format of the image *view* that will be used for the attachment.
  * Use core sname:VkPhysicalDeviceFeatures2 in the `structextends` `vk.xml`
    attribute for sname:VkPhysicalDeviceDescriptorIndexingFeaturesEXT and
    sname:VkPhysicalDeviceDescriptorIndexingPropertiesEXT, rather than the
    KHR equivalent it was promoted from.
  * Fix the "`Fragment Input Attachment Interface`" glossary entry to match
    the specification body.
  * Clarify the interaction of sRGB images used as storage or texel buffers
    with <<textures-output-format-conversion, Texel Output Format
    Conversion>>.
  * Moved three valid usage statements from
    slink:VkRenderPassMultiviewCreateInfo up to
    slink:VkRenderPassCreateInfo, and added a new valid usage statement for
    slink:VkRenderPassInputAttachmentAspectCreateInfo.
  * Added valid usage statements for slink:VkBufferMemoryBarrier and
    slink:VkImageMemoryBarrier reflecting the global requirement that
    "`non-sparse resources must be bound to memory before being recorded to
    command`".

New Extensions:

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5300d9f05e03f721812273d5f9f9676c3227f056
Title: Vulkan API specifications 1.1.74 released
Post by: Stefan on April 21, 2018, 04:49:27 PM
QuoteChange log for April 21, 2018 Vulkan 1.1.74 spec update:

  * Update release number to 74.

Github Issues:

  * Clarify which buffer locations are accessed in
    flink:vkCmdCopyBufferToImage valid usage statements (public issue 676).
  * Refine description of <<extended-functionality-extensions-dependencies,
    extension dependencies>>, related NOTE in the
    <<extended-functionality-extensions, Extensions>> section, and
    "`Required Extensions`" glossary term (public pull request 693).
  * Add support for specifying required Vulkan core version in `vk.xml` and
    the extension metadoc generator (public issue 696).
  * Update .gitignore for directory reorganization (public pull request
    699).
  * Fix typo (public pull request 703).

Internal Issues:

  * Update valid usage of slink:VkClearRect::pname:layerCount (internal
    issue 1241).

Other Issues:

  * Fix typo in <<NV_geometry_shader_passthrough>> issues list.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/c51545d33f4fd791dc4109d0d338e79b572f6286
Title: Vulkan API specifications 1.1.75 released
Post by: Stefan on May 18, 2018, 02:12:51 AM
QuoteChange log for May 16, 2018 Vulkan 1.1.75 spec update:

  * Update release number to 75.

Github Issues:

  * Use Github handles (e.g. @handle) for contact information in vk.xml,
    when available (partial fix for public issue 630).
  * Add size invariance guarantee to slink:VkMemoryRequirements for
    buffer/image memory requirements (public issue 661).
  * Correct scope (conditional constructs) in valid usage statement for
    slink:VkBindImageMemoryInfo (public pull request 684).
  * Clean up minor markup issues and typos in the
    `VK_ANDROID_external_memory_android_hardware_buffer` extension appendix
    (public pull request 698).
  * Modify registry processing script to avoid irrelevant warnings of benign
    enumerant redefinitions (public pull request 705).
  * Fix some duplicate words and some misspelled "`stagess`" (public pull
    request 712)

Internal Issues:

  * Enable continuous integration tests on the internal Khronos gitlab
    server by adding a .gitlab-ci.yml file. Note: this does not implement CI
    on the public Github repository (internal issue 408).
  * Add link from description of depth clamping in the <<fragops-depth,
    depth test>> section to the
    slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable
    parameter which enables it, making it easily searchable / findable
    (internal issue 1125).
  * Clarify that arrays of arrays of descriptors are not allowed in the
    <<interfaces-resources-descset, Descriptor Set Interface>> and
    <<interfaces-resources-setandbinding, DescriptorSet and Binding
    Assignment>> sections (internal issue 1192).
  * Comment out some redundant nested asciidoctor conditionals in the
    slink:VkImageViewCreateInfo valid usage block, and explain in all cases
    why the redundant conditional exist and are commented out (internal
    issue 1231).
  * Move a valid usage statement from slink:VkCommandPoolCreateInfo to the
    parent flink:vkCreateCommandPool, where the device queue is known
    (internal issue 1233).
  * Add new slink:VkBaseInStructure and slink:VkBaseOutStructure types which
    can be used by extensions and implementations for handling Vulkan
    sType/pNext style structures in a more generic way (internal issue
    1265).
  * Clarify that
    slink:VkAndroidHardwareBufferFormatPropertiesANDROID::pname:formatFeatures
    only applies to external-format images. Add references to this in valid
    usage statements that previously only referred to
    slink:VkFormatProperties (internal issue 1244).
  * Fix the description of elink:VkPipelineCreateFlagBits enumerant
    ename:VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT to match the
    name (internal issue 1279).
  * Add a NOTE to the <<interfaces-resources-setandbinding, DescriptorSet
    and Binding Assignment>> section making it clear that variables sharing
    a storage class may use identical descriptor set and bindings.
    Specifically state the sometimes misunderstood ability to have one or
    more differently typed image descriptors sharing a descriptor set and
    binding (internal SPIR-V issue 264).
  * Make DynamicIndexing features and capabilities also control the
    uniformity of the descriptor used in memory access instructions in the
    <<interfaces-resources-descset, Descriptor Set Interface>> section. This
    makes them also apply to variable_pointer usage, which can bypass the
    array indexing operation (internal SPIR-V issue 289).

Other Issues:

  * Correct flink:vkCmdBlitImage limitations on cubic blits to be 2D only,
    not 3D.
  * Update valid usage statements for slink:VkRenderPassCreateInfo and
    slink:VkInputAttachmentAspectReference.
  * Move YCbCr-related VU statements from slink:VkDescriptorImageInfo to
    slink:VkWriteDescriptorSet, where all needed information is known, and
    remove redundant statements.
  * Move SPIR-V restriction that images be of either sampled or storage
    types from the <<interfaces-resources-descset, Descriptor Set
    Interface>> section to the <<spirvenv-module-validation, Validation
    Rules within a Module>> section of the SPIR-V appendix.
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/e665b9e6910e54caf754ad1e83aaa500d1de44f3
Title: Vulkan API specifications 1.1.76 released
Post by: Stefan on May 26, 2018, 08:57:22 PM
QuoteChange log for May 25, 2018 Vulkan 1.1.76 spec update:

  * Update release number to 76.

Internal Issues:

  * Add an exception clause to the license on `vk.xml`, enabling its use
    with GPL-based projects (internal issue 1017).
  * Remove the generated `vulkan_ext.[ch]` files, which are no longer
    supported. Add `src/ext_loader/README.md` explaining why, and update
    files in `xml/` to not generate them by default (internal issue 1268)

Other Issues:

  * Fix typos in valid usage statements for the
    ftext:vkDrawIndexedIndirectCount* commands, replacing
    sizeof(VkDrawIndirectComment) with sizeof(VkDrawIndexedIndirectCommand).
  * Modify the <<spirvenv-module-validation, Validation Rules within a
    Module>> section to require code:NonReadable or code:NonWriteable in
    SPIR-V code for images with an image format of code:Unknown if one of
    the requisite code:shaderImageReadWithoutFormat or
    code:shaderImageWriteWithoutFormat features is disabled.

New Extensions:

  * `VK_KHR_get_display_properties2`
  * `VK_KHR_draw_indirect_count`
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ee13fc355fae06ffcd36ee09a98f12132d95dfc0
Title: Vulkan API specifications 1.1.77 released
Post by: Stefan on June 11, 2018, 11:11:47 PM
QuoteChange log for June 10, 2018 Vulkan 1.1.77 spec update:

  * Update release number to 77.

Public Issues:

  * Remove redundant asciidoctor ifdef in slink:VkDeviceCreateInfo valid
    usage statement (public pull request 718).

Internal Issues:

  * Require that the returned slink:VkMemoryRequirements::pname:alignment
    reflect the minimum alignment requirements for the buffer's usages, and
    make dynamic offset alignment valid usage more explicit for
    flink:vkBindBufferMemory and flink:vkCmdBindDescriptorSets (internal
    issue 1170).
  * Explicitly state that objects of type code:OpTypeImage,
    code:OpTypeSampler, and code:OpTypeSampledImage must not be stored to in
    the <<spirvenv-module-validation, Validation Rules within a Module>>
    section (internal issue 1262).
  * Clarify rules about validating descriptor set/binding against storage
    class and descriptor type in the <<spirvenv-module-validation,
    Validation Rules within a Module>> section, and add an anchor for and
    references to the <<interfaces-resources-storage-class-correspondence,
    Shader Resource and Storage Class Correspondence>> table (internal issue
    1266).
  * Use correct spelling of SPIR-V decoration code:NonWritable in several
    places (internal issue 1298).

Other Issues:

  * Update specification links to files in the old
    KhronosGroup/Vulkan-LoaderAndValidationLayers repository with
    corresponding links into the new repositories that replace it.
  * Move validity requirement for slink:VkSamplerCreateInfo into the valid
    usage block instead of the body text, and give it a VUID.
  * Use the full name of the "`style guide`" in a reference in the
    description of slink:vkGetPhysicalDeviceProperties, update the
    <<vulkan-styleguide, link to that document>>, and use the the full name
    in the registry index page.
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0d5f92c7fafa7b61a14fce683f9624ba8c7f9a43
Title: Vulkan API specifications 1.1.78 released
Post by: Stefan on June 18, 2018, 07:52:27 PM
QuoteChange log for June 18, 2018 Vulkan 1.1.78 spec update:

  * Update release number to 78.

Public Issues:

  * Change markup so parameter descriptions include links to structures,
    instead of just their names (public issue 697).
  * Resume publishing updated Vulkan 1.0 + KHR extensions and Vulkan 1.0 +
    all extensions versions of the specification (public issue 722).
  * Reapply fixes from public pull request 698 for
    `VK_ANDROID_external_memory_android_hardware_buffer`, which accidentally
    were reverted at some point (public pull request 724).
  * Fix undefined format valid usage statements for slink:VkImageCreateInfo
    in the presence of the
    `VK_ANDROID_external_memory_android_hardware_buffer` extension (public
    pull request 725).
  * Miscellaneous markup consistency fixes (public pull request 728).

Internal Issues:

  * When building specifications containing vendor extensions, add terms to
    the Khronos spec copyright specifying that the result is not a ratified
    specification (internal issue 739).
  * Change the value of the
    pname:maxDescriptorSetUpdateAfterBindUniformBuffers minimum limit to 72
    (6 times pname:maxPerStageDescriptorUpdateAfterBindUniformBuffers) in
    the <<features-limits-required, Required Limits>> table (internal issue
    1300).

Other Issues:

  * Fix link to resource image view compatibility table in the valid usage
    statements for slink:VkImageFormatListCreateInfoKHR (internal pull
    request 2711).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/933a3a3c4ae760c1486e82b23a66a6885f276bf7
Title: Vulkan API specifications 1.1.83 released
Post by: JeGX on August 14, 2018, 08:51:52 AM
Quote
Change log for August 13, 2018 Vulkan 1.1.83 spec update:

  * Update release number to 83.

Public Issues:

  * Use [%inline] directive for all SVGs to reduce file size (public pull
    request 734).
  * Convert XML `value` aliases into \<alias> tags (public pull request
    747).
  * Fix metadoc script showing non-selected extensions (public pull request
    748).
  * Reapply public pull request 742 to make
    ename:VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT part of the
    graphices pipeline (public pull request 749).
  * Fix numerous typos related to accidental duplication of words (public
    pull request 760).
  * Fix `vk.xml` contact typos (public pull request 761).

Internal Issues:

  * Add images to the <<Standard sample locations>> table (internal issue
    1115).
  * Add a definition of "`Inherited from`" precision in the
    <<spirvenv-precision-operation, Precision and Operation of SPIR-V
    Instructions>> section (internal issue 1314).
  * Clarify that both built-in and user-defined variables count against the
    location limits for shader interfaces in the
    <<interfaces-iointerfaces-locations, Location Assignment>> section
    (internal issue 1316).
  * Merge "`required`" capabilities into the <<spirvenv-capabilities-table,
    list of optional: SPIR-V capabilities>> (internal issue 1320).
  * Relax the layout matching rules of descriptors referring to only a
    single aspect of a depth/stencil image, by reference to the new
    <<resources-image-layouts-matching-rule, Image Layout Matching Rules>>
    section (internal issue 1346).
  * Revert extension metadoc generator warning about name mismatches to a
    diagnostic, due to annoying warnings in build output for conscious
    choices we've made (internal issue 1351).

Other Issues:

  * Reserve bits for pending vendor extensions.
  * Make Vulkan consistent with SPIR-V regarding code:DepthReplacing and
    code:FragDepth in the <<interfaces-builtin-variables, Built-In
    Variables>> section.
  * Add missing ChangeLog entries for the previous three spec updates.

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/dd9919749a56177c2eb9b6525c0979722a3c24ff
Title: Vulkan API specifications 1.1.84 released
Post by: JeGX on September 11, 2018, 12:54:11 PM
Quote
Change log for September 8, 2018 Vulkan 1.1.84 spec update:

  * Update release number to 84.

Public Issues:

  * Fix code sample in the `<<VK_EXT_debug_utils>>` extension (public issue
    751).
  * Fix misleading comment in `vk.xml` for
    slink:VkDescriptorBufferInfo::pname:buffer (public pull request 762).
  * Fix formatting of deprecation attributes in schema doc (public pull
    request 767).
  * Change `can` to `may` in the description of
    elink:VkSparseImageFormatFlagBits, which are return values from queries
    (public pull request 768).
  * Prettify generated contact list in extension appendices, adding logos
    and a New Issue link (public pull request 770).
  * Enable sRGB conversion based on the image view format, not the image
    format, in the <<textures-format-conversion, Format Conversion>> section
    (public pull request 773).
  * Fix typo in equation in the <<primsrast-lines-basic, Basic Line Segment
    Rasterization>> section (public pull request 780).
  * Fix special characters in GitHub contacts links (public pull request
    783).
  * Make clean_pdf target remove pdf folder (public pull request 784).
  * Fix styleguide bad markup of block continuation (public pull request
    792).

Other Issues:

  * Allow a zero vertex attribute divisor in the
    `<<VK_EXT_vertex_attribute_divisor>>` extension, exposed via the
    slink:VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT feature.
  * Add missing `structextends="VkDeviceCreateInfo"` to
    slink:VkPhysicalDeviceShaderDrawParameterFeatures and
    slink:VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.

New Extensions:

  * `VK_KHR_memory_model`
  * `VK_EXT_astc_decode_mode`
  * `VK_EXT_inline_uniform_block`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/adadfce8a3610c026e56d2e026c0c6387e2bbdad

Extensions:
- VK_KHR_vulkan_memory_model (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_vulkan_memory_model.txt)
- VK_EXT_astc_decode_mode (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_astc_decode_mode.txt)
- VK_EXT_inline_uniform_block (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_inline_uniform_block.txt)

Title: Vulkan API specifications 1.1.85 released
Post by: JeGX on September 27, 2018, 11:29:06 AM
Quote
Change log for September 19, 2018 Vulkan 1.1.85 spec update:

  * Update release number to 85.

Public Issues:

  * Add self-dependency ename:VK_DEPENDENCY_BY_REGION_BIT valid usage
    statements for slink:VkSubpassDependency(public pull request 778).
  * Apply fix from pull request 742 to slink:VkSubpassDependency and
    slink:VkSubpassDependency2 (public pull request 779).
  * Specify the units of slink:VkBufferImageCopy::pname:bufferRowLength and
    pname:bufferImageHeight as texels (public pull request 781).
  * Better specify promoted parameter mapping in the
    `<<VK_KHR_create_renderpass2>>` appendix (public pull request 782).

Internal Issues:

  * Only include the <<fundamentals-validusage-versions, Valid Usage for
    Newer Core Versions>> section in Vulkan 1.1 or later (internal issue
    1381).

Other Issues:

  * Clean up redundant valid usage language for the
    `VK_ANDROID_external_memory_android_hardware_buffer` extension
    interaction with slink:VkImageCreateInfo.
  * Fix error in a flag name within valid usage statements for
    slink:VkMemoryAllocateInfo.
  * Clarify that memory types are not totally ordered in
    slink:VkPhysicalDeviceMemoryProperties.
  * For slink:VkWriteDescriptorSetInlineUniformBlockEXT, set
    structextends="VkWriteDescriptorSet" in `vk.xml`, and make
    slink:VkDescriptorSetLayoutBindingFlagsCreateInfoEXT::pname:pBindingFlags
    optional.
  * Add documentation of 'provisional' XML attribute to registry.txt.

New Extensions:

  * `VK_NV_compute_shader_derivatives`
  * `VK_NV_corner_sampled_image`
  * `VK_NV_fragment_shader_barycentric`
  * `VK_NV_mesh_shader`
  * `VK_NV_representative_fragment_test`
  * `VK_NV_scissor_exclusive`
  * `VK_NV_shader_image_footprint`
  * `VK_NV_shading_rate_image`
  * `VK_NVX_raytracing`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9858c1e89e21246f779226d2be779fd33bb6a50d
Title: Vulkan API specifications 1.1.87 released
Post by: JeGX on October 12, 2018, 06:01:19 PM
Quote
Change log for October 7, 2018 Vulkan 1.1.87 spec update:

  * Update release number to 87.

Public Issues:

  * Merge flink:vkCmdPipelineBarrier self-dependency barrier VUs referring
    to the same subpass dependency (public pull request 756).
  * Describe default value of `"optional"` attribute in the registry schema
    document (public issue 769)
  * Fix links in <<VK_NVX_raytracing>> extension (public pull request 805).
  * Mark the <<VK_KHR_mir_surface>> extension obsolete (see public issue 814
    - does not close this, however).
  * Fix missing endif in Image Creation block (public issue 817).

Internal Issues:

  * Clarify that the compressed texture formats corresponding to
    <<features-features-textureCompressionETC2>>,
    <<features-features-textureCompressionASTC_LDR>>, and
    <<features-features-textureCompressionBC>> is not contingent on the
    feature bits, and may be supported even if the features are not enabled
    (internal issue 663).
  * Clarify that code:FragStencilRefEXT is output only in the
    <<interfaces-builtin-variables, Built-In Variables>> section (internal
    issue 1173).
  * Identify and correct many overly-aggressive uses of "`undefined`", and
    narrow them down, where straightforward to do so. Mark such resolved
    uses of "`undefined`" with the custom undefined: macro. Add a new
    <<writing-undefined, Describing Undefined Behavior>> section (internal
    issue 1267).
  * Don't require code:inline_uniform_block descriptors to be populated
    before use in the flink:vkAllocateDescriptorSets section (internal issue
    1380).
  * Allow suppressing inline SVG images by controlling this with an
    attribute set in the Makefile, rather than the explicit [%inline]
    directive (internal issue 1391).
  * Mark 'Khronos' as a registered trademark in several places, now that it
    is one.
  * Fix typo in the <<VK_KHR_shader_atomic_int64>> appendix using the GLSL
    naming of the compare exchange op when referring to the SPIR-V op.
  * Specify in the flink:vkGetPhysicalDeviceQueueFamilyProperties section
    that all implementations must support at least one queue family, and
    that every queue family must contain at least one queue.
  * Make slink:VkPipelineDynamicStateCreateInfo::pname:dynamicStateCount,
    slink:VkSampleLocationsInfoEXT::pname:sampleLocationsPerPixel, and
    slink:VkSampleLocationsInfoEXT::pname:sampleLocationsCount optional, to
    fix bogus implicit valid usage checks that were causing failures in the
    conformance tests.
  * Fix vendor tag in reserved extension 237 constants. Does not affect
    anything since it's just a placeholder, but this should avoid further
    comments.
  * Minor markup fixes in some extension appendices.

New Extensions:

  * `<<VK_FUCHSIA_imagepipe_surface>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/911a7646949e661b24ad6111479029ed9e841284
Title: Vulkan API specifications 1.1.88 released
Post by: JeGX on October 14, 2018, 10:50:47 AM
Quote
Change log for October 13, 2018 Vulkan 1.1.88 spec update:

  * Update release number to 88.

Public Issues:

  * Make clear that
    tname:PFN_vkDebugUtilsMessengerCallbackEXT::pname:messageTypes is a
    bitmask, and correct a typo in the spelling of
    slink:VkDebugUtilsMessengerCreateInfoEXT.txt::pname:messageType (public
    pull request 800).
  * Make an ABI-compatible change of the type of
    slink:VkPhysicalDeviceDriverPropertiesKHR::pname:driverID to use the new
    elink:VkDriverIdKHR type (public issue 811).

Internal Issues:

  * Clarify for the <<features-features-shaderStorageImageExtendedFormats>>
    feature and in the <<spirvenv-capabilities-table>> that the feature
    means that all of the formats are supported, and that otherwise the
    features can be queried per-format (internal issue 1273).
  * Clarified interactions of `VK_EXT_external_memory_host` with host cache
    management commands and structures flink:vkMapMemory,
    flink:vkFlushMappedMemoryRanges, slink:VkMappedMemoryRange, and
    flink:vkUnmapMemory using the new glossary term "`Host Mapped Device
    Memory`" (internal issue 1385).
  * Update the language for flink:vkCreateViSurfaceNN.txt describing the
    pname:currentExtent of a VI surface to more accurately reflect current
    capabilities, replacing "`undefined`" with more explicit behavior
    (internal issue 1410).

New Extensions:

  * `VK_EXT_calibrated_timestamps`
  * `VK_EXT_image_drm_format_modifier` (this extension was previously
    disabled in vk.xml, and has now been enabled after some changes to fix
    performance issues).
  * `VK_EXT_pci_bus_info`
  * `VK_EXT_transform_feedback`
  * `VK_GOOGLE_hlsl_functionality1`, exposing support for
    `SPV_GOOGLE_hlsl_functionality1`.
  * `VK_GOOGLE_decorate_string`, exposing support for
    `SPV_GOOGLE_decorate_string`.

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0a7a04f32bd473bc7428efdbbbe132f33afad68c

New extensions
- VK_EXT_pci_bus_info (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_pci_bus_info.txt)
- VK_EXT_calibrated_timestamps (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_calibrated_timestamps.txt)
- VK_EXT_image_drm_format_modifier (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_image_drm_format_modifier.txt)
- VK_EXT_transform_feedback (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_transform_feedback.txt)
- VK_GOOGLE_decorate_string (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_GOOGLE_decorate_string.txt)
- VK_GOOGLE_hlsl_functionality1 (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_GOOGLE_hlsl_functionality1.txt)

All Vulkan extensions are available here:
https://github.com/KhronosGroup/Vulkan-Docs/tree/master/appendices

Title: Vulkan API specifications 1.1.90 released
Post by: JeGX on October 31, 2018, 07:52:13 PM
Quote
Change log for October 28, 2018 Vulkan 1.1.90 spec update:

  * Update release number to 90.

Public Issues:

  * Tag flink:vkQueueWaitIdle as `externsync` in `vk.xml` (public pull
    request 815).
  * Update README (public pull request 834).
  * `VK_NV_framebuffer_mixed_samples` and `VK_AMD_mixed_attachment_samples`
    had confusing and contradictory valid usage statements when read in the
    all-extensions spec build. Change them to explicitly mention which
    extension each is for (public issue Vulkan-ValidationLayers/issues/353).

Internal Issues:

  * Update `COPYING.md` to clarify how externally generated Vulkan
    Specifications (for translations, annotations, or other reasons) must be
    copyrighted, and acknowledge the Exception Clause on the `vk.xml`
    license (internal issue 1079).
  * Specify that flink:vkGetPhysicalDeviceImageFormatProperties may: return
    pname:maxMipLevels 1 if the format is ycbcr (internal issue 1361).
  * Clarify previously underspecified language for
    flink:vkCmdPushConstants::pname:pStageFlags regarding use of push
    constants across multiple pipelines (internal issue 1403).
  * Fix typo in XML/headers for
    ename:VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT,
    which was previously
    etext:VK_STRUCTURE_TYPE_IMAGE_EXCPLICIT_DRM_FORMAT_MODIFIER_CREATE_INFO_EXT
    (internal issue 1428).
  * Fix markup of equations that were sporadically breaking the
    `optimize-pdf` step of PDF generation, due (apparently) to inconsistent
    treatment of unwrapped multicharacter terms by different LaTeX parsers
    (internal issue 1435).
  * For the <<memory-model-synchronizes-with synchronizes-with>> memory
    model relation cases involving a release barrier plus relaxed atomic
    write, treat the atomic as if it were a release atomic and allow the
    acquire side to read from its hypothetical release sequence. This is
    more consistent with how C++ defines synchronization for release fences
    (internal issue cross-api/memory-model#72).
  * Minor editorial changes to the <<memory-model, memory model>> appendix
    based on external feedback.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/894211de5fe395af42ce6f2ce1d97ff70e212380
Title: Vulkan API specifications 1.1.91 released
Post by: JeGX on November 13, 2018, 04:29:29 PM
Quote
Change log for November 4, 2018 Vulkan 1.1.91 spec update:

  * Update release number to 91.

Public Issues:

  * Update Ubuntu subsystem build instructions in `BUILD.adoc` (public pull
    request 624).
  * Delete the `VK_KHR_mir_surface` extension from the Specification and
    XML, due to EOL of the only driver known to have supported it, and
    near-EOL of Mir itself (public issue 814).
  * Fix options for some figures that were using old ones (public pull
    request 841).
  * Fix various accidentally repeated words (public pull request 843).
  * Use `time.process_time()`, introduced in Python 3.3, in the scripts
    instead of `time.clock()`, which will be removed in Python 3.8 (public
    pull request 844).

Internal Issues:

  * Update valid usage statements for
    `VK_ANDROID_external_memory_android_hardware_buffer` in
    slink:VkMemoryAllocateInfo,
    slink:VkImportAndroidHardwareBufferInfoANDROID, and
    flink:vkGetAndroidHardwareBufferPropertiesANDROID to actually be
    verifiable (internal issue 1419).
  * Update valid usage statements for
    `VK_ANDROID_external_memory_android_hardware_buffer` in
    slink:VkMemoryAllocateInfo, slink:VkImageCreateInfo, and
    slink:VkImageViewCreateInfo to move valid usage statements in
    doubly-nested bullet points up one level, accomodating limitations of
    the valid usage extraction script that creates `validusage.json`
    (internal issue 1434).
  * Fix typo etext:VK_ACCESS_SHADING_RATE_IMAGE_BIT_NV to the correct
    ename:VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV.
  * Add missing etext:VK_STRUCTURE_TYPE_* tokens to appendices for
    extensions missing them.

New Extensions:

  * `VK_AMD_memory_overallocation_behavior`
  * `VK_NV_ray_tracing`, replacing `VK_NVX_raytracing`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/e24e42dcffe39c4f69719ea724958a9fe2d7b952
Title: Vulkan API specifications 1.1.92 released
Post by: JeGX on November 13, 2018, 04:30:44 PM
Quote
Change log for November 12, 2018 Vulkan 1.1.92 spec update:

  * Update release number to 92.

Public Issues:

  * Move and modify valid usage statements dealing with pname:aspectMask in
    flink:vkCmdClearColorImage, flink:vkCmdClearDepthStencilImage, and
    slink:VkClearAttachment, so they are in places where all necessary
    information is available (public issue 529).
  * Fix math markup in <<textures-texel-anisotropic-filtering, Texel
    Anisotropic Filtering>> (public pull request 840).
  * Fix misspellings (public pull request 845).

Internal Issues:

  * Add installation instructions and a Makefile "`chunked`" target for
    chunked HTML generation (internal issue 1352).
  * Fix pipeline mesh diagram style; also fix a minor bug in the classic
    pipeline diagram where vertex/index buffers wrongly fed into the vertex
    shader (internal issue 1436).
  * Make asciidoctor ERROR output raise an error, and don't suppress
    executed command output from CI make invocation (internal issue 1454).
  * Minor typo fixes and clarifications for `VK_NV_raytracing`.
  * Cleanup extension-specific properties
  ** Remove duplicated documentation for pname:maxDiscardRectangles,
     pname:pointClippingBehavior, and pname:maxVertexAttribDivisor (they
     shouldn't be documented with the other members of
     slink:VkPhysicalDeviceLimits at all).
  ** Remove duplicate anchor for pname:maxVertexAttribDivisor
  ** Consistently document stext:VkPhysicalDevice<Extension>PropertiesKHR
  *** Always document pname:sType/pname:pNext (was inconsistent before)
  *** Always mention chaining to slink:VkPhysicalDeviceProperties2 (and not
      as slink:VkPhysicalDeviceProperties2KHR)
  *** Always include Valid Usage statements last
  * Update Makefile 'checklinks' target and associated scripts, and fix
    markup problems identified by checkLinks.py, so that we can rely on the
    checklinks script as part of Gitlab CI.

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/279452463adf97364575ea9e5bdf17e5b5a0a74c
Title: Vulkan API specifications 1.1.93 released
Post by: JeGX on November 20, 2018, 08:54:13 AM
Quote
Change log for November 18, 2018 Vulkan 1.1.93 spec update:

  * Update release number to 93.

Public Issues:

  * Add spec language for ename:VK_INDEX_TYPE_NONE_NV and fix up
    slink:VkAccelerationStructureTypeNV (public issue 848).
  * Add missing suffix in description of slink:VkSubpassDescription2KHR
    parameters (public pull request 851).
  * Fix miscellaneous typos (public pull request 855).
  * Add driver ID for Pastel (public pull request 856).
  * Add missing include directive for slink:VkMemoryWin32HandlePropertiesKHR
    implicit valid usage statements (public pull request 857).

Internal Issues:

  * Restrict the storage classes permitted for SPIR-V atomics to what is
    actually supported, in the <<spirvenv-module-validation, Validation
    Rules within a Module>> section (internal issue 1123).
  * Add a missing Valid Usage statement to slink:VkRenderPassCreateInfo for
    the case pname:stencilLoadOp == ename:VK_LOAD_OP_CLEAR, pname:layout ==
    ename:VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL (internal issue
    1408).
  * Modify optimize-pdf script and Makefile to retain non-optimized original
    PDF on errors (internal issue 1435).
  * Add <<spirvenv-module-validation, SPIR-V validation rules>> stating that
    only the listed code:BuiltIn decorations are permitted, and only when
    relevante features and extensions are enabled (internal issue 1449).
  * Remove some duplicated Valid Usage IDs created via cut & paste error
    (internal issue 1455).
  * Build HTML output for extension reference pages (internal issue 1461).
  ** Improve genRef.py handling of aliases defined inside other refpages.
  ** Emit aliases in pygenerator.py.
  ** Add XML noautovalidity flag for VkRenderPassCreateFlags until there
     are some corresponding FlagBits defined.
  ** Corrected types= attribute on some refpage blocks to 'flags'
  ** Added refpage blocks for some missing types detected by CI tests.
  * Fixed many Valid Usage statement issues in slink:VkRenderPassCreateInfo,
    slink:VkSubpassDescription, slink:VkSubpassDescription2KHR,
    slink:VkSubpassDependency2KHR, flink:vkCmdBeginRenderPass,
    flink:vkCmdBeginRenderPass2KHR, and slink:VkRenderPassBeginInfo
    discovered while adding `VK_KHR_create_renderpass2` to the validation
    layers.

New Extensions:

  * `VK_EXT_scalar_block_layout`
  * `VK_EXT_separate_stencil_usage`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/256a1ef66182b2d458148f2fdea183557ea3f507
Title: Vulkan API specifications 1.1.94 released
Post by: JeGX on November 29, 2018, 01:56:18 PM
Quote
Change log for November 25, 2018 Vulkan 1.1.94 spec update:

  * Update release number to 94.

Public Issues:

  * Use the terms "`texel block`" and "`texel block size`" instead of "`data
    element`" and "`element size`", and define "`element`" as an array slot.
    In addition to the terminology changes, retitled the <<texel-block-size,
    Representation and Texel Block Size>> section and added texel block size
    / no. of texels/block information to the
    <<features-formats-compatibility, Compatible Formats>> table. There is
    some additional work underway to make sure the compatibility language
    makes sense for all of uncompressed, compressed, and multiplanar formats
    (public issue 763).
  * Cleanup `VK_NV_ray_tracing` language (public issues 858, 859).

Internal Issues:

  * Specify in <<shaders-invocationgroups, Invocation and Derivative
    Groups>> and <<textures-output-format-conversion, Texel Output Format
    Conversion>> that derivative groups are quads when code:SubgroupSize >=
    4 (internal issue 1390).
  * Make the type of slink:VkDescriptorUpdateTemplateCreateInfo::pNext
    `const` following pattern for the other stext:Vk*CreateInfo structures
    (internal issue 1459).
  * Specify that flink:vkCmdClearAttachments executes as a drawing command,
    rather than a transfer command (internal issue 1463).
  * Update `VK_NV_ray_tracing` to use code:InstanceId instead of
    code:InstanceIndex.

New Extensions:

  * `VK_KHR_swapchain_mutable_format`
  * `VK_EXT_fragment_density_map`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/c24b84795f6c083df107d8639286881a23894679

Extensions
- VK_KHR_swapchain_mutable_format (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_swapchain_mutable_format.txt)
- VK_EXT_fragment_density_map (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_fragment_density_map.txt)
Title: Vulkan API specifications 1.1.95 released
Post by: JeGX on December 03, 2018, 12:53:32 PM
Quote
Change log for December 3, 2018 Vulkan 1.1.95 spec update:

  * Update release number to 95.

Public Issues:

  * Fix valid usage and XML issues found in public issues 789 and 790 for
    the `VK_EXT_debug_utils` extension (public pull request 794).
  * Replace references to `VK_NV_dedicated_allocation` with links to the
    corresponding slink:slink:VkMemoryDedicatedRequirements and
    slink:slink:VkMemoryDedicatedAllocateInfo structures in the description
    of elink:VkExternalMemoryFeatureFlagBits (public issue 801).
  * Fix miscellaneous minor markup and spelling issues in
    `VK_NV_ray_tracing` extension (public pull request 860).
  * Remove "returnedonly" from XML for
    slink:VkPhysicalDeviceInlineUniformBlockFeaturesEXT and
    slink:VkPhysicalDeviceVulkanMemoryModelFeaturesKHR (public issue 862).

Internal Issues:

  * Add to the description of the
    <<features-limits-maxComputeSharedMemorySize,
    pname:maxCompureSharedMemorySize>> feature to state the shared variables
    should be packed at least as tightly as std430 (internal issue 1386).
  * Fix and clarify various references to image and image view usage in
    flink:vkCmdBindShadingRateImageNV, flink:vkCmdBeginRenderPass, and
    slink:VkImageStencilUsageCreateInfoEXT (internal issue 1432).
  * Require that the slink:VkImage mipmap chain match the Android hardware
    buffer mipmap chain for slink:VkMemoryAllocateInfo (internal issue
    1479).
  * Fix the definition of slink:VkSwapchainCreateInfoKHR valid usage
    statement 01778 (Vulkan-ValidationLayers!15)
  * Fix descriptions of <<interfaces-builtin-variables-launchid,
    code:LaunchIDNV>> and <<interfaces-builtin-variables-launchsize,
    code:LaunchSizeNV>> to code:uvec3.

New Extensions:

  * `VK_KHR_shader_float16_int8`
  * `VK_KHR_shader_float_controls`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/ef29cea94bba541fe1ec9ffc33f65af1268bacad

Extensions
- VK_KHR_shader_float16_int8 (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_shader_float16_int8.txt)
- VK_KHR_shader_float_controls (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_shader_float_controls.txt)
Title: Vulkan API specifications 1.1.96 released
Post by: JeGX on December 18, 2018, 11:36:39 AM
Quote
Change log for December 16, 2018 Vulkan 1.1.96 spec update:

  * Update release number to 96.

Public Issues:

  * Fix typo in `vk.xml` for `structextends` attribute of
    slink:VkPhysicalDeviceShadingRateImagePropertiesNV (public PR 870).
  * Fix links in optimized PDF output (public PR 879).

Internal Issues:

  * Add a link to GitHub contributors in the <<credits, Other Credits>>
    section (internal issue 808).
  * Clarify the behavior of command aliases described in the <<versions,Core
    Revisions>> and <<initialization-functionpointers, Command Function
    Pointers>> sections and the registry schema document with respect to
    whether they are or are not the same entry point, and what the behaviour
    of the ftext:vkGet*ProcAddr commands is for each alias (internal issue
    1462).
  * Update slink:VkPipelineShaderStageCreateInfo valid usage statements for
    writing to code:Layer and code:viewportIndex to apply to any vertex
    processing stage (internal issue 1475).
  * Make sparse image creation optional for Y'C~B~C~R~ formats in the
    <<features-required-format-support, Required Format Support>> section
    and the <<features-formats-requiring-sampler-ycbcr-conversion, Formats
    requiring sampler Y'C~B~C~R~ conversion for
    ename:VK_IMAGE_ASPECT_COLOR_BIT image views>> table (internal issue
    1476).
  * Modify the valid usage statement for
    flink:vkCmdDrawIndirectByteCountEXT::pname:vertexStride to use the
    pname:maxTransformFeedbackBufferDataStride limit rather than the
    pname:maxVertexInputBindingStride limit, which is a better match for
    transform feedback related operations (internal issue 1487).
  * Changed all members of slink:VkPhysicalDevicePCIBusInfoPropertiesEXT to
    have the `uint32_t` type. This is an imcompatible change to an EXT
    that's very recently released; although this is against usual Vulkan WG
    policy, we discussed and consider this an acceptable risk, but have
    polled the mesa-dev list in case there are use cases we missed (internal
    issue 1492).
  * Set spec vetsion to 1 for `VK_GOOGLE_hlsl_functionality1` and
    `VK_GOOGLE_decorate_string` in `vk.xml` (internal MR 2948).
  * Remove redundant valid usage statement `VkImageCreateInfo-pNext-02395`
    (internal MR 2950).
  * Add `check_spec_links.py` script, use it in Gitlab CI, and fix many
    minor markup issues discovered by the script (internal MR 2955).
  * Update `BUILD.md` to the current Ruby version (2.5.3), and make some
    corresponding updates to per-platform build instructions (internal MR
    2956).
  * Fix binding numbers and other details in
    flink:vkUpdateDescriptorSetWithTemplate.txt example code blocks
    (internal MR 2960).
  * Remove some nautovalidity="true" in `vk.xml` for NV extensions where
    it's clearly wrong (internal MR 2970).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b557dd2167a5b2c92a03a69b34ff7a4431cca7ad
Title: Vulkan API specifications 1.1.97 released
Post by: JeGX on January 08, 2019, 08:53:12 PM
Quote
Change log for January 05, 2019 Vulkan 1.1.97 spec update:

  * Update release number to 97.

Public Issues:

  * Add a special case to the <<renderpass-compatibility, Render Pass
    Compatibility>> rules allowing single-subpass renderpasses to be
    compatible even if they have different resolve attachment references
    (public issue 835).
  * Fix the miss shader binding table record address rule in the
    <<shader-binding-table-indexing-rules, Miss Shaders>> section to index
    by code:missIndex, not code:sbtOffset (public issue 875).

Internal Issues:

  * Add a missing anchor to the elink:VkSamplerCreateFlagBits language
    (internal issue 1483).
  * Add missing implicit valid usage include for slink:VkHdrMetadataEXT and
    corresponding `noautovalidity` attributes in `vk.xml` for the
    externally-defined metadata properties (internal issue 1514).
  * Remove restrictions on the `mask` parameter of SPIR-V's
    code:OpGroupNonUniformXor in the <<spirvenv-module-validation,
    Validation Rules within a Module>> appendix (internal merge request
    2971).
  * Restore `noautovalidity` attribute for
    slink:VkPipelineViewportWScalingStateCreateInfoNV::pname:pViewportWScalings
    in `vk.xml` (internal merge request 2975).
  * Update copyright dates on Khronos-copyrighted files to 2019 (internal
    merge request 2980).

New Extensions:

  * `VK_KHR_depth_stencil_resolve`
  * `VK_EXT_buffer_device_address`
  * `VK_EXT_memory_budget`
  * `VK_EXT_memory_priority`
  * `VK_EXT_validation_features`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/56e0289318a4cd23aa5f5dcfb290ee873be53b82

New extensions:
- VK_KHR_depth_stencil_resolve (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_depth_stencil_resolve.txt)
- VK_EXT_buffer_device_address (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_buffer_device_address.txt)
- VK_EXT_memory_budget (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_memory_budget.txt)
- VK_EXT_memory_priority (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_memory_priority.txt)
- VK_EXT_validation_features (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_validation_features.txt)
Title: Vulkan API specifications 1.1.98 released
Post by: JeGX on January 17, 2019, 08:39:08 AM
Quote
Change log for January 13, 2019 Vulkan 1.1.98 spec update:

  * Update release number to 98.

Public Issues:

  * Fix missing markup in flink:vkDestroyPipelineLayout valid usage
    statement (pull request 882).
  * Add missing contributors for `<<VK_EXT_buffer_device_address>>` (public
    pull request 891).

Internal Issues:

  * Detect nested bullet points in valid usage blocks and warn about them
    during VUID assignment (internal issue 1382).
  * Update the style guide to document the process for reserving new bits in
    bitmask types (internal issue 1411).
  * Clarify for slink:VkApplicationInfo::pname:apiVersion and in the
    <<fundamentals-validusage-versions, Valid Usage for Newer Core
    Versions>> section when it is valid for an application to use a certain
    version of Vulkan API functionality (for an instance and for a
    device/physical device); and when the validation layers must generate an
    error (internal issue 1412).
  * Add optional <<memory-model-availability-visibility, transitive
    availability/visibility operations to the memory model, including a new
    pname:vulkanMemoryModelAvailabilityVisibilityChains feature for
    slink:VkPhysicalDeviceVulkanMemoryModelFeaturesKHR (internal issue
    1460).
  * Add the code:StorageBuffer storage class to those in the
    <<interfaces-resources-descset, Descriptor Set Interface>> (internal
    issue 1480).
  * Add missing `returnedonly` tags for a number of returned extension
    structures that can be passed in pname:pNext chains (internal issue
    1515).
  * Clean up and rearrange some spec language for
    slink:VkRenderPassCreateInfo and slink:VkAttachmentReference.txt
    (internal issue 1522).
  * Correctly round the code:OpVectorTimesScalar and
    code:OpMatrixTimesScalar SPIR-V operations in the <<Precision of core
    SPIR-V Instructions>> table (internal merge request 2996).
  * Work around cases in flink:vkCmdBeginTransformFeedbackEXT,
    flink:vkCmdEndTransformFeedbackEXT, and
    slink:VkPipelineCoverageModulationStateCreateInfoNV where an array
    parameter is `optional` but the length is not in `vk.xml`. This is an
    interim fix using `noautovalidity` + handcoded VU replacing those that
    should be autogenerated (internal issue 2944 and
    KhronosGroup/Vulkan-ValidationLayers#480).
  * Remove redundant capability validation of the code:float16 and code:int8
    SPIR-V capabilities from the <<spirvenv-capabilities, Capabilities>>
    section, since they are already covered in the preceding table.
  * Update check_spec_links script, including validation for reference page
    open blocks. Fix errors identified by the script.

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/f1a7c4b4f3031f985396f1aa617c51fd8a01c8c8
Title: Vulkan API specifications 1.1.99 released
Post by: JeGX on February 11, 2019, 04:50:07 PM
Quote
Change log for February 3, 2019 Vulkan 1.1.99 spec update:

  * Update release number to 99.

Public Issues:

  * Add missing pname:pMemoryHostPointerProperties description to
    flink:vkGetMemoryHostPointerPropertiesEXT.txt (public pull request 896).
  * Minor markup fixes (public pull request 900).
  * Minor update to `khronos.css` and markup fixes (originally proposed in
    public pull request 901, but done via an internal MR).

Internal Issues:

  * Document restrictions on image queries for Y'CbCr formats in the
    <<features-formats-requiring-sampler-ycbcr-conversion>> table as well as
    for slink:sname:VkImageFormatProperties and slink:VkImageCreateInfo
    (internal issue 1361).
  * Correct type of the code:FragSizeEXT built-in in the
    <<interfaces-builtin-variables, Built-In Variables>> section (internal
    issue 1526).
  * Clean up math in the <<textures, Image Operations>> chapter by
    refactoring, using better naming conventions, updating diagrams to use
    the correct orientation, etc. (internal merge request 2968).
  * Fix minor typos for slink:VkImageCreateInfo and
    slink:VkImageStencilUsageCreateInfoEXT.
  * Add missing documentation for tlink:VkResolveModeFlagsKHR.
  * Fix extension dependency of pname:scalarBlockLayout in the
    <<features-features-requirements, Feature Requirements>> section.
  * Fix indexing math for shader binding table calculations in the
    <<shader-binding-table-indexing-rules, Indexing Rules>> section, and use
    spelling "`any-hit`" consistently.
  * Reconcile valid usage statement and text for sampled image layouts in
    slink:VkWriteDescriptorSet
    (KhronosGroup/Vulkan-ValidationLayers#551).
  * Make SPIR-V code:OpConvertUToPtr and code:OpConvertPtrToU operations
    require a 64-bit integer for physical storage buffer pointers in the
    <<spirvenv-module-validation, Validation Rules within a Module>>
    section.
  * Update to KaTeX 10.0.

New Extensions:

  * `VK_EXT_filter_cubic`
  * `VK_NV_dedicated_allocation_image_aliasing`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b59ec03ee3f44086ebc3e4c556952afe9e743655

New extensions:
- VK_EXT_filter_cubic (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_filter_cubic.txt)
- VK_NV_dedicated_allocation_image_aliasing (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_NV_dedicated_allocation_image_aliasing.txt)
Title: Vulkan API specifications 1.1.100 released
Post by: JeGX on February 11, 2019, 04:51:12 PM
Quote
Change log for February 10, 2019 Vulkan 1.1.100 spec update:

  * Update release number to 100.

Public Issues:

  * Clarify that scoped modification order only relates to
    <<memory-model-atomic-operation, atomic writes>> (public pull request
    906).
  * Remove `readme.txt` reference from `xml/README.adoc` (public pull
    request 907).
  * Add missing slink:VkShaderResourceUsageAMD to the <<Vk_AMD_shader_info>>
    appendix (public pull request 908).
  * Fix markup for <<VK_EXT_filter_cubic>> appendix (public pull request
    911).
  * Fix typo "`attachment`" (public pull request 914).
  * Alias the enums for `VK_IMG_filter_cubic` properly to the corresponding
    `VK_EXT_filter_cubic` enums, so they appear in the corresponding
    enumerated types, instead of as #defines (Vulkan-Headers issue 40).

Internal Issues:

  * Remove nested conditionals in valid usage statements for
    slink:VkFramebufferCreateInfo and flink:vkCmdPipelineBarrier by
    duplicating statements along ifdef/ifndef paths for
    VK_KHR_depth_stencil_resolve (internal issue 1527).
  * Clarify allowed values of <<spirv-precision-operation, SPIR-V operations
    near infinity>>. For very large results of operations the allowed range
    of return values as defined in the spec didn't include the largest
    finite number. In some rounding modes (eg. RTZ) the largest finite
    number is the correctly rounded result, so it should be allowed.
  * Require descriptor types to match in slink:VkCopyDescriptorSet.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/fcf5980cf6acc620334f55b0cf2d162b05e0487a
Title: Vulkan API specifications 1.1.101 released
Post by: JeGX on February 19, 2019, 02:04:34 PM
Quote
Change log for February 17, 2019 Vulkan 1.1.101 spec update:

  * Update release number to 101.

Public Issues:

  * Make clear that memory types for imported host memory must be host
    visible in slink:VkMemoryHostPointerPropertiesEXT.txt (public issue
    897).
  * Make <<interfaces-resources-layout, WARNING block>> into a NOTE block,
    per the styleguide (public pull request 916).

Internal Issues:

  * Make <<textures-output-format-conversion, computation of derivatives in
    non-uniform flow control>> have undefined behavior (internal issue
    1367).
  * Make behavior, not just values, undefined for
    <<textures-layout-validation, reads from inconsistent YCbCr layouts>>
    (internal issue 1366).
  * Consolidate version and extension behavior documentation in the
    <<extended-functionality, Extended Functionality>> appendix, While a
    great deal of text was moved from other parts of the Specification into
    the appendix, this just serves to simplify and make consistent
    discussions of versions and extensions (internal issue 1473).
  * Add limits for slink:VkPhysicalDeviceRayTracingPropertiesNV in the
    <<features-limits-types, Required Limit Types>> and
    <<features-limits-required, Required Limits>> tables (internal issue
    1511).
  * Disallow <<memory-protected-memory, indirect calls within protected
    command buffers>> by adding valid usage statements for the related
    indirect dispatch and draw commands (internal issue 1513).
  * Add valid usage stataements to slink:VkGraphicsPipelineCreateInfo,
    slink:VkSubpassDescription, slink:VkSubpassDescription2KHR,
    slink:VkSubpassDescriptionDepthStencilResolveKHR, and
    slink:VkImageViewCreateInfo preventing the creation of a renderpass with
    attachments in formats that are not supported for rendering (internal
    issue 1552).
  * Qualify valid usage statements for
    slink:VkAttachmentReference::pname:layout parameter so restrictions only
    apply if an attachment is ename:VK_ATTACHMENT_UNUSED (internal issue
    1561).
  * Add valid usage statement for flink:vkCmdDrawIndirectByteCountEXT
    restricting pname:vertexStride to be positive (internal issue 1566).
  * Make the `VK_EXT_sample_locations` extension depend on
    `VK_KHR_get_physical_device_properties2` in `vk.xml`.
  * Rearrange and simplify the <<interfaces-resources-layout, block layout
    rules>>.

New Extensions:

  * `VK_NV_cooperative_matrix`
  * `VK_EXT_depth_clip_enable` (internal issue 1485).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/55220784e078fe3dad80e9520ca1d264f9b12b72

New extensions:
- VK_NV_cooperative_matrix (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_NV_cooperative_matrix.txt)
- VK_EXT_depth_clip_enable (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_depth_clip_enable.txt)
Title: Vulkan API specifications 1.1.102 released
Post by: JeGX on March 04, 2019, 03:37:39 PM
Quote
Change log for March 3, 2019 Vulkan 1.1.102 spec update:

  * Update release number to 102.

Public Issues:

  * Simplify flink:vkGetImageMemoryRequirements constraint for
    ename:VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT (public pull request 817).
  * Fix typo in markup of the <<textures-texel-coordinate-systems-diagrams,
    Texel Coordinate Systems, Corner Sampling>> image that was generating
    complaints from chunked HTML output generation (public pull request
    928).

Internal Issues:

  * Split the old <<features, Features>> chapter into four chapters:
    <<features, Features>>, <<limits, Limits>>, <<formats, Formats>>, and
    <<capabilities, Capabilities>>, with minor edits to the introductory
    paragraph of each chapter. Anchor names in these chapters were changed,
    with corresponding effects to xrefs to these anchors elsewhere in spec
    markup . The purpose is to make the chunked HTML spec output load faster
    on what was previously a single, gigantic chapter (internal issue 1554).
  * Add ename:VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV, to the supported
    pipeline stages for ename:VK_ACCESS_UNIFORM_READ,
    ename:VK_ACCESS_SHADER_READ, and ename:VK_ACCESS_SHADER_WRITE in the
    <<synchronization-access-types-supported>> table.
  * Correct legal name of Google, LLC in vk.xml \<tags> section and a
    copyright statement.
  * Clarify that Vulkan treats the Android
    code:AHARDWAREBUFFER_FORMAT_R8G8B8X8_UNORM format as RGBA, and the
    application is responsible for forcing the X/A component to be read as
    1.0, in the <<memory-external-android-hardware-buffer-formats>> table.
  * Clarify the vertex order of various primitive topologies, and define the
    order of transform feedback vertex capture based on that. This involves
    a lot of refactoring and cleanup in the <<drawing-primitive-topologies,
    Primitive Topologies>>, <<geometry-input, Geometry Shader Input
    Primitives>> sections, and <<vertexpostproc-transform-feedback Transform
    Feedback>> sections, and numerous places in the <<tessellation>>
    chapter,

New Extensions:

  * `VK_EXT_metal_surface`
  * `VK_EXT_ycbcr_image_arrays` (internal issue 1361).
  * `VK_NVX_image_view_handle`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/35e7bee5f0f50b7c1634cd205ded035acea43ad9

New extensions:
- VK_EXT_metal_surface (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_metal_surface.txt)
- VK_EXT_ycbcr_image_arrays (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_ycbcr_image_arrays.txt)
- VK_NVX_image_view_handle (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_NVX_image_view_handle.txt)
Title: Vulkan API specifications 1.1.103 released
Post by: JeGX on March 17, 2019, 02:26:48 PM
Quote
Change log for March 11, 2019 Vulkan 1.1.103 spec update:

  * Update release number to 103.

Public Issues:

  * Remove (unnecessary) scoped modification order case from the memory
    model <<memory-model-location-ordered, location-ordered>> definition
    (public pull request 924).
  * Add an <<memory-model-acyclicity, acyclicity>> axiom to the memory model
    (public pull request 927).

Internal Issues:

  * Fix reversed logic of slink:VkFormatProperties discussion of multi-plane
    formats and ename:VK_FORMAT_FEATURE_DISJOINT_BIT (internal issue 1493).
  * Clarify how slink:VkImageStencilUsageCreateInfoEXT works, including new
    valid usage statements for flink:vkCmdClearDepthStencilImage, and the
    <<copies, Common Operation>> section of the Copy Commands chapter
    (internal issue 1565).
  * Update <<spirvenv-precision-operation, Precision and Operation of SPIR-V
    Instructions>> section to require that denorms be preserved by several
    instructions that don't perform any mathematical operations (internal
    issue 1584).
  * Remove duplicate valid usage statement from flink:vkAcquireNextImageKHR
    (internal merge request 3062).

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/4ad4fd17161efd9bfd1125c0c9d17db6fb276216
Title: Vulkan API specifications 1.1.104 released
Post by: JeGX on March 21, 2019, 03:09:06 PM
Quote
Change log for March 18, 2019 Vulkan 1.1.104 spec update:

  * Update release number to 104.

Public Issues:

  * Remove the incorrect line from "`Initial`" to "`Invalid`" state in the
    <<commandbuffer-lifecycle-diagram, Lifecycle of a command buffer>>
    diagram (public issue 881).
  * Add Fuchsia platform to <<boilerplate-wsi-header-table, Window System
    Extensions and Headers>> table (public pull request 933).
  * Change the type of
    slink:VkBufferDeviceAddressCreateInfoEXT::pname:deviceAddress from
    basetype:VkDeviceSize to basetype:VkDeviceAddress. These are both
    typedefs of code:uint64_t, so it is an ABI-compatible change (public
    issue 934).

Internal Issues:

  * Remove generated header files and update the CI tests to build a copy of
    the headers for use by the hpp-generate / hpp-compile CI stages. Targets
    to generate the headers will not be removed, but keeping these generated
    files in the repository increased the frequency of conflicts between
    branches when merging to master (internal issue 745).
  * Reword "`undefined: behavior if *action*" to "`must: not do *action*`"
    in the places the old terminology was used, and add a new
    <<writing-undefined, Describing Undefined Behavior>> section of the
    style guide to explain how to write such language in the future
    (internal issue 1579).
  * Move almost all Python scripts into the toplevel `scripts/` directory.
    Apply extensive internal edits to clean up and simplify the scripts, and
    try to follow PEP8 guidelines. Generalize the scripts with the use of a
    Conventions object controlling many aspects of output generation, to
    enable their use in other Khronos projects with similar requirements.
    Autogenerate extension interface refpages (these are experimental and
    may be retired going forward).

New Extensions:

  * `VK_AMD_display_native_hdr`
  * `VK_EXT_full_screen_exclusive` (internal issue 1439)
  * `VK_EXT_host_query_reset`
  * `VK_EXT_pipeline_creation_feedback` (internal issue 1560)
  * `VK_KHR_surface_protected_capabilities` (internal issue 1520)

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/476e3f422dc251065c535c1d8a5cfc58f1cff3c9


New extensions:

- VK_AMD_display_native_hdr (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_AMD_display_native_hdr.txt)
- VK_EXT_full_screen_exclusive (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_full_screen_exclusive.txt)
- VK_EXT_host_query_reset (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_host_query_reset.txt)
- VK_EXT_pipeline_creation_feedback (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_pipeline_creation_feedback.txt)
- VK_KHR_surface_protected_capabilities (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_surface_protected_capabilities.txt)



Title: Vulkan API specifications 1.1.105 released
Post by: JeGX on March 21, 2019, 03:12:54 PM
Quote
Change log for March 19, 2019 Vulkan 1.1.105 spec update (GDC edition):

  * Update release number to 105.

Public Issues:

  * Fix contractions and other markup issues (public pull request 935).

New Extensions:

  * Google Games Platform
  ** New `ggp` platform and associated header file `vulkan_ggp.h`
  ** `VK_GGP_frame_token`
  ** `VK_GGP_stream_descriptor_surface`


Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/0aca7bb22e616fe8f07a58c2e2c8e8c91ccaf5a2


New extensions:

- VK_GGP_frame_token (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_GGP_frame_token.txt)
- VK_GGP_stream_descriptor_surface (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_GGP_stream_descriptor_surface.txt)

Title: Vulkan API specifications 1.1.106 released
Post by: JeGX on April 11, 2019, 05:49:03 PM
Quote
Change log for April 7, 2019 Vulkan 1.1.106 spec update:

  * Update release number to 106.

Public Issues:

  * Add searchbox and generate search index for the chunked HTML target.
    Note that doing this requires several new toolchain components to build
    the `chunked` target (public issue 578 / internal issue 1352).
  * Remove descriptions of flink:vkCreateSampler sampler constraints which
    were repeated in the valid usage statements (public pull request 648).
  * Fix sense of conditional around a valid usage statement in the
    <<copies>> chapter (public issue 942).

Internal Issues:

  * Add missing pname:extent.width and pname:extent.height valid usage
    statements for flink:vkCmdClearAttachments (internal issue 1583).
  * Fix some inconsistencies in structures and corresponding pname:sType
    enumerant names by renaming
    sname:VkPhysicalDeviceShaderDrawParameterFeatures ->
    slink:slink:VkPhysicalDeviceShaderDrawParametersFeatures;
    sname:VkPhysicalDeviceVariablePointerFeatures ->
    slink:VkPhysicalDeviceVariablePointerFeatures;
    sname:VkPhysicalDeviceVariablePointerFeaturesKHR ->
    slink:VkPhysicalDeviceVariablePointerFeaturesKHR;
    sname:VkPhysicalDeviceBufferAddressFeaturesEXT ->
    slink:VkPhysicalDeviceBufferDeviceAddressFeaturesEXT;
    etext:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES
    ->
    ename:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES;
    etext:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES ->
    ename:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES;
    etext:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR ->
    ename:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES_KHR;
    and etext:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT
    ->
    ename:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT.
    The old names are still available as aliases for backwards
    compatibility. This change required introducing valid XML markup which
    externally written XML processing scripts may need to be modified to
    accomodate, to support multiple aliases of a single command or token
    name (internal issue 1592).
  * Add slink:VkDevice as the first parameter to flink:vkSetLocalDimmingAMD
    (internal issue 1618).
  * Improve CI header compilation tests to test all Vulkan platform
    includes, using fake platform headers where needed, and change the
    `allchecks` Makefile target to use the more comprehensive
    `check_spec_links.py` script instead of the retired `checkinc` and
    `checklinks` targets.
  * Move descriptions of the ASTC compressed texture decode mode from the
    <<appendix-compressedtex-astc,appendix>> to the recently updated
    external Khronos Data Format Specification.
  * Fix minor markup and spelling issues in the `VK_NV_ray_tracing`
    extension.

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/b1042a3204aba3319e2a9b42afa969789472a458
Title: Vulkan API specifications 1.1.107 released
Post by: JeGX on April 19, 2019, 07:36:20 PM
Quote
Change log for April 16, 2019 Vulkan 1.1.107 spec update:

  * Update release number to 107.

Public Issues:

  * Fix revision date for the `<<VK_AMD_gpu_shader_half_float>>` appendix
    (public issue 617).
  * Make <<synchronization-pipeline-barriers-subpass-self-dependencies,
    subpass self-dependencies>> less restrictive (public issue 777).
  * Fix the `<<VK_EXT_full_screen_exclusive>>` dependency on
    `<<VK_KHR_win32_surface>>` in `vk.xml` (public pull request 849).
  * Remove single-page (`apispec.html`) refpage sub-targets from the
    Makefile `allman` target and the build instructions. The target is still
    present in the Makefile, but we have not been actively maintaining the
    single-page document and do not promise it will work. The full
    Specification and the individual API reference pages are what we support
    and publish at present (public issue 949).

Internal Issues:

  * De-duplicate common valid usage statements shared by multiple commands
    or structures by using asciidoctor includes and dynamically assigning
    part of the valid usage ID based on which command or structure they're
    being applied to (internal issue 779).
  * Add reference pages for constructs not part of the formal API, such as
    platform calling convention macros, and script changes supporting them
    This required suppressing some check_spec_links warning classes in order
    to pass CI, until a more sophisticated fix can be done (internal issue
    888).
  * Change math notation for the elink:VkPrimitiveTopology descriptions to
    use short forms `v` and `p` instead of `vertex` and `primitive`,
    increasing legibility (internal issue 1611).
  * Rewrite generated file includes relative to a globally specified path,
    fixing some issues with refpage generation (internal issue 1630).
  * Update contributor list for `<<VK_EXT_calibrated_timestamps>>`.
  * Fix use of pathlin in `scripts/generator.py` so the script will work on
    Windows under Python 3.5 (internal merge request 3107).
  * Add missing conditionals around the
    <<descriptorsets-accelerationstructure, Acceleration Structure>>
    section (internal merge request 3108).
  * More script synchronization with OpenXR spec repository (internal merge
    request 3109).
  * Mark the `<<VK_AMD_gpu_shader_half_float>>` and
    `<<VK_AMD_gpu_shader_int16>>` extensions as deprecated in `vk.xml` and
    the corresponding extension appendices (internal merge request 3112).

New Extensions:

  * `<<VK_EXT_headless_surface>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5abf83f95d89cf6ba104b4c70d42d5c7c678b630

New extension:
- VK_EXT_headless_surface (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_headless_surface.txt)



Title: Vulkan API specifications 1.1.108 released
Post by: JeGX on May 14, 2019, 04:19:02 PM
Quote
Change log for May 13, 2019 Vulkan 1.1.108 spec update:

  * Update release number to 108.

Internal Issues:

  * Clarify that only external resources can be bound to external memory in
    valid usage statements for flink:vkBindBufferMemory,
    flink:vkBindImageMemory, slink:VkSparseMemoryBind, and
    slink:VkSparseImageMemoryBind (internal issue 1496).
  * Move all `vk.xml`requirements for
    flink:vkGetDeviceGroupSurfacePresentModes2EXT into
    `<<VK_EXT_full_screen_exclusive>>` (internal issue 1622).
  * Add some missing valid usage statements for
    flink:vkCmdEndQueryIndexedEXT (internal issue 1638).
  * Specify rules for defining "`New Flags and Bitmask Types`" in that
    section of the style guide (internal issue 1649).
  * Add a comment to the `vk.xml` extension block for
    `VK_ANDROID_native_buffer` explaining why the extension is tagged
    `"disabled"` (internal issue 1657).
  * Fix typos in the description of slink:VkImageViewCreateInfo (internal
    issue 1661).
  * Modify valid usage statements for slink:VkImageViewCreateInfo to fix the
    description about the restriction for pname:baseArrayLayer and
    pname:layerCount from pname:extent.depth to the depth of mipmap level
    while creating a 2D array image view on a 3D image.
  * Forbid structures that contain opaque types (images or samplers) in the
    SPIR-V <<spirvenv-module-validation, Validation Rules within a Module>>
    section.
  * Minor editorial changes for the `VK_EXT_swapchain_colorspace` extension
    in the description of slink:VkColorSpace KHR and `vk.xml`, including:
  ** Consistently specify which function (OETF or Inverse-EOTF) is being
     defined;
  ** Remove the Display P3 EOTF, since no other EOTFs are defined;
  ** Include luminance range for the HLG OETF;
  ** Remove a duplicated paragraph; and,
  ** Rename ename:VK_COLOR_SPACE_DISPLAY_P3_LINEAR_EXT, leaving the old
     ename:VK_COLOR_SPACE_DCI_P3_LINEAR_EXT token as an alias.

New Extensions:

  * `<<VK_NV_framebuffer_mixed_samples_coverage_reduction_mode>>`
  * `<<VK_KHR_uniform_buffer_standard_layout>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/40ba6e9a4468915aa3aef2ccc153d60e7988193f

New extensions:
- VK_KHR_uniform_buffer_standard_layout (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_uniform_buffer_standard_layout.txt)
- VK_NV_framebuffer_mixed_samples_coverage_reduction_mode: not yet documented.
Title: Vulkan API specifications 1.1.109 released
Post by: JeGX on May 24, 2019, 05:07:39 PM
Quote
Change log for May 24, 2019 Vulkan 1.1.109 spec update:

  * Update release number to 109.

Github Issues:

  * Require matching for physical devices to be in a device group in the
    <<devsandqueues-devices, Devices>> section (public issue 695).
  * Fix typo in an equation in the <<fragmentdensitymap-fetch-density-value,
    Fetch Density Value>> section (public issue 954).
  * Fix styleguide links (public pull request 965).

Internal Issues:

  * Allow <<renderpass-compatibility, compatibility of single-subpass
    renderpasses>> with different resolve attachments (internal issue 1464).
  * Add some missing empty flags types to API spec so custom refpage
    generation doesn't break (internal issue 1607).
  * Add a "`SPIR-V Sampled Type`" column to the <<formats-numericformat,
    Interpretation of Numeric Formats>> table, and clarify the requirement
    that the code:OpTypeImage sampled type match the bound image's numeric
    format for slink:VkClearColorValue and in the
    <<interfaces-resources-descset, Descriptor Set Interface>> section
    (internal issue 1646).
  * Fix a typo in the <<tessellation-quad-tessellation, Quad Tessellation>>
    section which should refer to rectangles, not triangles (internal issue
    1667).
  * Clarify the definition of time domains in elink:VkTimeDomainEXT
    (internal merge request 3110).
  * Add R10X6 and R12X4 formats to the <<formats-mandatory-features-10bit>>
    table (internal merge request 3137).
  * Don't require extern sync on wait/signal semaphores in `vk.xml` for
    flink:vkQueueSubmit and flink:vkQueueBindSparse (internal merge request
    3116).
  * Improve phrasing of compute and mesh shader size related to
    code:LocalSize and code:WorkgroupSize in
    slink:VkPhysicalDeviceMeshShaderPropertiesNV and
    slink:VkPhysicalDeviceMaintenance3Properties (internal merge request
    3156).
  * Make the flink:vkCmdBindShadingRateImageNV pname:imageView parameter
    optional in `vk.xml` (internal merge request 3157).

New Extensions:

  * `<<VK_INTEL_performance_query>>`
  * `<<VK_INTEL_shader_integer_functions2>>`


Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/6635a81b5b9dea234faf967d54abf7241db371c9


New extensions:
- VK_INTEL_performance_query (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_INTEL_performance_query.txt)
- VK_INTEL_shader_integer_functions2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_INTEL_shader_integer_functions2.txt)
Title: Vulkan API specifications 1.1.110 released
Post by: JeGX on June 04, 2019, 01:20:02 PM
Quote
Change log for June 2, 2019 Vulkan 1.1.110 spec update:

  * Update release number to 110.

Github Issues:

  * Fix typo (public pull request 972).
  * Rename Pastel driver ID to SwiftShader (public pull request 974).

New Extensions:

  * `<<VK_EXT_fragment_shader_interlock>>`
  * `<<VK_NV_shader_sm_builtins>>`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/619084d44a605285e39530a0810d323ad024f897

New extensions
- VK_EXT_fragment_shader_interlock (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_fragment_shader_interlock.txt)
- VK_NV_shader_sm_builtins (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_NV_shader_sm_builtins.txt)
Title: Vulkan API specifications 1.1.111 released
Post by: Stefan on June 16, 2019, 05:30:23 AM
QuoteChange log for June 10, 2019 Vulkan 1.1.111 spec update:

  * Update release number to 111.

Github Issues:

  * Clean up flink:vkGetPhysicalDeviceSurfaceFormatsKHR and
    flink:vkGetPhysicalDeviceSurfaceFormats2KHR to drop the
    ename:VK_FORMAT_UNDEFINED case, require callers pass a supported
    surface, and rearrange some validation-related language (public issue
    207).
  * Allow dynamic and nonuniform indexing of acceleration structures in the
    <<interfaces-resources-descset, Descriptor Set Interface>> section
    (public KhronosGroup/glslang issue 1766).

Internal Issues:

  * Clarify when images require the use of YCbCr samplers for
    slink:VkWriteDescriptorSet and slink:VkImageViewCreateInfo (internal
    issue 1639).
  * Remove the "`block`" language around <<features-robustBufferAccess,
    vectorizing and robust buffer access>> (internal issue 1642).
  * Allow code:OpTypeImageFormat == code:Unknown for input attachments in
    the <<interfaces-resources-descset, Descriptor Set Interface>> section
    (internal issue 1645).
  * Fix asciidoctor conditionals around
    ename:VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT in the
    <<fundamentals-errorcodes>> section (internal issue 1679).
  * Remove error codes from `vk.xml` for
    flink:vkUninitializePerformanceApiINTEL, which has a `void` return type
    (internal issue 1704).
  * Various subgroup-related fixes in the <<spirvenv-capabilities,
    Capabilities>>, <<shaders-subgroup-arithmetic, Arithmetic Subgroup
    Operations>>, <<shaders-subgroup-clustered, Clustered Subgroup
    Operations>>, and <<shaders-subgroup-partitioned, Partitioned Subgroup
    Operations>> sections (internal merge request 3164).
  * Fix asciidoctor markup affecting math rendering in the <<Precision of
    core SPIR-V Instructions>> table (internal merge request 3166).
  * Fix incorrect reference to flink:vkGetPhysicalDeviceFeatures2KHR in the
    description of slink:VkPhysicalDeviceASTCDecodeFeaturesEXT (internal
    merge request 3169).
  * Fix a non-sentence in the introduction to the <<textures, Image
    Operations Overview>> section (internal merge request 3184).
  * Minor markup, grammar, and typo fixes for the
    `<<NV_shader_sm_builtins>>` extension spec language (internal merge
    request 3189).
  * Clarify that 1D and 1D array format support is optional for cubic
    filters, immediately following the <<formats-mandatory-features-astc,
    Mandatory ASTC LDR format support>> table (internal merge request 3194).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ad46c7dc688fe973ac7299b651403be5f562db8e
Title: Vulkan API specifications 1.1.117 released
Post by: JeGX on July 29, 2019, 04:36:42 PM
Quote
Change log for July 28, 2019 Vulkan 1.1.117 spec update:

  * Update release number to 117.

Github Issues:

  * Add ename:VK_STENCIL_FACE_FRONT_AND_BACK for naming consistency, and
    alias the old ename:VK_STENCIL_FRONT_AND_BACK for backwards
    compatibility (public issue 991).
  * Fix minor issues with valid usage statements for
    flink:vkCreateFramebuffer, slink:VkFramebufferCreateInfo, and
    slink:VkRenderPassBeginInfo when the `<<VK_KHR_imageless_framebuffer>>`
    extension is enabled (public issue 998).
  * Clarify the subpass dependency requirement in the
    <<renderpass-layout-transitions>> section to eliminate the need for a
    subpass dependency for either the same or different layouts as long as
    they're both read-only (relates to
    KhronosGroup/Vulkan-ValidationLayers#948).

Internal Issues:

  * Document that <<extendingvulkan-compatibility-promotion, backwards
    compatibility aliases are not promoted>> as part of promoting an
    extension (internal issue 1677).
  * Update VK_ANDROID_native_buffer extension to spec version 8 (internal
    issue 1753).
  * Add missing section to the <<VK_KHR_shader_controls_v4_incompatibility,
    VK_KHR_shader_float_controls>> extension appendix describing
    the reason for the breaking API change in version 4 of the extension,
    and correct the version to 4 in `vk.xml` (internal merge request
    3275).
  * Add valid usage statements to slink:VkAccelerationStructureInfoNV
    requiring the ename:VK_BUFFER_USAGE_RAY_TRACING_BIT_NV usage flag for
    buffers used in acceleration structure building.

New Extensions:

  * `<<VK_EXT_line_rasterization>>`
  * `<<VK_EXT_texture_compression_astc_hdr>>`
  * `<<VK_EXT_index_type_uint8>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0e3ceb7574dacde2a10f15718ba0cbc92c9905c8

New extensions:
- VK_EXT_line_rasterization (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_line_rasterization.txt)
- VK_EXT_texture_compression_astc_hdr (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_texture_compression_astc_hdr.txt)
- VK_EXT_index_type_uint8 (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_index_type_uint8.txt)
Title: Vulkan API specifications 1.1.118 released
Post by: JeGX on August 13, 2019, 09:44:11 AM
Quote
Change log for August 11, 2019 Vulkan 1.1.118 spec update:

  * Update release number to 118.

Github Issues:

  * Update `BUILD.adoc` to specifically require asciidoctor 1.5.8, and make
    that change to the gitlab CI script (public issue 968).
  * Remove redundant slink:VkSubpassDependency and
    slink:VkSubpassDependency2KHR valid usage statements
    (public pull request 995).
  * Clarify the <<vkGetInstanceProcAddr behavior>> and <<vkGetDeviceProcAddr
    behavior>> tables (public pull request 1004).
  * Fix use of nonexistent
    slink:VkSamplerYcbcrConversionImageFormatProperties::pname:maxCombinedImageSamplerDescriptorCount
    (public pull request 1010).
  * Use compatible pathlib for python2 (public pull request 1012).

Internal Issues:

  * Mark the <<VK_KHR_vulkan_memory_model>> extension as no longer
    provisional in `vk.xml` (internal issue 1369).
  * Clarify that use-defined code:Input and code:Output variables cannot be
    code:Boolean in the <<interfaces-iointerfaces-user, User-defined
    Variable Interface>> section (internal issue 1663).
  * Fix naming inconsistencies in
    slink:VkPhysicalDevicePerformanceQueryFeaturesKHR,
    slink:VkPhysicalDevicePerformanceQueryPropertiesKHR,
    slink:VkQueryPoolPerformanceCreateInfoKHR, and associated enumerants
    (internal issue 1746).
  * Use ACM reference style for normative references (internal merge request
    3256).
  * Explicitly list the features changed in Vulkan 1.1 in the
    <<features-requirements, Feature Requirements>> section and the
    <<versions, Core Revisions (Informative)>> appendix (internal merge
    request 3274).
  * Add the slink:VkPhysicalDeviceSubgroupSizeControlFeaturesEXT structure
    to the <<VK_EXT_subgroup_size_control>> extension, which was
    accidentally omitted in the initial release of the extension (internal
    merge request 3287).
  * Add missing slink:VkImageUsageFlag description for
    ename:VK_IMAGE_USAGE_FRAGMENT_DENSITY_MAP_BIT_EXT (internal merge
    request 3292).
  * Add valid usage statements to slink:VkAccelerationStructureInfoNV and
    flink:vkGetAccelerationStructureHandleNV to clarify usage of
    acceleration structure handle and geometries (internal merge request
    3292).

New Extensions:

  * `<<VK_AMD_shader_core_properties2>>`
  * `<<VK_AMD_pipeline_compiler_control>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/94f03f1ccaecf6403d44fbe3de78d033e396bc58

New extensions:
- VK_AMD_shader_core_properties2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_AMD_shader_core_properties2.txt)
- VK_AMD_pipeline_compiler_control (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_AMD_pipeline_compiler_control.txt)
Title: Vulkan API specifications 1.1.119 released
Post by: JeGX on August 13, 2019, 04:08:03 PM
Quote
Change log for August 11, 2019 Vulkan 1.1.119 spec update:

  * Update release number to 119.
  * A new extension was accidentally left out of the 1.1.118 spec update.
    This update corrects that oversight.

New Extensions:

  * `<<VK_KHR_pipeline_executable_properties>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5a1c484b7e65eb7d83b160f8c92b0cfd77ddbd53

New extension:
VK_KHR_pipeline_executable_properties (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_pipeline_executable_properties.txt)
Title: Vulkan API specifications 1.1.120 released
Post by: JeGX on August 21, 2019, 12:09:05 PM
Quote
Change log for August 17, 2019 Vulkan 1.1.120 spec update:

  * Update release number to 120.

Github Issues:

  * Add slink:VkAccelerationStructureTypeNV explicitly to extension XML for
    `<<VK_NV_ray_tracing>>` (public issue 848).
  * Add missing valid usage statements for feature flags in
    slink:VkCommandBufferInheritanceInfo (public pull request 1017).

Internal Issues:

  * Clarify behavior of non-premultiplied destination colors for
    `<<VK_EXT_blend_operation_advanced>>` prior to the definition of
    slink:VkBlendOverlapEXT (internal issue 1766).
  * Fix the confusing phrasing "`no other queue must: be (doing something)`"
    for flink:vkQueuePresentKHR, flink:vkQueueSubmit, and
    flink:vkQueueBindSparse (internal issue 1774).
  * Add `<<VK_EXT_validation_features>>` flag to enable best practices
    checks, which will soon be available in the validation layer (internal
    issue 1779).
  * Specify allowed characters for VUID tag name components in the style
    guide (internal issue 1788).
  * Update links to SPIR-V extension specifications, and parameterize their
    markup in case the URLs change in the future (internal issue 1797).
  * Fix an off-by-one error in the valid usage statement for
    slink:VkPipelineExecutableInfoKHR (internal merge request 3303).
  * Clean up markup indentation not matching the style guide (internal merge
    request 3314).
  * Minor script updates to allow refpage aliases, generate a dynamic TOC
    for refpages, generate Apache rewrite rules for aliases, open external
    links from refpages in a new window, and synchronize with the OpenCL
    scripts. This will shortly enable a paned navigation setup for refpages,
    similar to the OpenCL 2.2 refpages (internal merge request 3322).
  * Script updates to add tests to the checker, refactor and reformat code,
    generate better text for some valid usage statements, use more Pythonic
    idioms, and synchronize with the OpenXR scripts (internal merge request
    3239).
  * Script updates and minor fixes in spec language to not raise checker
    errors for refpage markup of pages not existing in the API, such as
    VKAPI_NO_STDINT_H. Remove corresponding suppression of some
    check_spec_links.py tests from .gitlab-ci.yml and 'allchecks' target
    (internal merge request 3315).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/521e98405f8587ce6506811125c001f1eda26314
Title: Vulkan API specifications 1.1.121 released
Post by: JeGX on August 27, 2019, 03:49:52 PM
Quote
Change log for August 25, 2019 Vulkan 1.1.121 spec update:

  * Update release number to 121.

Github Issues:

  * Add missing `structextends` attribute in `vk.xml` for
    slink:VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR (public
    issue 1018).
  * Change attributes of flink:vkCmdCopyAccelerationStructureNV,
    flink:vkCmdWriteAccelerationStructuresPropertiesNV,
    flink:vkCmdBuildAccelerationStructureNV, and flink:vkCmdTraceRaysNV to
    require that these commands execute outside renderpasses (public issue
    1021).
  * Add an issue to the `<<VK_EXT_buffer_device_address>>` appendix
    discussing the introduction of new names and aliasing by equivalent old
    names (public pull request 1024).

Internal Issues:

  * Protect the `VK_KHR_sampler_mirror_clamp_to_edge` extension with
    asciidoctor conditionals, and remove it from the core-only specification
    builds, where it had previously been force-included in the Makefile. It
    is now treated like any other extension (internal issue 1776).
  * Edit some asciidoctor anchor names starting with `features-features-` to
    just start with `features-`, since the old chapters was split into 3
    pieces. There are still some mild naming inconsistencies with anchors
    which may be addressed in the future (internal issue 1792).
  * Add `KHR` alias for the non-suffixed extension token
    ename:VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE, for compatibility
    with naming rules for extensions (internal issue 1796).
  * Clarify requirements for external memory in NOTEs for
    sname:VkExternalMemoryBufferCreateInfo, and valid usage statements for
    flink:vkBindBufferMemory, slink:VkBindBufferMemoryInfo,
    flink:vkBindImageMemory, and slink:VkBindImageMemoryInfo (internal merge
    request 3301).
  * Make extension version numbers in `vk.xml` and extension appendices
    consistent. In a few cases, we could not recover history at this
    granularity, and left the summary of a version's change undefined
    (internal merge request 3323).
  * Fix invocation of `CodeInlineMacro` in the Ruby extension backing the
    `code:` macro, which was delegating to the wrong base class (internal
    merge request 3331).
  * Modify `reg.py` to do a better job of recognizing equivalent <enum>
    definitions.
  * Add a `sortorder` attribute to XML feature and extension tags.

New Extensions

  * `<<VK_AMD_device_coherent_memory>>`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/59750fe4c72a9295a94e22474060d3a1635e92c8

New extension:
- VK_AMD_device_coherent_memory (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_AMD_device_coherent_memory.txt)
Title: Vulkan API specifications 1.1.122 released
Post by: JeGX on September 11, 2019, 05:43:16 PM
Quote
Change log for September 8, 2019 Vulkan 1.1.122 spec update:

  * Update release number to 122.

Internal Issues:

  * Add style guide language on not using standalone `+` signs (internal
    issue 736); not using leading whitespace for markup (internal issue
    747); and on keeping descriptions of a single API in a contiguous block
    of markup (internal issue 949), and apply them to the specification.
  * Add a glossary definition of "`constant integral expression`", pointing
    to the SPIR-V "`constant instruction`" definition (internal issue 1225).
  * Many minor edits to improve writing style consistency and capture
    additional style guidelines (internal issue 1553).
  * Clarify that <<fragops-depth-write, depth writes are not performed>> if
    there is no depth framebuffer attachment (internal issue 1771).
  * Allow implementations to use rectangular line style of interpolation for
    <<primsrast-lines-bresenham, wide Bresenham lines>>, though replicating
    attributes is still preferred. Clarify that code:FragCoord is not
    replicated (internal issue 1772).
  * Resolve a contradiction in valid usage statements for
    slink:VkImageCreateInfo and slink:VkImageStencilUsageCreateInfoEXT
    (internal issue 1773).
  * Add style guide discussion of markup for indented equations, and use
    markup workaround for asciidoctor 2 compatibility (internal issue 1793).
  * Deprecate the `<<VK_EXT_validation_flags>>` extension in `vk.xml` and
    the extension appendix (internal issue 1801).
  * Add a new checker script `scripts/xml_consistency.py`. This is not
    currently run as part of internal CI (internal merge request 3285).
  * Correct "`an`" -> "`a`" prepositions where needed (internal merge
    request 3334).
  * Clarify that the <<features-uniformBufferStandardLayout,
    pname:uniformBufferStandardLayout>> feature is only required when the
    extension defining it is supported (internal merge request 3341).
  * Bring scripts into closer sync with OpenXR, mainly through conversion of
    comments to docstrings where appropriate, and add gen-scripts-docs.sh
    (internal merge request 3324).
  * Correct pname:maxDrawMeshTasksCount to 2^16^-1 in the <<limits-required,
    Required Limits>> table (internal merge requests 3361).

New Extensions

  * `<<VK_IMG_format_pvrtc>>` (public issue 512).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/194a7f4d0d552e78d6f1a2fa2ae0ddbe0215090a

Extensions:
- VK_IMG_format_pvrtc (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_IMG_format_pvrtc.txt): VK_IMG_format_pvrtc provides additional texture compression functionality specific to Imagination Technologies PowerVR Texture compression format (called PVRTC).
Title: Vulkan API specifications 1.1.123 released
Post by: JeGX on September 26, 2019, 04:45:40 PM
Quote
Change log for September 15, 2019 Vulkan 1.1.123 spec update:

  * Update release number to 123.

Github Issues:

  * Add missing aspect mask descriptions to elink:VkImageAspectFlagBits
    (public pull request 1029).
  * Modify validity generator script to not check validity of ignored values
    in same-parent valid usage statements (public pull request 1030).
  * Make slink:VkDescriptorUpdateTemplateCreateInfo::pname:descriptorSetLayout
    `noautovalidity` in `vk.xml` (public pull request 1031).
  * Fix footnote markup in the <<vkGetDeviceProcAddr behavior>> table
    (public pull request 1034).

Internal Issues:

  * Require that <<interfaces-builtin-variables-sgs, code:SubgroupSize>> be
    a power of two (internal issue 1499).
  * Clarify that shaderFloat64 and shaderInt64 enable all storage classes,
    while shaderFloat16, shaderInt8, and shaderInt16 only enable
    non-interface storage classes. in the <<features-shaderFloat64>>,
    <<features-shaderInt64>>, and <<features-shaderInt16>> descriptions and
    for slink:VkPhysicalDeviceShaderFloat16Int8FeaturesKHR (internal issue
    1582).
  * Fix broken asciidoctor conditional logic in the
    <<spirvenv-module-validation, Validation Rules within a Module>>
    section, and add style guide language to help avoid this problem in the
    future (internal issue 1808).
  * Modify VUID assignment script to use the first API include in a block as
    part of the VUID name rather than the last one, so the VUID is based on
    the promoted API name (internal issue 1809).
  * Cleanup string descriptions to consistently refer to "`null-terminated
    UTF-8`" strings (internal issue 1813).
  * Clarify the purpose of the
    slink:VkPhysicalDeviceLimits::ptext:maxDescriptorSet* limits (internal
    merge request 3357).
  * Fix the slink:VkPhysicalDeviceRayTracingPropertiesNV limits for
    pname:maxGeometryCount, pname:maxInstanceCount, and
    pname:maxTriangleCount in the <<limits-required, Required Limits>>
    section (internal issue 3372).
  * Update SPIR-V image op sign-matching rules in the
    <<spirvenv-module-validation, Validation Rules within a Module>>
    section, the <<formats-numericformat>> table, and the
    <<interfaces-resources-descset, Descriptor Set Interface>> section
    (internal spirv/SPIR-V issue 332).

New Extensions

  * `<<VK_KHR_shader_subgroup_extended_types>>`
  * `<<VK_GOOGLE_user_type>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/c5261decf68cb2ef8cd934b8a3e4824bfde81cda

New extensions:
- VK_KHR_shader_subgroup_extended_types (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_shader_subgroup_extended_types.txt)
- VK_GOOGLE_user_type (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_GOOGLE_user_type.txt)
Title: Vulkan API specifications 1.1.124 released
Post by: JeGX on October 21, 2019, 01:46:49 PM
Quote
Change log for October 6, 2019 Vulkan 1.1.124 spec update:

  * Update release number to 124.

Github Issues:

  * Fix Makefile SPECREMARK macro to work when not building in a git tree
    (public issue 992).
  * Ignore pname:aspectMask for unused attachments in
    slink:VkSubpassDescription2KHR valid usage statements (public pull
    request 1028).
  * Minor markup / spelling fixes (public pull requests 1035, 1045).

Internal Issues:

  * Fix markup in Valid Usage statement for slink:VkCreateFramebuffer
    (internal issue 1823).
  * Add a new <<synchronization-signal-operation-order, _signal operation
    order_>> section to the synchronization chapter which describes in
    detail the ordering guarantees provided by the API between fence and
    semaphore signal operations (internal merge request 3368).
  * Move generated `appendix/meta/` files into the Makefile GENERATED
    directory (internal merge request 3381).

New Extensions

  * `<<VK_KHR_shader_clock>>`
  * `<<VK_KHR_timeline_semaphore>>`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/22a5a1459fbe8be546079525c4c9d50bfc20b30b

New extensions:
- VK_KHR_shader_clock (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_shader_clock.txt)
- VK_KHR_timeline_semaphore (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_timeline_semaphore.txt)
Title: Vulkan API specifications 1.1.125 released
Post by: JeGX on October 21, 2019, 01:48:18 PM
Quote
Change log for October 13, 2019 Vulkan 1.1.125 spec update:

  * Update release number to 125.

Github Issues:

  * Allow slink:VkRenderPassFragmentDensityMapCreateInfoEXT to extend
    slink:VkRenderPassCreateInfo2KHR in `vk.xml` (public issue 1027).
  * Fix markup in `<<VK_EXT_external_memory_dma_buf>>` appendix (public pull
    request 1051).
  * Update .gitignore (public pull request 1052).

Internal Issues:

  * Disallowed slink:VkEvent from participating in queue family ownership
    transfers in the <<devsandqueues-index, Queue Family Index>> section
    (internal issue 1691).
  * Relax language describing default NT handle access rights for
    slink:VkExportMemoryWin32HandleInfoKHR and
    slink:VkExportSemaphoreWin32HandleInfoKHR (internal issue 1838).
  * Fix markup for slink:VkDeviceCreateInfo valid usage statement 00372 to
    remove imbedded asciidoctor conditionals by splitting it into two VUs
    (internal issue 1846).
  * Clarify lifetime of samplers used as immutable samplers in
    slink:VkDescriptorSetLayoutBinding (internal issue 1849).
  * Add a valid usage statement prohibiting flink:vkCmdBeginQuery on
    timestamp queries (internal issue 1851).
  * Correct some <<Precision of GLSL.std.450 Instructions, SPIR-V
    instruction precisions>> (internal merge request 3391).
  * Fix a typo in flink:vkQueueBindSparse valid usage statement 03245
    (internal merge request 3394).

New Extensions

  * `<<VK_KHR_spirv_1_4>>`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/a5b10770a313a4b1fcf74645c6041c6090630085

New extensions:
- VK_KHR_spirv_1_4 (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_spirv_1_4.txt)
Title: Vulkan API specifications 1.1.126 released
Post by: JeGX on October 21, 2019, 01:49:54 PM
Quote
Change log for October 21, 2019 Vulkan 1.1.126 spec update:

  * Update release number to 126

Github Issues:

  * Update the elink:VkAccessFlagBits etext:VK_ACCESS_MEMORY_* flags
    definition to make clear that ename:VK_ACCESS_MEMORY_READ_BIT and
    ename:VK_ACCESS_MEMORY_WRITE_BIT are meant to be equivalent to setting
    all applicable etext:READ and etext:WRITE access flags, and update the
    <<synchronization-access-types-supported, supported access types>> table
    accordingly (public pull request 1014).
  * Remove misleading NOTE in the <<synchronization-dependencies-chains>>
    section (public pull request 1048).
  * Clarify the memory mapping NOTE about invalidation described for
    flink:vkInvalidateMappedMemoryRanges (public pull request 1049).
  * Fix label for flink:vkCmdWaitEvents VUID 02803 (public pull request
    1056).
  * Styleguide fixes to several NOTES in the <<synchronization>> chapter
    (public pull request 1057).
  * Markup fix to <<features-features-timelineSemaphore>> section (public
    pull request 1058).
  * Convert some external links to `https` protocol (public pull request
    1064).
  * Remove unsupported nested links inside table captions (public pull
    request 1067 + followon tweak to make 'allchecks' target pass).

Internal Issues:

  * Restrict the SPIR-V code:Invariant decoration to only be used with
    code:Output variables in the <<spirvenv-module-validation, Validation
    Rules within a Module>> section (internal issue 1832).
  * Clarify that the <<features-independentResolve, independentResolve>>
    feature implies support for the <<features-independentResolveNone,
    independentResolveNone>> feature (internal issue 1848).
  * Clarify self-contradictory language for slink:VkSubpassDescription to
    say that resolves only happen within the render area (internal issue
    1850).
  * Add valid usage statements for slink:VkMemoryAllocateInfo and
    corresponding language to elink:VkExternalMemoryFeatureFlagBitsKHR to
    restrict implementations and applications from using both an external
    host memory allocation and dedicated allocation (internal merge request
    3375).

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/90add81fa4bf15fceee9a4e015cc07c13f7b00a9
Title: Vulkan API specifications 1.1.127 released
Post by: JeGX on November 04, 2019, 01:07:08 PM
Quote
Change log for November 4, 2019 Vulkan 1.1.127 spec update:

  * Update release number to 127

Github Issues:

  * Consistently use the feature name pname:pipelineExecutableInfo as found
    in `vk.xml` and the generated header files, instead of
    pname:pipelineExecutableProperties as sometimes used in the
    specification text (public issue 1061).
  * Clarify the definition of the code:PrimitiveId returned by a
    `<<VK_NV_ray_tracing>>` shader (public issue 1068).

Internal Issues:

  * Remove unused `draw_renderpass_validation.txt` valid usage text
    (internal issue 1869).
  * Require <<features-features-timelineSemaphore, pname:timelineSemaphore>>
    if the `<<VK_KHR_timeline_semaphore>>` extension is supported (internal
    issue 1873).
  * Fix typos in slink:VkBindBufferMemoryInfo valid usage statement 02791
    and various slink:VkSparseMemoryBind VUs (internal merge request 3411).
  * Minor non-semantic markup and diagram fixes (internal merge request
    3417).
  * Clarify that <<interfaces-iointerfaces-locations, Location>> values are
    physical slots, not a virtual table that just imposes an overall maximum
    on the number of locations that can be used (internal merge request
    3426).
  * Add links to GLSL specs from the `<<VK_KHR_shader_clock>>` appendix, as
    well as expected mappings for GLSL builtins (internal merge request
    3429).

New Extensions

  * `<<VK_KHR_separate_depth_stencil_layouts>>`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/fa497b29d87078e1fee7372e369e9a1a788d6358

New extension:
- VK_KHR_separate_depth_stencil_layouts (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_separate_depth_stencil_layouts.txt)
Title: Vulkan API specifications 1.1.128 released
Post by: JeGX on November 18, 2019, 08:36:22 PM
Quote
Change log for November 18, 2019 Vulkan 1.1.128 spec update:

  * Update release number to 128

Github Issues:

  * Fix valid usage condition for
    flink:vkAllocationMemory::pname:pAllocateInfo (public issue 1032).
  * Change explicit valid usage statements for queue transfer operations in
    flink:vkCmdWaitEvents and flink:vkCmdPipelineBarrier, and corresponding
    language in the <<synchronization-queue-transfers-release>> section, to
    incorporate access masks and clarify when queue transfer ops occur
    (public pull request 1046).
  * Ignore disabled bits in valid usage statements (public pull request
    1062).
  * Fix some broken HTML links (public pull request 1063).
  * Change ename:VK_PIPELINE_CREATE_DISPATCH_BASE to an alias of new token
    ename:VK_PIPELINE_CREATE_DISPATCH_BASE_BIT, to follow the naming
    conventions for bitmasks (public issue 1075).

Internal Issues:

  * Add valid usage statement to flink:vkQueueSubmit for attempted use of a
    resource currently not available for use (internal issue 1751).
  * Make it invalid for an implementation to return anything but
    ename:VK_SUCCESS for the flink:vkFreeDescriptorSets and
    flink:vkResetDescriptorPool commands (internal issue 1781).
  * Add a note clarifying the relationship between
    code:SubgroupLocalInvocationId and code:LocalInvocationId or
    code:LocalInvocationIndex to the <<interfaces-builtin-variables-sgli,
    code:SubgroupLocalInvocationId>> description (internal issue 1810).
  * Add valid usage statements for scissor regions to
    slink:VkPipelineViewportStateCreateInfo based on similar statements for
    flink:vkCmdSetScissor, and generalize all these VUs to cover each
    element of the pname:pScissors array (internal issue 1861).
  * Fix the basis matrix for <<textures-texel-cubic-filtering, Texel Cubic
    Filtering>> (internal issue 1878).
  * Make the
    slink:VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT::pname:pNext
    member non-const, like other feature structures (internal issue 1880).
  * Document that aggregate load/store may access padding bytes in the
    <<memory-model-memory-location, Memory Location>> appendix (internal
    cross-api/memory-model issue 113).
  * Clarify in the description of elink:VkDescriptorBindingFlagBitsEXT that
    ename:VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT descriptors allow
    for updating different descriptors in the same set at the same time on
    multiple threads (internal merge request 3419).
  * Clarify that resolve attachments don't need to be compatible in the
    <<renderpass-compatibility, Render Pass Compatibility>> section
    (internal merge request 3422).
  * Add Visual Studio folders to `.gitignore` (internal merge request 3450).
  * Add language to
    slink:sname:VkPipelineCoverageModulationStateCreateInfoNV documenting
    that coverage modulation has no effect when using the
    ename:VK_COVERAGE_REDUCTION_MODE_TRUNCATE_NV reduction mode, clarifying
    an interaction with `<<VK_NV_coverage_reduction_mode>>` (internal merge
    request 3456).

New Extensions

  * `<<VK_KHR_performance_query>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d4b6925d02d0c917403fb8743c0289dd67b027f1

New Extension:
- VK_KHR_performance_query (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_performance_query.txt)
Title: Vulkan API specifications 1.1.129 released
Post by: JeGX on November 26, 2019, 01:00:54 PM
Quote
Change log for November 25, 2019 Vulkan 1.1.129 spec update:

  * Update release number to 129

Github Issues:

  * Rename "`pixel shaders`" to "`fragment shaders`" (public issue 1082).
  * Fix some markup in external semaphore extension (public pull request
    1083).
  * Fix styleguide em-dash example (public pull request 1088).
  * Update `.gitignore` to include some additional static refpages (public
    pull request 1089).
  * Restructure query language in <<wsi, Window System Integration (WSI)>>
    chapter - split into sections, reordered orphaned paragraphs, simplify
    language (public pull request 1090).

Internal Issues:

  * Remove NVIDIA contributors from `<<VK_KHR_performance_query>>` (internal
    merge request 3481).

New Extensions

  * `<<VK_KHR_buffer_device_address>>`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/2735ce8edb84539d210651664719edd66ace57d8

New extension:
- VK_KHR_buffer_device_address (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_buffer_device_address.txt)
Quote
This extension allows the application to query a 64-bit buffer device
address value for a buffer, which can be used to access the buffer memory
via the code:PhysicalStorageBuffer storage class in the
https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_EXT_buffer_reference`]
GLSL extension and
{spirv}/KHR/SPV_KHR_physical_storage_buffer.html[`SPV_KHR_physical_storage_buffer`]
SPIR-V extension.

This extension also allows opaque addresses for buffers and memory objects
to be queried and later supplied by a trace capture and replay tool, so that
addresses used at replay time match the addresses used when the trace was
captured.
To enable tools to insert these queries, new memory allocation flags must be
specified for memory objects that will be bound to buffers accessed via the
code:PhysicalStorageBuffer storage class.
Title: Vulkan API specifications 1.1.130 released
Post by: JeGX on December 10, 2019, 12:05:17 PM
Quote
Change log for December 9, 2019 Vulkan 1.1.130 spec update:

  * Update release number to 130

Github Issues:

  * Mark slink:VkPipelineExecutableInternalRepresentationKHR as
    `returnedonly` in `vk.xml` (public pull request 1092).
  * Use 'slink:' in autogenerated valid usage statements instead of 'sname:'
    (public pull request 1093).
  * Split flink:vkGetQueryPoolResults VU statement 00815, which had
    disallowed internal asciidoctor conditionals into two (public issue
    1094).
  * Minor markup and editing fixes (public pull request 1099).
  * Hide outdated valid usage statement when not building with timeline
    semaphore extension (public pull request 1121).
  * Add `<<VK_NV_glsl_shader>>` deprecation note (public pull request 1125).
  * Add SPV and GLSL links to `<<VK_KHR_multiview>>` (public pull request
    1128).

Internal Issues:

  * Clarify and consistently refer to the shader interface matching rules in
    the <<interfaces, Shader Interfaces>> chapter (internal issue 1067).
  * Clarify that inner array dimensions can't be sized with specialization
    constants in the <<spirvenv-module-validation, Validation Rules within a
    Module>> section (internal issue 1739).
  * Use consistent markup for nested access (members, array references,
    pointers) to structure members and function parameters (internal issues
    503, 1765).
  * Make slink:VkDeviceQueueInfo2::flags optional in `vk.xml` to remove an
    inappropriate valid usage statement (internal issue 1805).
  * Fix API name assignment for valid usage blocks in `scripts/reflow.py`
    (internal issue 1809).
  * Make spec language more internally consistent by fixing remaining cases
    where the term "`an instance of (structurename)`" was used, and
    expanding the style guide rules for describing pname:pNext chains along
    with corresponding edits it (internal issue 1814).
  * Disallow code:Workgroup memory and execution scope and code:Workgroup
    storage class in all but compute, mesh, and task shaders in the
    <<spirvenv-module-validation, Validation Rules within a Module>>
    section. There is an exception for code:Workgroup execution scope in
    tessellation control shaders because we do not have a more appropriate
    scope for patch barriers (internal issue 1905).
  * Restore 'Promoted to Vulkan 1.1 Core' comments in extension appendices,
    which were accidentally removed in spec revision 1.1.129 (internal issue
    1914).
  * Add some minor markup fixes as well as new valid usage statements for
    slink:VkAttachmentDescription, slink:VkAttachmentDescription2KHR, and
    slink:VkAttachmentReference2KHR (internal merge request 3493).

New Extensions

  * `<<VK_EXT_tooling_info>>`

Link: https://github.com/KhronosGroup/Vulkan-Docs/commit/86113f72290ca5998fcae798ee180bf587eca2a0


New extension:
- VK_EXT_tooling_info (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_tooling_info.txt)
Quote
When an error occurs during application development, a common question is
"What tools are actually running right now?" This extension adds the ability
to query that information directly from the Vulkan implementation.

Outdated versions of one tool might not play nicely with another, or perhaps
a tool is not actually running when it should have been.
Trying to figure that out can cause headaches as it's necessary to consult
each known tool to figure out what's going on - in some cases the tool might
not even be known.

Typically, the expectation is that developers will simply print out this
information for visual inspection when an issue occurs, however a small
amount of semantic information about what the tool is doing is provided to
help identify it programmatically.
For example, if the advertised limits or features of an implementation are
unexpected, is there a tool active which modifies these limits? Or if an
application is providing debug markers, but the implementation is not
actually doing anything with that information, this can quickly point that
out.
Title: Vulkan API specifications 1.2.131 released
Post by: JeGX on January 15, 2020, 03:46:55 PM
Quote
Change log for January 15, 2020 Vulkan 1.2.131 spec update:

  * Vulkan 1.2 initial release. Update release number to 131 for this
    update. The patch number will be used for all Vulkan 1.x spec updates,
    and continue to increment continuously from the previous Vulkan 1.1.130
    update.

Github Issues:

  * Use the attributes {prime}, {YCbCr}, and {RGBprime} for better markup of
    prime symbols, and ease of changing the markup for the commonly used
    color format names (public issue 636).
  * Expand the <<extendingvulkan-extensions-extensiondependencies, Extension
    Dependencies>> section to acknowledge that extension dependencies are
    usually, but not always satisfied by promoted versions of the
    dependencies, and point to the extension and version appendices for more
    information (public issue 1085).
  * Clarify the <<features-shaderStorageImageExtendedFormats,
    pname:shaderStorageImageExtendedFormats>> feature and add corresponding
    formats to the <<formats-mandatory-features-2byte>>,
    <<formats-mandatory-features-10bit>>,
    <<formats-mandatory-features-16bit>>, and
    <<formats-mandatory-features-64bit>> tables (public pull request 1098).
  * Fix issue 2 wording in the `<<VK_KHR_surface>>` appendix (public pull
    request 1100).
  * Fix valid usage statements for
    slink:VkSwapchainCreateInfoKhr::pname:minImageCount interactions with
    `<<VK_KHR_shared_presentable_image>>` (public pull request 1101).
  * Change the etext:VK_QUERY_SCOPE_* tokens in the
    slink:VkPerformanceCounterScopeKHR to aliases of new
    etext:VK_PERFORMANCE_COUNTER_SCOPE_* tokens, following the naming
    conventions for enumerants (public issue 1130).
  * Move `NV` extension pipe stages in elink:VkShaderStageFlagBits so they
    are not included in enmae:VK_SHADER_STAGE_ALL_GRAPHICS (public pull
    request 1133).
  * Clarify the introduction of the "`Surface Queries`" section of the
    <<wsi, Window System Integration>> chapter (public pull request 1135).
  * Fix macros that consume codelike text like pname:foo\->bar (public pull
    request 1149).

Internal Issues:

  * Add a new <<fundamentals-errorcodes, error code>>,
    ename:VK_ERROR_UNKNOWN, that can be returned by any function that has
    error returns (internal issue 1654).
  * Remove the `<<VK_EXT_filter_cubic>>` requirement to cubic filter the
    formats etext:*USCALED_PACKED32, etext:*SSCALED_PACKED32,
    etext:*UINT_PACK32, and etext:*SINT_PACK32 in the
    <<features-required-format-support, Required Format Support>> section
    (internal issue 1934).
  * Add a missing valid usage statement for
    `<<VK_KHR_buffer_device_address>>` to slink:VkBindBufferMemoryInfo,
    based on a similar statement for flink:vkBindBufferMemory (internal
    merge request 3512).
  * Fix some 'name:' macros to the correct 'pname:' (internal merge request
    3529).
  * Changes to script tools to stay relatively aligned with OpenXR scripts
    (internal merge request 3530).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ec1c5a0f6a10309a10cb636c67ba4b085ac437d4

More on Vulkan 1.2: Vulkan 1.2 Specifications Released (https://www.geeks3d.com/20200115/vulkan-1-2-specifications-released/)
Title: Vulkan API specifications 1.2.132 released
Post by: JeGX on January 22, 2020, 09:33:20 AM
Quote
Change log for January 20, 2020 Vulkan 1.2.132 spec update:

  * Update release number to 132 for this update.

Github Issues:

  * Move and reword a NOTE in the <<extendingvulkan-extensions, Extensions>>
    section (public pull request 1131).
  * Change redundant description of application error when using
    flink:vkMapMemory into a non-normative NOTE (public pull request 1143).
  * Remove redundant valid usage statement for flink:vkCmdExecuteCommands
    (public pull request 1151).
  * Remove redundant command buffer
    ename:VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT language in
    flink:vkCmdExecuteCommands valid usage statements (public pull request
    1153).
  * Add flink:vkBeginCommandBuffer valid usage statement to prevent using a
    primary command buffer with both the
    ename:VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT and
    ename:VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT flags (public pull
    request 1154).
  * Add slink:VkRenderPassBeginInfo valid usage statements for
    pname:renderArea (public pull request 1159).
  * Add missing valid usage statements for flink:vkCmdBeginRenderPass when
    `VK_KHR_separate_depth_stencil_layouts` is enabled (public issue 1470).

Internal Issues:

  * Clarify the definition of "`transfer commands`" for
    <<synchronization-pipeline-stages-transfer,
    ename:VK_PIPELINE_STAGE_TRANSFER_BIT>> (internal issue 816).
  * Clarify VK_ATTACHMENT_STORE_OP_DONT_CARE and reorder render pass chapter
    (internal issue 1098).
  * Clarify that <<pipelines-dynamic-state, Dynamic State>> can be set
    before pipeline bind, and update valid usage statements accordingly
    (internal issue 1624).
  * Clarify the behavior of floating-point divide by zero in the
    <<spirvenv-precision-operation, Precision and Operation of SPIR-V
    Instructions>> section (internal issue 1669).
  * Add a valid usage statement to flink:vkCmdResetQueryPool which allows
    not calling flink:vkCmdEndQuery if a prior flink:vmCmdResetQuery command
    was called (internal issue 1700).
  * Refactor specification of shader scopes into the new <<shaders-scope,
    Scope>> section, and modify other references to this language
    accordingly. Also describe quad invocation groups properly, with
    derivative and quad group operations referencing the description, and
    call out helper invocations as being able to become spontaneously
    inactive. Simplify parts of the texturing chapter accordingly (internal
    issues 1824, 1884, 1885, 1911).
  * Stop claiming that semaphore signals are ordered between different queue
    commands in the <<synchronization-signal-operation-order>> section
    (internal merge request 3542).
  * Move a valid usage statement from slink:VkBindImagePlaneMemoryInfo to
    flink:vkBindImageMemory2, where it can be determined (internal merge
    request 3548).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3a774a05786d65cc18bc58694d6bfe24f5b21d69
Title: Vulkan API specifications 1.2.133 released
Post by: JeGX on February 17, 2020, 04:29:13 PM
Quote
Change log for February 15, 2020 Vulkan 1.2.133 spec update:

  * Update release number to 133 for this update.

Github Issues:

  * Clarify language describing the <<commandbuffers-lifecycle, command
    buffer lifecycle>> (public pull request 1152).
  * Add anchor handles to chapters and VUID statements in the HTML outputs
    (public pull request 1157).
  * Update declaration of flink:vkCmdDrawIndexedIndirectCountAMD to alias
    the core function rather than the KHR extension function (public pull
    request 1165).
  * Remove redundant NOTE discussing
    ename:VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT after the description
    of slink:VkCommandBufferInheritanceInfo.txt (public pull request 1167).
  * Reserved vendor ID for Codeplay (public pull request #1167).

Internal Issues:

  * Restrict flag bits to bit positions 0..30. Add language to the
    <<fundamentals-validusage-flags, Valid Usage for Flags>> section
    expressing the restriction; to the registry documentation where the
    `bitpos` attribute is defined; and finally, add a test to the generator
    scripts that warns of bits 31 and higher being used (internal issue
    1945).
  * Clarify dynamic indexing of sampler objects in the
    <<interfaces-resources-descset, Descriptor Set Interface>> section, to
    be controlled by the same feature as sampled images (internal issue
    1951).
  * Make the effect of query reset commands requiring multiple passes to
    complete explicit, by disallowing resets of the same query from the same
    primary command buffer in the description of flink:vkCmdResetQueryPool
    and the valid usage statements for ftext:vkCmdBeginQuery* (internal
    issue 1965).
  * Update interaction between elink:VkFormatFeatureFlagBits affecting
    slink:VkSamplerYcbcrConversionCreateInfo::pname:forceExplicitReconstruction
    (internal merge request 3533).
  * Generate implicit pname:sType-unique valid usage statements from
    `validitygenerator.py` even for pname:pNext chains with only a single
    valid structure type, to enable validation layers work (internal merge
    request 3534).
  * Clean up wording of some flink:vkBindImageMemory valid usage statements
    (internal merge request 3547).
  * Mark the `VK_EXT_shader_subgroup_vote` and
    `VK_EXT_shader_subgroup_ballot` as deprecated in `vk.xml` (internal
    merge request 3558).
  * Tighten slink:VkSamplerYcbcrConversionCreateInfo::pname:chromaFilter
    valid usage restriction to be ename:VK_FILTER_NEAREST instead of
    ename:VK_FILTER_LINAER, now that other filters exist (internal merge
    request 3561).
  * Add valid usage statements to slink:VkCommandPoolCreateInfo and
    slink:VkDeviceQueueCreateInfo requiring that the corresponding
    ename:VK_COMMAND_POOL_CREATE_PROTECTED_BIT and
    ename:VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT not be set if the protected
    memory feature is not enabled. Previously this restriction was described
    for the elink:VkCommandPoolCreateFlagBits and
    elink:VkDeviceQueueCreateFlagBits types containing those flags, but not
    in valid usage statements (internal merge request 3563).
  * Fix conditional markup in the <<shaders-scope-device>> and
    <<shaders-scope-queue-family>> sections to apply to Vulkan 1.2, as well
    as `VK_KHR_vulkan_memory_model` (internal merge request 3570).
  * Add performance queries to the list in the introduction of the
    <<supported query types, queries>> chapter (internal merge request
    3577).

New Extensions

  * `<<VK_KHR_shader_non_semantic_info>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/c31cf1823ace0812c2fcc4681714fbfe5f067b09

New extension:
- VK_KHR_shader_non_semantic_info (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_shader_non_semantic_info.txt)
Title: Vulkan API specifications 1.2.134 released
Post by: JeGX on March 08, 2020, 02:04:12 PM
Quote
Change log for March 6, 2020 Vulkan 1.2.134 spec update:

  * Update release number to 134 for this update.

Github Issues:

  * Fix flink:vkGetPhysicalDeviceToolPropertiesEXT implicit array valid
    usage statements, rewrite for consistency, and explicitly state lifetime
    of retrieved results (public pull request 1148).
  * Change use of "`happens before`" to glossary term "`happens-before`"
    (public pull request 1170).
  * Use glossary terms "`release operation`" / "`acquire operation`" instead
    of similar colloquial language (public pull request 1171).
  * Fix minor spelling errors and duplicated words (public pull request
    1174).
  * Remove duplicate "`to`" word (public pull request 1176).
  * Rephrase description of signaling / unsignaling for slink:VkEvent
    (public pull request 1179).
  * Update asciidoctor extension handling of C arrow operator to avoid need
    for escaping it in custom macros, and corresponding fixes to markup in
    the spec and to the style guide (public pull request 1186).
  * Move layout transition NOTE in the
    <<synchronization-image-layout-transitions, Image Layout Transitions>>
    section below the corresponding normative paragraph (public pull request
    1190).
  * Change the parent handle types of slink:VkDisplayKHR and
    slink:VkDisplayModeKHR in `vk.xml` (public pull request 1194).
  * Add missing `len` attribute for
    flink:vkQueueSignalReleaseImageANDROID::pname:pWaitSemaphores parameter
    in `vk.xml` (public pull request 1196).

Internal Issues:

  * Link to HTML preview of `SPV_KHR_non_semantic_info` link in the
    `<<VK_KHR_shader_non_semantic_info>>` appendix, instead of asciidoctor
    source document (internal merge request 3614).
  * Improve registry schema documentation description of allowed <enum> tags
    inside <remove> tags (internal merge request 3614).

  * Clarify behavior when reading or writing image formats with padding
    ("`X`" components) in the "`Common Operation`" section of the <<copies>>
    chapter, and that padding components are unused in the elink:VkFormat
    description of such formats (internal issue 1122).
  * Clarify that flink:vkGetDeviceProcAddr can be used for device-level
    commands from instance extensions (internal issue 1960).
  * Add a note to the <<primsrast-lines-bresenham, Bresenham Line Segment
    Rasterization>> section clarifying that line rasterization does not
    depend on sample locations (internal issue 1855).
  * Add a new header macro dlink:VK_HEADER_VERSION_COMPLETE which provides
    the complete version (major, minor, and patch/release) of the Vulkan
    headers at compile time, and document the intended use cases for this
    macro (internal issue 1990).
  * Remove `optional` attribute from
    slink:VkDebugUtilsObjectNameInfoEXT::pname:pObjectName in `vk.xml`,
    making the string required (internal issue 2002).
  * Add a missing `structextends` attribute for
    slink:VkQueryPoolCreateInfoINTEL in `vk.xml` (internal merge request
    3599).
  * Clarify when implicit subpass dependencies are introduced in the
    definition of slink:VkSubpassDependency (internal merge request 3603).
  * Update several valid usage statements for flink:vkCmdResetQueryPool,
    flink:vkCmdBeginQuery, and flink:vkCmdBeginQueryIndexedEXT which
    interact with the presence of flink:vkCmdResetQueryPool commands in a
    command buffer, and restrict the VUs to performance queries (internal
    merge request 3604).
  * Simplify a hard-to-parse sentence in the <<textures-RGB-sexp, RGB to
    Shared Exponent Conversion>> section (internal merge request 3606).
  * Add a `pdfwidth` attribute to markup for images inside tables, to work
    around a crash occurring in recent versions of asciidoctor-pdf (internal
    merge request 3626).

New Extensions

  * `<<VK_QCOM_render_pass_transform>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b27536168823d5e8b025fc5622eab7df54008589

New extension:
- VK_QCOM_render_pass_transform (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_QCOM_render_pass_transform.txt)

Quote
VK_QCOM_render_pass_transform

Mobile devices can be rotated and mobile applications need to render
properly when a device is held in a landscape or portrait orientation.
When the current orientation differs from the device's native orientation, a
rotation is required so that the "up" direction of the rendered scene
matches the current orientation.

If the Display Processing Unit (DPU) doesnt natively support rotation, the
Vulkan presentation engine can handle this rotation in a separate
composition pass.
Alternatively, the application can render frames "pre-rotated" to avoid this
extra pass.
The latter is preferred to reduce power consumption and achieve the best
performance because it avoids tasking the GPU with extra work to perform the
copy/rotate operation.

Unlike OpenGL ES, the burden of pre-rotation in Vulkan falls on the
application.
To implement pre-rotation, applications render into swapchain images
matching the device native aspect ratio of the display and "pre-rotate" the
rendering content to match the device's current orientation.
The burden is more than adjusting the Model View Projection (MVP) matrix in
the vertex shader to account for rotation and aspect ratio.
The coordinate systems of scissors, viewports, derivatives and several
shader built-ins may need to be adapted to produce the correct result.

It is difficult for some game engines to manage this burden; many chose to
simply accept the performance/power overhead of performing rotation in the
presentation engine.

This extension allows applications to achieve the performance benefits of
pre-rotated rendering by moving much of the above-mentioned burden to the
graphics driver.
Title: Vulkan API specifications 1.2.135 released
Post by: JeGX on March 18, 2020, 10:47:36 AM
Quote
Change log for March 17, 2020 Vulkan 1.2.135 spec update:

  * Update release number to 135 for this update.

Github Issues:

  * Add missing dependencies of slink:VkExportMemoryWin32HandleInfoKHR on
    slink:VkExportMemoryAllocateInfo in the slink:VkMemoryAllocateInfo
    pname:pNext chain; slink:VkExportFenceWin32HandleInfoKHR on
    slink:VkExportFenceCreateInfo in the slink:VkFenceCreateInfo pname:pNext
    chain; and slink:VkExportSemaphoreWin32HandleInfoKHR on
    slink:VkExportSemaphoreCreateInfo in the slink:VkSemaphoreCreateInfo
    pname:pNext chain (public issue 1095).
  * Update the <<spirvenv-module-validation, Validation Rules within a
    Module>> section of the SPIR-V environment appendix to allow the
    code:PhysicalStorageBuffer64 addressing model (public issue 1199).
  * Fix markup in parameters section of
    flink:vkGetPhysicalDeviceXcbPresentationSupportKHR (public pull request
    1201).
  * Amend rules in the <<extensions-vendor-id, Registering a Vendor ID with
    Khronos>> section of the style guide to allow other Khronos APIs such as
    OpenCL to reserve vendor IDs here so they can be shared with those APIs
    (public KhronosGroup/OpenCL-Docs pull request 203).

Internal Issues:

  * Clarify layer loading order for slink:VkInstanceCreateInfo and in the
    <<extendingvulkan-layers, Layers>> chapter following the specification
    of slink:VkLayerProperties (internal issue 1986).
  * Simplify markup for SPIR-V versions required by different Vulkan
    versions in the <<spirvenv, Vulkan Environment for SPIR-V>> appendix
    (internal issue 2011).
  * Rename sname:VkQueryPoolCreateInfoINTEL to
    slink:VkQueryPoolPerformanceQueryCreateInfoINTEL in the
    `<<VK_INTEL_performance_query>>` extension (internal issue 2022).
  * Add ename:VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXT to
    elink:VkValidationFeatureEnableEXT to specify that layers will process
    code:debugPrintfEXT operations (internal issue 2023).
  * Fix conflicting language in slink:VkSamplerYcbcrConversionCreateInfo
    valid usage statement 01653 (internal merge request 3629).
  * Add missing valid usage statement for slink:VkSparseImageMemoryBindInfo
    to require slink:VkImage objects created with the
    ename:VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag set (internal merge
    request 3633).
  * Remove redundant valid usage statement 00122 from flink:vkCmdCopyImage
    (internal merge request 3643).
  * Fix several places where `VULKAN_1_1` was used in asciidoctor
    conditional markup instead of `VK_VULKAN_1_1` (internal merge request
    3654).
  * Fix conditional markup around slink:VkImageViewCreateInfo valid usage
    statement 01018 to ensure it doesn't overlap a similar valid usage
    statement written for another combination of enabled extensions and
    versions (internal merge request 3655).
  * Remove redundant valid usage statement from flink:vkCmdCopyImage that
    was already covered by statements for slink:VkImageCopy. Eventually this
    will be inverted so the statements are located with flink:vkCmdCopyImage
    but that requires more work and is deferred (internal merge request
    3656).
  * Clarify wording of slink:VkImageMemoryBarrier valid usage statement
    01671 and add a missing statement (internal merge request 3657).
  * Minor fixes to the style guide to bring it up to date with respect to
    the asciidoctor client, assignment of valid usage ID tags, and proper
    placement of valid usage statements (internal merge request 3662).
  * Add missing valid usage statements to slink:VkSubpassDescription2 based
    on comparable statements for slink:VkSubpassDescription (internal merge
    request 3663).

New Extensions

  * Ray Tracing package of extensions, including
  ** `<<VK_KHR_deferred_host_operations>>`
  ** `<<VK_KHR_pipeline_library>>`
  ** `<<VK_KHR_ray_tracing>>`
  * `<<VK_EXT_pipeline_creation_cache_control>>`
  * `<<VK_NV_device_diagnostics_config>>`
  * `<<VK_NV_device_generated_commands>>` (replacing
    `VK_NVX_device_generated_commands`, which was an experimental vendor
    extension and has been removed from the Specification and `vk.xml`).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/18caa8e0b823981992e6df876ec56d4cfa8bc89f

New Extensions:
- VK_KHR_deferred_host_operations (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_deferred_host_operations.txt)
- VK_KHR_pipeline_library (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_pipeline_library.txt)
- VK_KHR_ray_tracing (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_KHR_ray_tracing.txt)
- VK_EXT_pipeline_creation_cache_control (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_pipeline_creation_cache_control.txt)
- VK_NV_device_diagnostics_config (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_NV_device_diagnostics_config.txt)
- VK_NV_device_generated_commands (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_NV_device_generated_commands.txt)


Title: Vulkan API specifications 1.2.136 released
Post by: JeGX on March 24, 2020, 07:56:51 PM
Quote
Change log for March 24, 2020 Vulkan 1.2.136 spec update:

  * Update release number to 136 for this update.

Github Issues:

  * Generate per-extension refpages from the extension appendices in the
    specification instead of the old, minimal generated refpages, and update
    the registry index to point to these refpages instead of the
    specification (public issue 1195, internal issue 1999).
  * Rename ename:VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTEL to
    ename:VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL
    to match the similar renaming of sname:VkQueryPoolCreateInfoINTEL to
    slink:VkQueryPoolPerformanceQueryCreateInfoINTEL (public issue 1207,
    internal issue 2048).

Internal Issues:

  * Add a new <<resources-sampler-ycbcr-conversion-format-features, Sampler
    Ycbcr Conversion Format Features>> section, and update
    elink:VkFormatFeatureFlagBits and valid usage statements for
    slink:VkSamplerCreateInfo and slink:VkSamplerYcbcrConversionCreateInfo
    to refer to it (internal issue 1963).
  * Comment out reserved but unused ename:VK_ACCESS_RESERVED_31_BIT_KHR to
    avoid generator script warnings (internal issue 2016).
  * Fix some `<<VK_KHR_ray_tracing>>` valid usage IDs that were broken in
    the 1.2.135 update (internal issue 2044).
  * Remove `const` qualifier from
    sname:VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV::pname:pNext
    in `vk.xml` (internal issue 2047).
  * Remove `flowRoot` elements supported only by Inkscape from some of the
    images, and update a couple to 96 DPI from 90 DPI due to current
    Inkscape's insistence. This reduces warnings from prawn-svg during PDF
    builds (internal issue 2053).
  * Remove reference in the <<devsandqueues-lost-device, Lost Device>>
    section to a non-existent list of functions returning
    ename:VK_ERROR_DEVICE_LOST (internal merge request 3667).
  * Add valid usage statements to slink:VkImageViewCreateInfo for cube and
    cube array image view (internal merge request 3682).
  * Remove redundant valid usage statement 00228 from flink:vkCmdBlitImage
    (internal merge request 3684).
  * Document the Khronos-provided Docker image, whose use is recommended
    when building documents and generated files from this repository
    (internal merge request 3686).
  * Rename ename:VK_PIPELINE_COMPILE_REQUIRED_EXT from
    ename:VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT and add an alias from the
    old name, since it is not actually an error code. Add it to the
    `successcodes` attributes of appropriate commands in `vk.xml` (internal
    merge request 3687).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9d2243151f9d7a1ed0b37424ab74c1416c7d903c
Title: Vulkan API specifications 1.2.137 released
Post by: JeGX on April 08, 2020, 04:14:29 PM
Quote
Change log for April 06, 2020 Vulkan 1.2.137 spec update:

  * Update release number to 137 for this update.

Github Issues:

  * Incorporate several changes to the specification build process and HTML
    load-time scripts which pre-render KaTeX math, pre-fetch fonts, and
    perform several other optimizations which can significantly improve load
    time for the single-page HTML specification. In our internal evaluation
    these changes appear to primarily help when using Chrome or Chromium,
    with smaller improvements for Firefox and Safari. Speedups seem more
    significant on Linux, Windows, and Android platforms, while MacOS
    browsers may benefit less (public pull requests 702, 704, and 708).
  * Clarify that code:OpVariable is decorated with code:Location, not
    code:OpTypeStruct in the <<interfaces-iointerfaces-locations, Location
    Assignment>> section (public issue 1203).
  * Add a NOTE about the WSI origin location in the description of
    flink:vkQueuePresentKHR (public pull request 1208).
  * Add the `null-terminated` attribute to
    slink:VkPerformanceValueDataINTEL::pname:valueString in `vk.xml` (public
    pull request 1209).
  * Mark slink:VkPhysicalDeviceVulkan11Properties and
    slink:VkPhysicalDeviceVulkan12Properties structures as `returnedonly` in
    `vk.xml` (public pull request 1210).
  * Create explicit valid usage statements from text in the description of
    slink:VkValidationFeaturesEXT (public pull request 1212).
  * Update style guide to add "`user`" to the list of words *not* to use,
    instead recommending "`application`" (public pull request 1213).
  * Fix typos where `ext` was used in the style guide instead of the new
    `apiext` asciidoctor macro (public pull request 1214).
  * Miscellaneous minor markup and editing fixes (public pull request 1215).
  * Remove etext:KHR from promoted ename:VK_MAX_DRIVER_NAME_SIZE in the
    description of slink:VkPhysicalDeviceDriverProperties (public pull
    request 1218).
  * Correct use of `NULL` to dlink:VK_NULL_HANDLE in the
    <<acceleration-structure-inactive-prims, Inactive Primitives and
    Instances>> section (public pull request 1219).
  * Remove trailing periods on valid usage statement text, as required by
    the style guide, and add `scripts/deperiodize_vuids.py` to do this in
    the future if needed (public pull request 1220).

Internal Issues:

  * Provide a warning in the repository `README.adoc` of pending header
    changes to remove etext:VK_*_BEGIN_RANGE, etext:VK_*_END_RANGE, and
    etext:VK_*_RANGE_SIZE tokens (internal issue 872).
  * Describe the meaning of code:Device for the `<<VK_KHR_shader_clock>>`
    extension in the <<shaders-scope-device, Device>>,
    <<shaders-scope-queue-family, Queue Family>>, and
    <<shaders-scope-command, Command>> sections of the shader
    <<shaders-scope, Scope>> section (internal issue 1955).
  * Allow slink:VkDebugUtilsObjectNameInfoEXT::pname:pObjectName to be
    either NULL or an empty string to remove a previously set name (internal
    issue #2019).
  * Add missing VK_ERROR_OUT_OF_HOST_MEMORY error code in `vk.xml` for
    flink:vkEnumerateInstanceVersion (internal issue 2029).
  * Require code:R32i or code:R32ui image format for
    code:OpImageTexelPointer atomic operations in the
    <<spirvenv-module-validation, Validation Rules within a Module>> section
    (internal issue 2049).
  * Remove the `<pattern>` element from images used in the specification, to
    avoid complaints from prawn-svg during PDF spec builds (internal issue
    2053).
  * Clarify usable sample counts for empty subpasses in the
    <<features-variableMultisampleRate>> section and the related
    flink:vkCmdBindPipeline valid usage statement, as well as in the
    <<limits-framebufferNoAttachmentsSampleCounts>>
    <<renderpass-noattachments>> sections (internal issue 2066).
  * Clarify pname:aspectMask usage in render passes in
    slink:VkGraphicsPipelineCreateInfo valid usage statement 01565 and in
    slink:VkAttachmentReference2 (internal merge request 3664).
  * Remove unused etext:VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_INFO_KHR
    token from `vk.xml` and the `<<VK_KHR_ray_tracing>>` appendix
    (internal merge request 3680).
  * Require <<features-subgroup-extended-types,
    pname:shaderSubgroupExtendedTypes>> for Vulkan 1.2 (internal merge
    request 3680).
  * Generate symlinks from refpage aliases to the API they're aliasing
    (internal merge request 3694).
  * Add an alias from the old ename:VK_ANDROID_NATIVE_BUFFER_EXTENSION_NAME
    token (internal merge request 3697).
  * Add `scripts/compImages.sh` to compare all images in two git branches of
    the specification (internal merge request 3699).
  * Improve valid usage statements for `<<VK_NV_device_generated_commands>>`
    in flink:vkCmdExecuteGeneratedCommandsNV,
    slink:VkGeneratedCommandsInfoNV,
    flink:vkCmdPreprocessGeneratedCommandsNV,
    slink:VkIndirectCommandsStreamNV, slink:VkIndirectCommandsLayoutTokenNV
    and slink:VkGraphicsPipelineCreateInfo (internal merge request 3702).
  * Clarify differences between `<<VK_NV_ray_tracing>>` and
    `<<VK_KHR_ray_tracing>>` for
    slink:VkPipelineCreationFeedbackCreateInfoEXT pipeline creation,
    pname:shaderGroupHandleSize and pname:maxRecursionDepth limit
    requirement differences, and detangle `SPV_KHR/NV_ray_tracing` in the
    <<spirvenv-capabilities-table, List of SPIR-V Capabilities and enabling
    features or extensions>> (internal merge request 3710).
  * Add flink:vkGetImageViewAddressNVX and
    slink:VkImageViewAddressPropertiesNVX to `<<VK_NVX_image_view_handle>>`
    (internal merge request 3710).
  * Shorten 'make' output by reducing redundant logging output from refpage
    build targets (internal merge request 3729).
  * Replace sname: macro with slink: everywhere except language actually
    describing the structure in the macro argument (internal merge request
    3728).
  * Add flink:vkGetBufferMemoryRequirements2 and
    flink:vkGetImageMemoryRequirements2 to the commands for which the
    implementation makes guarantees about certain properties of the memory
    requirements in the <<resources-association, Resource Memory
    Association>> section, following the description of
    slink:VkMemoryRequirements (internal merge request 3730).
  * Add valid usage statements for
    `<<VK_ANDROID_external_memory_android_hardware_buffer>>` (internal merge
    request 3731).
  * Add requirements on the
    slink:VkAccelerationStructureMemoryRequirementsInfoKHR acceleration
    structure for which memory type bits must be exposed (internal
    advisorypanel issue 28).

New Extensions:

  * `<<VK_QCOM_render_pass_store_ops>>`


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/019f62b11de9358d3383ead2e1a8c5bc2fda23ad


New extensions:
- VK_QCOM_render_pass_store_ops (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_QCOM_render_pass_store_ops.txt)
Title: Vulkan API specifications 1.2.138 released
Post by: JeGX on April 18, 2020, 05:05:32 PM
Quote
Change log for April 16, 2020 Vulkan 1.2.138 spec update:

  * Update release number to 138 for this update.

Github Issues:

  * Use correctly tagged normative term macros in various places (public
    pull request 1217).
  * Fix C arrow markup in parameter descriptions (public pull request 1222).

Internal Issues:

  * Add language to the <<features-requirements, Feature Requirements>>
    section, the <<versions, Core Revisions>> appendix, and the applicable
    extensions to require major feature bits if the corresponding extension
    is supported (internal issue 1961).
  * Allow slink:VkAccelerationStructureCreateInfoKHR::pname:maxGeometryCount
    = 0, and clarify that exactly one of pname:compactedSize and
    pname:maxGeometryCount must: be zero. (internal issue 2079).
  * Add `allowduplicate` attribute to XML `type` tags to enable future
    structures which can allow multiple copies of a structure in their
    pname:pNext chain (internal issue 2090).
  * Add the glossary term "`format features`", and make minor clarifications
    to uses of this term in several places in the <<resources, Resource
    Creation>> chapter and the
    <<resources-sampler-ycbcr-conversion-format-features, Sampler Ycbcr
    Conversion Format Features>> section (internal merge request 3727).
  * Add a constraint to the <<memory-external-android-hardware-buffer,
    Android Hardware Buffer>> section requiring that bound slink:VkImage or
    slink:VkBuffer objects be created with the
    ename:VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID
    flag set, and corresponding valid usage statements to
    flink:vkBindBufferMemory, slink:VkBindBufferMemoryInfo,
    flink:vkBindImageMemory, and slink:VkBindImageMemoryInfo (internal merge
    request 3732).
  * Fix pname:memoryTypes ordering description for device coherent memory
    (ename:VK_MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD) in the
    <<memory-device-bitmask-list>> section (internal merge request 3738).
  * Replace code:AHARDWAREBUFFER_USAGE_GPU_COLOR_OUTPUT with
    code:AHARDWAREBUFFER_USAGE_GPU_FRAMEBUFFER in the
    <<memory-external-android-hardware-buffer-usage, AHardwareBuffer Usage
    Equivalence>> table, and add
    ename:VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT flag for this case
    (internal merge request 3741).
  * Add more references to `NV` and `KHR` ray tracing pipelines in
    discussions of creating pipelines, or generalize text so they need not
    all be mentioned by name (internal merge request 3743).
  * Allow *ShaderCallKHR* memory scope in ray tracing shaders, in the
    <<spirvenv-module-validation, Validation Rules within a Module>>
    appendix (internal merge request 3744).
  * Use Khronos Dockerhub image for spec builds in internal CI (internal
    merge request 3748).
  * Add the `<<VK_KHR_dedicated_allocation>>` extension as a dependency of
    `<<VK_ANDROID_external_memory_android_hardware_buffer>>` (internal merge
    request 3751).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ccd6dfea90ab21d0f5a3fd6f67c9753474d2db33
Title: Vulkan API specifications 1.2.139 released
Post by: JeGX on April 28, 2020, 07:59:04 AM
Quote
Change log for April 26, 2020 Vulkan 1.2.139 spec update:

  * Update release number to 139 for this update.

Github Issues:

  * Configure Github CI with Azure pipelines and the Khronos Docker build
    image (public pull request 1141).
  * Move NOTE in flink:vkEnumerateInstanceVersion prior to valid usage
    statements (public pull request 1237).
  * Add `implicitexternsyncparams` to flink:vkDestroyInstance for
    slink:VkPhysicalDevice objects (public pull request 1244).
  * Note in the style guide that extension names are used as preprocessor
    symbols in all the generated Vulkan headers (public pull request 1245).
  * Move NOTE about app use of `switch` statements and Vulkan API enums from
    the style guide into the <<fundamentals-validusage-enums, Valid Usage
    for Enumerated Types>> section (public pull request 1246).
  * Modify generator script to use Unix newlines on all platforms (public
    pull request 1250).

Internal Issues:

  * Allow ename:VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT error to be
    generated by flink:vkQueuePresentKHR (internal issue 1932).
  * Update references to the SPIR-V Specification to version 1.5.3 (internal
    issue 1957).
  * Add a \<comment> explaining why the bitfields defined for
    slink:VkAccelerationStructureInstanceKHR in `vk.xml` are non-normative
    (internal issue 1975).
  * Add valid usage statement for flink:vkBindImageMemory2::pname:pBindInfos
    to prevent binding disjoint memory twice (internal merge request 3696).
  * Add valid usage statements to flink:vkGetBufferMemoryRequirements,
    flink:vkGetImageMemoryRequirements, and
    slink:VkBufferMemoryRequirementsInfo2 requiring that external Android
    hardware buffers be bound to memory (internal merge request 3717).
  * Fix implicit valid usage statement generation script for handle
    parameters with `optional="false,true"` XML attributes (internal merge
    request 3753).

New Extensions:

  * `<<VK_EXT_robustness2>>`
  * `<<VK_QCOM_render_pass_shader_resolve>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5789d98a3fb3e02beb2f92aab5dd4b87d648cfc2

New extensions
- VK_EXT_robustness2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_robustness2.txt)
- VK_QCOM_render_pass_shader_resolve (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_QCOM_render_pass_shader_resolve.txt)
Title: Vulkan API specifications 1.2.140 released
Post by: JeGX on May 05, 2020, 10:29:35 AM
Quote
Change log for May 3, 2020 Vulkan 1.2.140 spec update:

  * Update release number to 140 for this update.

Github Issues:

  * Add `vk.xml` `noautovalidity` attribute to
    flink:vkCmdBindTransformFeedbackBuffersEXT::pname:pSizes to cause change
    in the generation of implicit valid usage statement for
    pname:bindingCount (public issue 1227).
  * Remove the special tokens (not part of the Vulkan API) suffixed with
    etext:*_BEGIN_RANGE etext:*_END_RANGE, and etext:*_RANGE_SIZE from the
    generated C headers, after consultation with downstream components and
    ISVs and advanced warning to the developer community (public issue 1230,
    internal issue 872).

    *Note* if you absolutely require these tokens for some reason, you can
    still build a version of the header which restores them. Edit
    `scripts/genvk.py` to add the parameter `genEnumBeginEndRange = True` to
    the `CGeneratorOptions` objects for the header file targets you want to
    restore. See the version of `genvk.py` in the 1.2.139 spec update for an
    example.
  * Add valid usage statement to slink:VkApplicationInfo requiring that
    pname:apiVersion be greater than or equal to dlink:VK_API_VERSION_1_0
    (public pull request 1252).
  * Add \<implicitexternsync> tags to `vk.xml` for flink:vkDestroyDevice
    slink:VkQueue objects received from pname:device (public pull request
    1255).
  * Fix typo in slink:VkBufferMemoryBarrier language (public pull request
    1257).

Internal Issues:

  * Automatically generate interface lists for extension appendices from
    `vk.xml` using a new interface generator script, and update the style
    guide's description of these appendices accordingly (internal issue
    977, internal merge request 3819).
  * Add transitive language to the <<formats-compatible-planes, Compatible
    formats of planes of multi-planar formats>> section to pull in format
    compatibility classes as well (internal issue 1615).
  * Add valid usage statements to ftext:vkCmdBuildAccelerationStructure*KHR,
    flink:vkCmdCopyAccelerationStructureToMemoryKHR, and
    flink:vkCmdCopyMemoryToAccelerationStructureKHR for structure builds
    bound to device memory (internal issue 2033).
  * Don't generate etext:*_MAX_ENUM values in documentation generators,
    since they're not part of the API, and only meaningful on compiled
    headers (internal issue 2056).
  * Remove special lifetime rules for pipelines in the
    <<fundamentals-objectmodel-lifetime-cmdbuffers>> section (internal issue
    2068).
  * Improve valid usage statements for ftext:vkCmdTraceRays*, share more
    common VUs between ftext:vkTraceRays*, and add ftext:vkCmdTracerays* VUs
    for bound buffers. Improve documentation for the
    pname:raygenShaderBindingOffset parameters and fork `NV` and `KHR` valid
    usage statements, since the shader binding table is described
    differently (internal issues 2075, 2136).
  * Clarify lifetime of acceleration structure build inputs for
    flink:vkCreateAccelerationStructureKHR (internal issue 2077).
  * Add a Note to the <<framebuffer-blending, Blending>> section to stop
    claiming that blending is ignored for all integer formats (internal
    issue 2098).
  * Mark handle parameters of some ftext:vkDestroy* commands as `optional`
    and `externsync="true"` in `vk.xml` (internal issue 2129).
  * Add missing `:refpage:` attributes for ray tracing common valid usage
    statements (internal issue 2141).
  * Redefine fragment to include the possibility of it covering multiple
    pixels. This affects many parts of the specification including the
    <<pipelines, Pipelines>>, <<primsrast, Rasterization>>, and <<fragops,
    Fragment Operations>> chapters, the `<<VK_EXT_post_depth_coverage>>`
    appendix, the `Coverage*` and `Sample Index` glossary entries, the
    code:SampleId and code:SampleMask definitions in the
    <<interfaces-builtin-variables, Built-In Variables>> section, and the
    <<shaders-fragment-execution, Fragment Shader Execution>>,
    <<shaders-fragment-earlytest, Early Fragment Tests>>, and
    <<textures-texel-coordinate-systems, Texel Coordinate Systems>> sections
    (internal merge request 3568).
  * Refactor `scripts/genvk.py` script to specify generator and generator
    options to the `Registry` object before loading XML. This allows
    generator options to influence behavior such as reparenting enum
    elements from feature/extension elmements to the enums they are being
    added to, which is desirable for generating complete feature lists for
    an extension or core version (internal merge request 3789).
  * Raise a fatal error (instead of a warning) in `scripts/generator.py`
    when two enumerants that are not aliased have the same value, so that CI
    will fail (internal merge request 3807).
  * Remove accidentally duplicated slink:VkSubpassDependency2 valid usage
    statement 03093 (internal merge request 3826).

New Extensions:

  * `<<VK_EXT_private_data>>`
  * `<<VK_EXT_custom_border_color>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/cc5a1ec67405bab282fb037b065a88e0afcf3483

New extensions:
- VK_EXT_private_data (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_private_data.txt)
Quote
The 'VK_EXT_private_data' extension is a device extension which enables
attaching arbitrary payloads to Vulkan objects.
It introduces the idea of private data slots as a means of storing a 64-bit
unsigned integer of application defined data.
Private data slots can be created or destroyed any time an associated device
is available.


- VK_EXT_custom_border_color (https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/VK_EXT_custom_border_color.txt)
Quote
This extension provides cross-vendor functionality to specify a custom
border color for use when the sampler address mode
ename:VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER is used.
Title: Vulkan API specifications 1.2.141
Post by: JeGX on June 01, 2020, 11:22:01 AM
Quote
Change log for May 15, 2020 Vulkan 1.2.141 spec update:

  * Update release number to 141 for this update.
  * *Note*: Using the default build options, specification outputs will now
    be created in `gen/out/` instead of `out/`, and header files will be
    created in `gen/include/vulkan` instead of `include/vulkan`. This can be
    overridden using the `-genpath` option to the frontend scripts like
    `makeAllExts` and `makeSpec`, or by specifying `GENERATED=*path*` on the
    make command line when invoking it directly.

Github Issues:

  * Assign new elink:VkDriverId and elink:VkVendorId enums for Mesa (public
    issue 1256).

Internal Issues:

  * Fix a typo in the <<fragops-stencil, Stencil Test>> section, removing a
    sentence fragment accidentally left over from an earlier merge conflict
    resolution (internal issue 2158).
  * Typo fixes for flink:vkGetRayTracingShaderGroupHandlesKHR and
    flink:vkGetRayTracingCaptureReplayShaderGroupHandlesKHR valid usage
    statements (internal merge request 3831).
  * Add a `requiredBy` dictionary to the generated `vkapi.py` showing which
    core versions or extensions require each API (internal merge request
    3832).
  * Allow specifying multiple API names for and tags in registry processing
    scripts. Update the registry schema documentation accordingly, and
    remove the redundant `xml_supported_name_of_api` method from the
    VulkanConventions object (internal merge request 3836).
  * Consolidate generated intermediate files and output documents into
    $(GENERATED) directory, add -genpath option to scripts requiring them,
    and modify Makefile accordingly. Add a new `makeSpec` script which
    combines and extends the functionality of the `makeExt`, `makeKHR`, and
    `makeAllExts` scripts (internal merge requests 3837, 3838, 3840, 3841).
  * Add "`runtime`" to style guide and use that spelling consistently
    (internal merge request 3843).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8bd1271c25ec56248494389b0cc2b6741cb28164
Title: Vulkan API specifications 1.2.142
Post by: Stefan on June 06, 2020, 11:37:16 AM
QuoteChange log for June 1, 2020 Vulkan 1.2.142 spec update:

  * Update release number to 142 for this update.

Github Issues:

  * Add boilerplate descriptions of reserved bitmask types (public pull
    request 1265).
  * Move dynamic state valid usage statements from
    slink:VkPipelineViewportExclusiveScissorStateCreateInfoNV and
    VkPipelineViewportShadingRateImageStateCreateInfoNV to
    slink:VkGraphicsPipelineCreateInfo, where they are testable, and make
    corresponding tweaks in `vk.xml` (public pull request 1268).
  * Add missing flink:vkDestroyPrivateDataSlotEXT explicit valid usage
    statement (public pull request 1269).
  * Cast arguments of dlink:VK_MAKE_VERSION macro to code:uint32_t to avoid
    compiler warnings (public pull request 1279).

Internal Issues:

  * Update <<fundamentals-validusage-pNext, description of pname:pNext
    chains>> to allow structures in the chain to be defined by either core
    versions or extensions. Add the new term "`extending structure`" to the
    glossary to describe such structures, and use it in place of "`extension
    structure`". Update the style guide accordingly (internal issue 1083).
  * Add a comment to the beginning of generated API includes showing which
    combinations of API core versions and extensions provide that API, based
    on the explicit requirements in the API XML. This does not yet document
    enumerants introduced by extending a base enum type (internal issue
    1431).
  * Relax the restriction that slink:VkBufferImageCopy::pname:bufferOffset
    must be a multiple of 4 for flink:vkCmdCopyBufferToImage and
    flink:vkCmdCopyImageToBuffer when run on graphics or compute queues, but
    not on transfer queues (internal issue 1701).
  * Document the types of "`special use`" extensions in the new
    <<extendingvulkan-compatibility-specialuse, Special Use Extensions>>
    section, summarize special uses in the generated metadata for extension
    appendices, and link back to the new section from each special use
    extension (internal issue 1938).
  * Clarify behavior of flink:vkGetDeferredOperationMaxConcurrencyKHR,
    allowing it to return zero for competed operations (internal issue 2036).
  * Allow flink:vkGetInstanceProcAddr to resolve itself with a `NULL`
    pname:instance (internal issue 2057).
  * Modify the valid usage statement ID assignment script to track a range
    of unused IDs for each extension branch under development, instead of
    only allowing VUID assignment in `master` and `devel` branches (internal
    issue 2100).
  * Add `selector` and `selection` attributes for unions in XML, to enable
    automatic generation of validation code (internal issue 2140).
  * Fix validity generator for stext:Vk*Flags types that are aliases,
    correcting generation of implicit valid usage for
    slink:VkAccelerationStructureInfoNV::pname:flags. Remove
    `noautovalidity` attribute for this member, as well as the previously
    written explicit valid usage (internal issue 2140).
  * Fix description of slink:VkTextureLODGatherFormatPropertiesAMD (internal
    issue 2189).
  * Remove redundant text about variables being explicitly laid out in the
    <<interfaces-resources-layout, Offset and Stride Assignment>> section
    (internal merge request 3691).
  * Fix conflicting slink:VkSamplerYcbcrConversionCreateInfo valid usage
    statements (internal merge request 3716).
  * Fix use of code:AHARDWAREBUFFER_USAGE_GPU_COLOR_OUTPUT to
    code:AHARDWAREBUFFER_USAGE_GPU_FRAMEBUFFER in valid usage statement
    02386 for slink:VkMemoryAllocateInfo (internal merge request 3808).
  * Add missing `externsync` XML attributes for ftext:vkCmd* commands
    (internal merge request 3825).
  * Add missing `extends` attribute to
    slink:VkDevicePrivateDataCreateInfoEXT XML (internal merge request
    3834).
  * Add code:RayGeometryIndexKHR to the `<<VK_KHR_ray_tracing>>` list of
    built-in variables (internal merge request 3853).
  * Restrict slink:VkBufferViewCreateInfo with ename:VK_WHOLE_SIZE, and
    round down results of division in calculating the test in the
    corresponding valid usage statements (internal merge request 3858).
  * Miscellaneous cleanup and reorganization of synchronization language in
    multiple places, and add the
    <<synchronization-image-barrier-layout-transition-order>> section
    (internal merge request 3861).
  * Redefine ename:VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT and
    ename:VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT as pseudo-stages in multiple
    places (internal merge request 3862).
  * Reorganize some valid usage statements, especially but not limited to
    stage mask parameters for slink:VkImageMemoryBarrier,
    slink:VkPipelineStageFlags, flink:vkCmdPipelineBarrier,
    flink:vkCmdResetEvent, flink:vkCmdSetEvent, flink:vkCmdWaitEvents,
    flink:vkCmdWriteBufferMarkerAMD, and flink:vkCmdWriteTimestamp as common
    valid usage statements, for future-proofing (internal merge requests
    3864, 3865, 3866, 3867, 3868).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/dd7b521af03ed3ce13b7d2a54c4542f5af7cf370 (https://github.com/KhronosGroup/Vulkan-Docs/commit/dd7b521af03ed3ce13b7d2a54c4542f5af7cf370)
Title: Vulkan API specifications 1.2.143 released
Post by: Stefan on June 08, 2020, 08:31:56 PM
QuoteChange log for June 8, 2020 Vulkan 1.2.143 spec update:

  * Update release number to 143 for this update.
  * Reorganize some valid usage statements for slink:VkBufferMemoryBarrier,
    and for commands with elink:VkPipelineStageFlags parameters, as common
    valid usage statements, for future-proofing (internal merge requests
    3863, 3867).

Github Issues:

  * Move `translate_math.js` to the `scripts/` directory (public pull
    request 1286).
  * Minor cleanup of math markup (public pull request 1287).

Internal Issues:

  * Misc. licensing updates (internal issue 1017):
  ** Replace the "`Exceptions`" clause on `vk.xml` with a dual Apache-2.0 OR
     MIT license, with agreement of downstream developers known to be
     affected by it. This enables use of `vk.xml` in GPLed projects under a
     more widely used licensing scheme.
  ** Use `SPDX-License-Identifier` tags in place of longer license text.
     This does not change the license terms on files other than `vk.xml`,
     but makes license statements in most files more compact.
  ** Reorganize repository documentation (README.adoc, COPYING.adoc,
     LICENSE.adoc, CONTRIBUTING.adoc, CODE_OF_CONDUCT.adoc, and BUILD.adoc)
     with a more widely used split of information; make all of these files
     Asciidoctor instead of Markdown format for consistency with the rest of
     the repository; describe use of SPDX identifiers; and point to full
     license text of the various OSS licenses used in the repository.
  * Add new <<resources-image-views-identity-mappings, text describing the
    identity swizzle>> incorporating the existing "`Component Mappings
    Equivalent To ename:VK_COMPONENT_SWIZZLE_IDENTITY`" table, and refer to
    this text in place of explicit references to
    ename:VK_COMPONENT_SWIZZLE_IDENTITY in many places (internal merge
    request 3399).
  * Require code:storageBuffer16BitAccess capability if
    `<<VK_KHR_16bit_storage>>` is enabled (internal merge request 3709).
  * Added XML schema and generator script extensions to support 64-bit flags
    and corresponding bitmasks (internal merge request 3718).
  * Correct <<interfaces-resources-standard-layout, Standard Buffer Layout>>
    alignment rules (internal merge request 3750).
  * Relax non-strict line constraints in the <<primsrast-lines-basic>> and
    <<primsrast-lines-bresenham>> sections (internal merge request 3792).
  * Add missing `structextends` attribute to the
    slink:VkPhysicalDevicePrivateDataFeaturesEXT definition in `vk.xml`
    (internal merge request 3873).
  * Move slink:VkImageFormatListCreateInfo valid usage statements to
    flink:vkCreateImageView (internal merge request 3879).
  * Update valid usage statements for slink:VkImageViewASTCDecodeModeEXT to
    allow ASTC HDR formats (internal merge request 3881).
  * Add missing extension dependency to
    `<<VK_KHR_pipeline_executable_properties>>` definition in `vk.xml`
    (internal merge request 3882).
  * Require the <<features-customBorderColors>> feature be enabled when
    using etext:VK_BORDER_COLOR_* in slink:VkSamplerCreateInfo (internal
    merge request 3884).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/f6a10a5af095938e2a6ac8581b7f848a4b324f46
Title: Vulkan API specifications 1.2.144 released
Post by: Stefan on June 15, 2020, 04:33:53 PM
QuoteChange log for June 8, 2020 Vulkan 1.2.144 spec update:

  * Update release number to 144 for this update.

Internal Issues:

  * Require `volatile` semantics for loading <<builtin-volatile-semantics,
    certain variables used in ray pipeline stages>> in the
    <<spirvenv-module-validation, Validation Rules within a Module>> and
    also the <<ray-tracing-shader-call, Shader Call Instructions>> section
    (internal issue 1924).
  * Created new <<potential-format-features, Potential Format Features>>
    section and corresponding glossary term, use the new term where
    appropriate, and add some related valid usage statements to
    flink:vkCmdBeginRenderPass, flink:vkCmdBeginRenderPass2,
    slink:VkSubpassDescription, and slink:VkSubpassDescription2 (internal
    issue 2031).
  * Add interaction with `<<VK_KHR_ray_tracing>>` and corresponding `NV`
    extension to flink:vkUpdateDescriptorSetWithTemplate (internal issue
    2193).
  * Resolve collisions in common VUID names using `{stageMaskName}`
    qualifiers as part of the name and make fixes to
    `config/vu-to-json/extension.rb` to match (internal issue 2215).
  * Replace `shutil.move` operations with `copy` / `remove` in the base
    `generator.py` code, working around a problem with bind mounts while
    using the Khronos docker build image with `podman` instead of `docker`
    (internal merge request 3872).
  * Add a new <<spirvenv-extensions, SPIR-V Extensions>> subsection
    containing a table showing the corresponding Vulkan extension or core
    API required to support each of the SPIR-V extensions, replacing a
    harder-to-read list of extensions (internal merge request 3876).
  * Remove two redundant valid usage statements from flik:vkCmdResolveImage
    (internal merge request 3878).
  * Make repository REUSE-compliant, and run the `reuse` license checker as
    part of internal CI. While most files now have SPDX license identifier
    tags, some licenses are recorded in `.reuse/dep5` instead. Note that
    this does not change licenses in the repository (aside from adding some
    to files missing them), just insures that every file *has* an explicit
    license (internal merge request 3904).
  * Clarify that code:ImageMSArray is supported as part of the
    <<features-shaderStorageImageMultisample>> feature (internal merge
    request 3905).
  * Reorganize some valid usage statements for flink:vkCmdBlitImage,
    flink:vkCmdCopyBuffer, flink:vkCmdCopyBufferToImage,
    flink:vkCmdCopyImage, flink:vkCmdCopyImageToBuffer, and
    flink:vkCmdResolveImage as common valid usage statements, for
    future-proofing (internal merge requests 3906, 3907, 3908, 3909, 3910).
  * Add two valid usage statements to flink:vkAllocateMemory and
    flink:vkCreateSampler for allocation limits of slink:VkDeviceMemory and
    elink:VkSamplers, respectively (internal merge request 3923).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9d84b7e4992f764224b9d64a61105123a0860967
Title: Vulkan API specifications 1.2.145 released
Post by: Stefan on June 21, 2020, 03:39:56 PM
QuoteChange log for June 20, 2020 Vulkan 1.2.145 spec update:

  * Update release number to 145 for this update.

Github Issues:

  * Fix `<<VK_EXT_conservative_rasterization>>` interactions with external
    SPIR-V and GLSL functionality in the extension appendix (public issue
    1288).

Internal Issues:

  * Break SPIR-V validation into two sections,
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    and <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    (internal issue 1598).
  * Add VkFormat enums for ASTC 3D formats to `vk.xml`. These values are
    slotted into the reserved, and still disabled extension 289. They will
    not appear in the published `vulkan_core.h` header and there is no
    published extension utilizing them, but this allows external projects
    such as KTX2 to use these values as part of their internal cross-API
    formats by generating a header including this disabled extension
    (internal merge requests 1662, 2216).
  * Synchronize that shader binding table accesses from ray tracing
    pipelines should be synchronized with the
    ename:VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_KHR pipeline stage and an
    access mask of ename:VK_ACCESS_SHADER_READ_BIT (internal issue 1749).
  * Validate that 3D image views are not used as attachments in
    slink:VkFramebufferCreateInfo and slink:VkRenderPassAttachmentBeginInfo
    (internal issue 2142).
  * Increase the number of conditions recognized as build errors by the
    valid usage extraction plugin (internal issue 2215).
  * Relax slink:VkImportAndroidHardwareBufferInfoANDROID valid usage
    statement 01881 to support external formats (internal issue 2220).
  * Clearly define what "`optional capabilities`" means in the
    <<spirvenv-capabilities, Capabilities>> section, and specify that if
    *any* of the required core versions and/or extensions for a capability
    is enabled, then it is valid to use that capability (internal merge
    request 3827).
  * Add ename:VK_FORMAT_B5G5R5_UNORM_PACK16 and
    ename:VK_FORMAT_B5G5R5A1_UNORM_PACK16 to
    `<<VK_EXT_custom_border_color>>` as exceptions when
    <features-customBorderColorWithoutFormat>> is enabled (internal merge
    request 3833).
  * Add new <<spirvenv-format-type-matching, Image Format and Type
    Matching>> section and refer to it from elsewhere in the spec,
    clarifying rules regarding types for image operations (internal merge
    request 3916).
  * Fix typo sname:VkImageFormatProperties -> slink:VkFormatProperties
    (internal merge request 3921).
  * Move <<sparsememory-examples, sparse image examples>> to the Vulkan
    Guide (internal merge request 3930).
  * Fix typo in slink:VkAccelerationStructureBuildOffsetInfoKHR valid usage
    statement 03553 (internal merge request 3938).
  * Support <remove> tags for extending enumerants in XML (internal merge
    request 3942).

New Extensions:

  * `<<VK_EXT_extended_dynamic_state>>`
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/1e4e9cad5c761f05463ab65aa95e38b0dac534bc
Title: Vulkan API specifications 1.2.146 released
Post by: Stefan on July 04, 2020, 08:11:51 PM
QuoteChange log for July 3, 2020 Vulkan 1.2.146 spec update:

  * Update release number to 146 for this update.

Github Issues:

  * Fix valid usage generation script for optional bitmasks in a
    non-optional array (public pull request 1228).
  * Add lunr to `package.json` and update the locally cached copy (public
    pull request 1238).
  * Require that newly released extensions have etext:*_SPEC_VERSION `1`
    (public issue 1263).
  * Add to the NOTE in slink:VkPhysicalDeviceIDProperties, advising
    implementations on returning unique pname:deviceUUID values and avoiding
    hardwired values, especially 0 (public issue 1273).
  * Add noscript fallback for HTML output (public pull request 1289).
  * Fix duplicated VUIDs in flink:vkCmdExecuteGeneratedCommandsNV (public
    pull request 1304).
  * Fix link markup in <<ray-traversal, Ray Traversal>> chapter, nested link
    markup, and linear equation markup in
    <<textures-unnormalized-to-integer>> (public pull requests 1305, 1306,
    1307).

Internal Issues:

  * Add comments to extending enums in the generated API interfaces showing
    which core version and/or extensions provide the enum, matching recent
    changes to show this information for commands and structures (internal
    issue 1431).
  * Only allow code:Invocation memory scope in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section when memory semantics is *None* (internal issue 1782).
  * Make reflow script handle literal block delimiters and lines containing
    only whitespace properly (internal issues 2039, 2042).
  * Clarify definition of <<limits-maxFragmentCombinedOutputResources,
    pname:maxFragmentCombinedOutputResources>> (internal issue 2236).
  * Add missing `errorcodes=` XML attributes for some
    `<<VK_EXT_display_control>>` commands.
  * Clarify <<features-extentperimagetype, allowed extent values based on
    image type>> and the related <<limits-maxImageDimension1D>>,
    <<limits-maxImageDimension2D>>, <<limits-maxImageDimension3D>>,
    <<limits-maxImageDimensionCube>> limits (internal merge request 3922).
  * Remove redundant valid usage statement
    VUID-VkFramebufferCreateInfo-flags-03188 (internal merge request 3934).
  * Update style guide to recommend new extension spec language be contained
    in existing asciidoctor files, unless it's of enough scope to create a
    and new chapter (internal merge request 3955).

New Extensions:

  * `<<VK_EXT_directfb_surface>>` (public pull requests 1292, 1294).
  * `<<VK_EXT_fragment_density_map2>>` (internal merge request 3914).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/cab7ffaa12bcdb972ba8245fb6a99d402c1fa916
Title: Vulkan API specifications 1.2.147 released
Post by: Stefan on July 13, 2020, 05:48:52 PM
QuoteChange log for July 13, 2020 Vulkan 1.2.147 spec update:

  * Update release number to 147 for this update.

Github Issues:

  * Allow physical-device-level structures in pname:pNext chains (public
    merge request 1303).
  * Remove elink:VkRenderPassCreateFlags from dependencies of
    `<<VK_QCOM_render_pass_transform>>` (public merge request 1311)

Internal Issues:

  * Require that variables with code:HitAttributeKHR storage class must:
    <<spirvenv-module-validation-standalone, only be written in intersection
    shaders>> (internal issue 2103).
  * Specify that acceleration structure scratch buffer accesses from
    acceleration structure build should be synchronized with the
    ename:VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR pipeline
    stage and an access mask of
    ename:VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_KHR or
    ename:VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_KHR (internal issue
    2173).
  * Improve description of 3D blitting in flink:vkCmdBlitImage (internal
    issue 2212).
  * Split <<fragops-coverage-reduction, Coverage Reduction>> section into
    multiple steps when multi-pixel fragments are involved: first per-pixel
    coverage is separated out, then per-sample coverage is generated for
    each color sample from per-pixel coverage. dditionally, the definition
    of "`color sample mask`" and discussions of it have been removed in
    favour of the per-color-sample coverage. (internal merge request 3951).
  * Modify slink:VkSamplerYcbcrConversionCreateInfo valid usage statements,
    as well as the <<textures-chroma-reconstruction, Chroma Reconstruction>>
    section, to make it clear the values of pname:xChromaOffset and
    pname:yChromaOffset are only validated when chroma channels are
    downsampled (internal merge request 3959).
  * Allow flink:vkGetBufferMemoryRequrements and
    flink:vkGetBufferMemoryRequrements2 to be called for an Android Hardware
    Buffer backed slink:VkBuffer, before it is been bound to memory
    (internal merge request 3982).
  * Remove *Draft* status from `<<VK_EXT_private_data>>` (internal merge
    request 3982).
  * Move valid usage statement from slink:VkProtectedSubmitInfo to
    slink:VkSubmitInfo (internal merge request 3987).
  * Add valid usage statements for protected buffers to
    slink:VkBindBufferMemoryInfo and slink:VkBindImageMemoryInfo
    (internal merge request 3988).
  * Add valid usage statement to slink:VkImageCreateInfo requiring that
    images with linear tiling cannot have sparse residency (internal merge
    request 3988).
  * Clarify that the ptext:maxPerStageDesciptorUpdateAfterBind*
    <<limits-required, Required Limits>> must be at least the corresponding
    non- ptext:UpdateAfterBind limits (internal merge request 3992).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ca63a59cc3803c95e9ce67bac3a2ee3bbcba34d1
Title: Vulkan API specifications 1.2.148 released
Post by: Stefan on July 20, 2020, 05:12:16 PM
QuoteChange log for July 19, 2020 Vulkan 1.2.148 spec update:

  * Update release number to 148 for this update.

Github Issues:

  * Move description of slink:VkPhysicalDevicePerformanceQueryFeaturesKHR to
    the <<features>> chapter (public merge request 1312).
  * Fix a few broken internal and external links, and add stub description
    of empty elink:VkPipelineCompilerControlFlagsAMD type (public merge
    request 1313).

Internal Issues:

  * Fix a few new places where "`undefined`" was used imprecisely, by
    clarifying the difference between undefined results and undefined
    behavior (internal issue 543).
  * Add valid usage statement to common indirect draw valid usage statements
    requiring that the pname:countBufferOffset to the count being used lie
    within the pname:countBuffer (internal issue 1309).
  * Add <<interfaces-raypipeline, Ray Tracing Pipeline Interface>> section
    (internal issues 2094, 2237).
  * Add valid usage statement to flink:vkCmdBeginTransformFeedbackEXT to
    require that the last vertex processing stage of the bound graphics
    pipeline be declared with the code:Xfb execution mode (internal issue
    2124).
  * Do not allow flink:vkWaitForFences or flink:kWaitSemaphores to return
    timeouts before the period has expired, even though this is valid in
    some other synchronisation APIs (internal issue 2146).
  * Add elink:VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D11_FENCE_BIT as an alias
    of elink:VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT for clarity
    when interacting with D3D11 fences (internal issue 2175).
  * Ignore slink:VkMemoryAllocateInfo::pname:allocationSize when importing
    D3D resources (internal issue 2176).
  * Clarify the definition of flink:vkCmdBindVertexBuffers2EXT::pname:pSizes
    (internal issue 2262).
  * Fix markup error in slink:VkDescriptorSetLayoutBindingFlagsCreateInfo
    (internal merge request 3998).
  * Remove un-needed dependency of `<<VK_EXT_filter_cubic>>` on
    `<<VK_IMG_filter_cubic>>` (internal merge request 4000).
  * Minor textual clarifications in ray tracing extensions (internal merge
    request 4017).
  * Modify the validity generator so that, when generating valid usage for
    array lengths with a chain of parameters (e.g. pname:pFoo->bar), don'
    non-zero values are not required if any parameter in the chain is
    optional, and consider the last parameter only when deciding the type of
    the parameter (internal merge request 4021).
  * Fix a typo in the `<<VK_EXT_fragment_density_map2>>` extension appendix
    markup that caused refpage build warnings, and modify CI and
    `BUILD.adoc` to use `makeSpec` instead of the old `makeAllExts` script
    (internal merge request 4023).

New Extensions:

  * `<<VK_EXT_image_robustness>>`
  * `<<VK_EXT_shader_atomic_float>>`
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3c1ca55f2e0b4b9423cf9c0b30400b1a4d61c5d1
Title: Vulkan API specifications 1.2.149 released
Post by: Stefan on August 03, 2020, 06:45:27 PM
QuoteChange log for August 3, 2020 Vulkan 1.2.149 spec update:

  * Update release number to 149 for this update.

Github Issues:

  * Fix valid usage statements to clarify interactions between
    `<<VK_EXT_extended_dynamic_state>>` and the old viewport related
    extensions `<<VK_NV_clip_space_w_scaling>>`,
    `<<VK_NV_shading_rate_image>>` (for the palettes),
    `<<VK_NV_viewport_swizzle>>`, and `<<VK_NV_scissor_exclusive>>` (public
    issue 1296).

Internal Issues:

  * Clarify wording around non-uniform and non-constant descriptor access in
    <<interfaces-resources-descset, Descriptor Set Interface>> (internal
    issue 2163).
  * Add a missing code:StorageBuffer reference in the <<interface-resources,
    Shader Resource Interface>> section (internal issue 2191).
  * Refactor common valid usage statements for flink:vkBindBufferMemory,
    slink:VkBindBufferMemoryInfo, flink:vkBindImageMemory, and
    slink:VkBindImageMemoryInfo (internal issue 2260).
  * Copy over import/export behavior for sync file descriptor value `-1`
    from slink:VkImportFenceFdInfoKHR to slink:VkImportSemaphoreFdInfoKHR
    (internal issue 2274).
  * State that a deriviative group is a quad scope instance in the
    <<shaders-derivative-operations, Derivative Operations>> section
    (internal merge request 4025)

New Extensions:

  * `<<VK_EXT_4444_formats>>`
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/7c18dc68a98f4145ea730b764b0f1c4bf596e5ee
Title: Vulkan API specifications 1.2.150 released
Post by: JeGX on August 11, 2020, 10:03:24 AM
Quote
Change log for August 10, 2020 Vulkan 1.2.150 spec update:

  * Update release number to 150 for this update.

Github Issues:

  * Remove ename:VK_ERROR_TOO_MANY_OBJECTS as a required error code for
    flink:vkAllocateMemory and and flink:vkCreateSampler, and note that
    while it may still occur as a historical artifact, exceeding
    implementation limits will result in undefined behavior (public issue
    1295).
  * Allow duplicate slink:VkDebugUtilsMessengerCreateInfoEXT structs in
    pname:pNext chain (public issue 1329)
  * Fix typo in slink:VkSubmitInfo valid usage statement 04120 (public merge
    request 1336).
  * Remove `KHR` suffix from some names promoted to core, in the
    <<renderpass, Render Pass>> chapter (public merge request 1341).

Internal Issues:

  * Add ename:VK_ERROR_OUT_OF_HOST_MEMORY to `vk.xml` as a possible error
    code for some additional commands returing elink:VkResult, and add a
    note to the description of elink:VkResult giving some guidance on which
    commands may and may not return that error code (internal issue 2063).
  * Make a handful of terminology changes which move this repository closer
    to the conventions of the AOSP
    https://source.android.com/setup/contribute/respectful-code[Coding with
    Respect] document (internal issue 2282).
  * Update `<<VK_MVK_ios_surface>>` and `<<VK_MVK_macos_surface>>`
    documentation and mark them as deprecated and replaced by
    `<<VK_EXT_metal_surface>>` (internal merge request 4024).
  * Add a section to the style guide on markup for the copyright and license
    block on files in the repository (internal merge request 4036).
  * Add ename:VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT to
    `<<VK_EXT_validation_features>>` to enable synchronization validation
    (internal merge request 4037).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/792c6d18f64b73463a2023cf7610a694c11e5bd2
Title: Vulkan API specifications 1.2.151 released
Post by: Stefan on August 17, 2020, 07:13:27 AM
QuoteChange log for August 17, 2020 Vulkan 1.2.151 spec update:

  * Update release number to 151 for this update.

Github Issues:

  * Clarify that the <<memory-protected-memory,Protected Memory>> is not
    cross-physical device (public issue 1335).

Internal Issues:

  * Improve the layout of the <<Standard sample locations>> table to avoid
    overflow in the HTML output (internal issue 1354).
  * Also build core-only HTML spec in internal CI, to try and catch
    extension ifdef errors (should probably also do this in Azure CI on
    github) (internal issue 1770).
  * Add internal CI test for un-tagged uses of "`undefined`", to help make
    sure we've carefully considered all such uses (internal issue 2270).
  * Add style guide section "`Commands which Return Error Codes`" to give
    guidance on assigning error codes and when to use
    ename:VK_ERROR_OUT_OF_HOST_MEMORY (internal issue 2290).
  * Use the term "`reference monitor`" instead of "`mastering display`" for
    the `<<VK_EXT_hdr_metadata>>` extension (internal issue 2291).
  * Explicitly state that SPIR-V modules must be valid after specialization
    in slink:VkPipelineShaderStageCreateInfo and the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section (internal issue 2302).
  * Add slink:VkShaderModuleCreateInfo valid usage statements to match the
    SPIR-V capabilities (internal merge request 4047).
  * Add missing features to the <<[spirvenv-module-validation-runtime,
    Runtime SPIR-V Validation>> section (internal merge request 4048).
  * Update slink:VkPhysicalDeviceVulkan11Properties to follow the same
    renaming of "`subgroups`" to "`groups`" previously done for
    slink:VkPhysicalDeviceSubgroupProperties (internal merge request 4050).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/68bedacc6014941d5c04d168ef62df82031e0ddc
Title: Vulkan API specifications 1.2.152 released
Post by: JeGX on August 27, 2020, 11:40:58 AM
Quote
Change log for August 26, 2020 Vulkan 1.2.152 spec update:

  * Update release number to 152 for this update.

Github Issues:

  * Add attachment image layout valid usage statements for
    slink:VkSubpassDescription and slink:VkSubpassDescription2 (public issue
    1316).
  * Clarify and generalize use of "`graphics commands`" in the
    <<descriptorsets>> and <<pipelines>> chapters (public issue 1322).
  * Fix description of handle returned in slink:VkDeviceQueueInfo2 (public
    pull request 1347).

Internal Issues:

  * Promote valid usage statements requiring multiple parameters of a copy
    command from the structure parameter descriptions to the command itself,
    significantly restructuring some of the common validity files (internal
    issue 2034).
  * Add details of clamping and quantization behavior for border colors that
    are outside the normal range for slink:VkSamplerCreateInfo and in the
    <<textures-operation-validation, Instruction/Sampler/Image View
    Validation>> and <<textures-texel-replacement, Texel Replacement>>
    sections (internal issue 2281).
  * Clarify in the <<spirvenv-module-validation-standalone, Standalone
    SPIR-V Validation>> section that the value of code:XfbBuffer cannot
    differ for members of the same block (internal issue 2307).
  * Add valid usage blocks to the <<interfaces>> chapter where discussing
    allowed uses of built-in SPIR-V variables (internal merge requests 3933,
    4090).
  * Refactor <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> constraints to single statement phrases not using ifdef::ed
    asciidoctor markup, and move some of them down to the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section (internal merge request 4054).
  * Fix XML attributes for some `<<VK_INTEL_performance_query>>` interfaces
    (internal merge request 4061).
  * Fix the "`Differences relative to `VK_KHR_shader_float16_int8``"
    paragraph in the <<versions-1.2, Version 1.2>> appendix (internal merge
    request 4062).
  * Fix several valid usage statements for
    flink:vkCmdBindTransformFeedbackBuffersEXT (public
    KhronosGroup/Vulkan-ValidationLayers issue 2105).
  * Clarify `shader_read_only` layout restrictions for
    slink:VkWriteDescriptorSet and elink:VkImageLayout (internal merge
    request 4060).
  * Clarify wording for required 4444 and {YCbCr} formats in the
    <<formats-mandatory-features-subbyte, Mandatory format support: sub-byte
    channels>> and <<formats-requiring-sampler-ycbcr-conversion, Formats
    requiring sampler {YCbCr} conversion for ename:VK_IMAGE_ASPECT_COLOR_BIT
    image views>> tables (internal merge request 4066).
  * Move a feature valid usage statement from flink:vkCmdDrawIndexedIndirect
    to its proper home in flink:vkCmdDrawIndexedIndirectCount, matching what
    the validation layer already does (internal merge request 4070).
  * Split valid usage statement for slink:VkWriteDescriptorSet into one
    statement for each descriptor type for image layout requirements
    (internal merge request 4071).
  * Add the a <<valid-imageview-imageusage>> definition to capture which
    elink:VkImageUsageFlagBits must be set when creating a
    sname:VkImageView, and use that definition to simplify
    slink:VkImageViewCreateInfo valid usage statements (internal merge
    request 4073).
  * Remove redundant valid usage statement 03269 for slink:VkPresentInfoKHR
    (internal merge request 4084).
  * Move valid usage statement from slink:VkProtectedSubmitInfo to
    slink:VkSubmitInfo (internal merge request 4085).
  * Update reference to pname:framebufferIntegerColorSampleCounts from the
    description of the <<limits-framebufferColorSampleCounts>> feature if
    Vulkan 1.2 is supported (internal merge request 4088).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d1c48f98006030079846dc05f00bd1ca3d4758e9
Title: Vulkan API specifications 1.2.153 released
Post by: JeGX on September 08, 2020, 09:41:32 AM
Quote
Change log for September 7, 2020 Vulkan 1.2.153 spec update:

  * Update release number to 153 for this update.

Github Issues:

  * Specification default branch for updates and PRs is now `main` instead
    of `master`. `master` branch still exists, but is frozen at the 1.2.152
    level. If you are pulling content from this repository, please switch
    from `master` to `main` branch (internal issue 1351).
  * Fix slink:VkSubpassDependency2 link from slink:VkRenderPassCreateInfo2
    (public issue 1358).

Internal Issues:

  * Add developer documentation to the appendices for
    `<<VK_EXT_memory_budget>>`, `<<VK_KHR_buffer_device_address>>`,
    `<<VK_KHR_depth_stencil_resolve>>`, `<<VK_KHR_draw_indirect_count>>`,
    `<<VK_KHR_multiview>>`, `<<VK_KHR_sampler_ycbcr_conversion>>` (internal
    issue 2109).
  * Implement VUID expander treeprocessor plugin to make VUID text visible
    and searchable in generated outputs (internal issue 2253, 2258).
  * Clarify when acceleration structures can be indexed dynamically in the
    <<interfaces-resources-descset, Descriptor Set Interface>> section
    (internal issue 2316).
  * Add missing valid usage statement for flink:vkImportFenceWin32HandleKHR
    (internal merge request 4087).
  * Replace badly formatted VUID for `<<VK_AMD_display_native_hdr>>`
    (internal merge request 4096).
  * Add ray tracing acceleration structures to the lists of objects where
    appropriate in the <<fundamentals-objectmodel-lifetime, Object
    Lifetime>> section (internal merge request 4100).
  * Move GLSL and SPIR-V extension references in the extension appendices
    into the "`Interactions and External Dependencies`" sections (internal
    merge request 3969).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/72254079510ec0616b711a570d83a6f1476ebc97
Title: Vulkan API specifications 1.2.154 released
Post by: JeGX on September 28, 2020, 11:39:10 AM
Quote
Change log for September 21, 2020 Vulkan 1.2.154 spec update:

  * Update release number to 154 for this update.

Internal Issues:

  * Add a new subsection to the <<introduction-conventions, Document
    Conventions>> section describing how Informative language is tagged, for
    consistency with the spec copyright language, and update the
    <<markup-informative-notes, Informative Sections and Notes>> section of
    the style guide to track actual usage in the spec (internal issue 2195).
  * Clarify that the Top-Level Acceleration Structure keeps a reference to
    the Bottom-Level Acceleration Structures (internal issue 2313).
  * Add a few missing valid usage statements to
    flink:vkGetImageSubresourceLayout (internal merge request 4075).
  * Move the definition of elink:VkCullModeFlagBits in `vk.xml` to group
    with other bitmask types (internal merge request 4106).
  * Clean up a few valid usage statements for slink:VkImageView (internal
    merge request 4115).

New Extensions:

  * `<<VK_KHR_copy_commands2>>`
  * `<<VK_KHR_portability_subset>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5c8259673b722a86525f5a9dbee1ffd92371656b

Extensions:
- VK_KHR_copy_commands2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_copy_commands2.txt)
- VK_KHR_portability_subset (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_portability_subset.txt)
Title: Vulkan API specifications 1.2.155 released
Post by: JeGX on September 28, 2020, 11:41:24 AM
Quote
Change log for September 28, 2020 Vulkan 1.2.155 spec update:

  * Update release number to 155 for this update.

New Extensions:

  * `<<VK_EXT_shader_image_atomic_int64>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/2ffe5b06dd338347636c961399eaca384b864d60

New Extension:
- VK_EXT_shader_image_atomic_int64 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_shader_image_atomic_int64.txt)
Title: Vulkan API specifications 1.2.156 released
Post by: Stefan on October 05, 2020, 08:36:40 AM
QuoteChange log for October 5, 2020 Vulkan 1.2.156 spec update:

  * Update release number to 156 for this update.

Github Issues:

  * Define memory import/export using the glossary term _payload_, rather
    than "`the same underlying memory`", for slink:VkFence,
    <<synchronization-semaphores-payloads, the semaphore payload section>>,
    and many places in the <<memory, Memory Allocation>> chapter (public
    issue 1145).

New Extensions:

  * `<<VK_EXT_device_memory_report>>`
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/cee0f4b12acde766e64d0d038b03458c74bb67f1
Title: Vulkan API specifications 1.2.157 released
Post by: Stefan on October 12, 2020, 06:00:40 PM
QuoteChange log for October 12, 2020 Vulkan 1.2.157 spec update:

  * Update release number to 157 for this update.

Github Issues:

  * Fix `<<VK_KHR_shader_draw_parameters>>` missing as a feature alias
    (based on public pull request 1310).
  * Remove unnecessary sentence about device extensions implemented by
    layers in the flink:vkCreateDevice description (based on public pull
    request 1350).
  * Fix parenthesis in equation in the
    <<textures-texel-anisotropic-filtering, Texel Anisotropic Filtering>>
    section (public merge request 1365).
  * Add missing types to `vk.xml` for `<<VK_EXT_device_memory_report>>`
    (public issue 1374).
  * Add slink:VkBufferImageCopy valid usage statement for
    ename:VK_IMAGE_ASPECT_DEPTH_BIT and ename:VK_IMAGE_ASPECT_STENCIL_BIT
    pname:aspectMask values (public issue 2113).

Internal Issues:

  * Remove unused etext:VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT
    token
    (internal issue 2275).
  * Clarify the specific stage requirement for synchronization
    between flink:vkCmdResetEvent and flink:vkCmdWaitEvents
    (internal merge request 4152).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/fa50015cb517fc3105ffdab1fc055e322a682265
Title: Vulkan API specifications 1.2.158 released
Post by: JeGX on October 19, 2020, 01:40:29 PM
Quote
Change log for October 19, 2020 Vulkan 1.2.158 spec update:

  * Update release number to 158 for this update.

Internal Issues:

  * Clarify that  linear filtering can be used with comparison sampling
    in valid usage statements for dispatched draw commands
    (internal issue 2365).
  * Add valid usage statement for flink:vkGetQueryPoolResults requiring
    pname:stride to be large enough for a single performance query result
    (internal issue 2380).
  * Move input attachment imageLayout to valid usage reference section,
    and refer to the <<attachment-type-imagelayout>> section
    to reduce complexity of valid usage statement
    (internal merge request 4117).
  * Update issues list for `<<VK_QCOM_render_pass_transform>>`
    (internal merge request 4175).
  * Add valid usage statement for
    slink:VkPipelineColorBlendStateCreateInfo::pname:attachmentCount (public
    Vulkan-ValidationLayers issue 2197).

New Extensions:

  * `<<VK_KHR_fragment_shading_rate>>`
  * `<<VK_KHR_shader_terminate_invocation>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9fd8fd599b47a67b2eb078b2f5c9e6a2adc922a4

New extensions:
- VK_KHR_fragment_shading_rate (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_fragment_shading_rate.txt)
Quote
This extension adds the ability to change the rate at which fragments are shaded.
Rather than the usual single fragment invocation for each pixel covered by a primitive, multiple pixels can be shaded by a single fragment shader invocation.

- VK_KHR_shader_terminate_invocation (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_terminate_invocation.txt)
Quote
That SPIR-V extension provides a new instruction,
code:OpTerminateInvocation, which causes a shader invocation to immediately
terminate and sets the coverage of shaded samples to `0`; only previously
executed instructions will have observable effects.
Title: Vulkan API specifications 1.2.159 released
Post by: JeGX on November 03, 2020, 02:26:55 PM
Quote
Change log for November 1, 2020 Vulkan 1.2.159 spec update:

  * Update release number to 159 for this update.

Github Issues:

  * Clarify handle uniqueness with private data in the
    <<fundamentals-objectmodel-overview, Object Model>> section (public
    issue 1349).
  * Make ename:VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_KHR
    an alias of
    ename:VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_BIT_KHR
    and ename:VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_KHR
    an alias of
    ename:VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_BIT_KHR,
    for backwards compatibility while complying with naming conventions
    (public issue 1367).
  * Make ename:VK_SURFACE_COUNTER_VBLANK_EXT an alias of
    ename:VK_SURFACE_COUNTER_VBLANK_BIT_EXT for backwards compatibility
    while complying with naming conventions (public issue 1368).
  * Add a note to the <<memory-model-synchronizes-with, Synchronizes-With>>
    section that fragment shader interlock instructions don't perform
    implicit availability or visibility operations (public issue 1383).

Internal Issues:

  * Dynamically generate SPIR-V <<spirvenv-capabilities-table,
    Capabilities>> and <<spirvenv-extensions-table, Extensions>> tables from
    new tags in `vk.xml`, exposing this information for other projects
    downstream (internal issue 2156).
  * Clarify when a <<renderpass-feedbackloop, feedback loop>> creates a data
    race (internal issue 2296).
  * Remove un-needed `noautovalidity` attributes on pname:pNext structure
    members, including a few cases where they were actually suppressing
    appropriate autogenerated validity statements (internal issue 2335;
    similar purpose to closed public PR 1339).
  * Clarify treatment of most-negative signed normalized fixed-point values
    in the <<fundamentals-fixedfpconv, Conversion from Normalized
    Fixed-Point to Floating-Point>> section (internal issue 2367).
  * Clarify that enabling an extension cannot change existing implementation
    behavior in the introduction to the <<extendingvulkan-extensions,
    Extensions>> chapter (internal issue 2375).
  * Add missing valid usage statement to flink:vkCreatePrivateDataSlotEXT
    (internal issue 2379).
  * Fix a misplaced asciidoctor `endif::` for flink:vkCreateSwapchainKHR
    (internal merge request 4177).
  * Add missing pname:aspectMask valid usage statement to
    slink:VkSubpassDescription2, matching
    slink:VkInputAttachmentAspectReference (internal merge request 4177).
  * Clarify <<interfaces, SPIR-V rules on decorations>> (internal
    spirv/SPIR-V issue 444).
  * Add missing `<<VK_VERSION_1_2>>` to all
    `<<VK_EXT_separate_stencil_usage>>` conditional markup (internal
    vulkansc/vulkansc issue 58).

New Extensions:

  * `<<VK_QCOM_rotated_copy_commands>>` (internal merge request 4132).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9adbc1846ddad202a0584f5c03a1916cf9801179
Title: Vulkan API specifications 1.2.160 released
Post by: JeGX on November 10, 2020, 02:03:06 PM
Quote
Change log for November 9, 2020 Vulkan 1.2.160 spec update:

  * Update release number to 160 for this update.

Github Issues:

  * Remove redundant input attachment valid usage statements from
    slink:VkAttachmentReference2 (public issue 1378).

Internal Issues:

  * Restore "`Preamble`" section containing the copyright statement to the
    proper place in the chunked specification index (internal issue 2384).
  * Add missing valid usage statements for
    flink:vkCmdDrawIndirectByteCountEXT (internal issue 2400).
  * Move vertex input example from the <<fxvertex>> chapter to the Vulkan
    Guide (internal merge request 4162).
  * Clarify update-after-bind limits for dynamic buffers in the
    <<limits-maxDescriptorSetUpdateAfterBindUniformBuffersDynamic>> and
    <<limits-maxDescriptorSetUpdateAfterBindStorageBuffersDynamic>> sections
    (internal merge request 4186).
  * Clarify slink:VkFramebufferCreateInfo to allow read-only use of depth
    images as attachments and non-attachments (internal merge request 4191).
  * Remove redundant valid usage statement from slink:VkWriteDescriptorSet
    (internal merge request 4196).
  * Remove redundant valid usage statement from flink:vkFreeDescriptorSets
    (internal merge request 4198).
  * Fix typo in slink:VkDisplaySurfaceCreateInfoKHR valid usage statement
    (internal merge request 4199).
  * Remove redundant pname:firstViewport / pname:firstScissor limit checks
    in valid usage statements for flink:vkCmdSetViewportWScalingNV,
    flink:vkCmdSetScissor, flink:vkCmdSetExclusiveScissorNV,
    flink:vkCmdSetViewportShadingRatePaletteNV, and flink:vkCmdSetViewport
    (internal merge request 4200).

New Extensions:

  * `<<VK_NV_fragment_shading_rate_enums>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/f90136facacd25f016e523064f03713bdfe1b22d

New extension:
- VK_NV_fragment_shading_rate_enums (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_fragment_shading_rate_enums.txt)
Quote
This extension builds on the fragment shading rate functionality provided by
the VK_KHR_fragment_shading_rate extension, adding support for "supersample"
fragment shading rates that trigger multiple fragment shader invocations per
pixel as well as a "no invocations" shading rate that discards any portions
of a primitive that would use that shading rate.
Title: Vulkan API specifications 1.2.161 released
Post by: JeGX on November 23, 2020, 12:03:34 PM
Quote
Change log for November 16, 2020 Vulkan 1.2.161 spec update:

  * Update release number to 161 for this update.

Github Issues:

  * Add some missing types to the table of handle type <->
    etext:VK_OBJECT_TYPE_* enums in the debugging chapter (in response to a
    comment on public issue 1379).

Internal Issues:

  * Move copyright statement into its own "`Preamble`" chapter to simplify
    preprocessing for chunked HTML target and make PDF / single-page HTML
    consistent with the chunked output (internal issue 2384).
  * Clarify that slink:VkExternalMemoryBufferCreateInfo::pname:handleTypes
    and slink:VkExternalMemoryImageCreateInfo::pname:handleTypes can be
    zero, and fix missing `optional` attribute in `vk.xml` for the latter
    case (internal issue 2388).
  * Make `specialuse` attributes in source markup expand properly in
    extension refpages (internal issue 2412).
  * Remove as yet unused slink:VkSemaphoreCreateFlagBits type from `vk.xml`
    (internal issue 2413).
  * Remove unreachable valid usage statements for
    slink:VkRenderPassMultiviewCreateInfo::pname:pViewMask in the
    slink:VkRenderPassCreateInfo pname:pNext chain, and for
    slink:VkRenderPassCreateInfo2::pname:viewMask. These statements cannot
    ever be violated given that view masks cannot exceed index 31 and
    pname:maxFramebufferLayers exceeds this value (internal merge request
    4204).
  * Only allow forward pointers for physical storage buffers in the
    <<spirvenv-module-validation>> section (internal merge request 4206).
  * Fix a variety of minor valid usage statement issues with the
    `<<VK_KHR_fragment_shading_rate>>` extension (internal merge request
    4207).

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9f9fd160c8dbd8752447a4a8a2e32fbb92b9722d
Title: Vulkan API specifications 1.2.162 released
Post by: JeGX on November 23, 2020, 12:09:42 PM
Quote
Change log for November 23, 2020 Vulkan 1.2.162 spec update:

  * Update release number to 162 for this update.

Github Issues:

  * Mark pname:pNext pointers as `optional="true"` in `vk.xml` (public pull
    request 1396).
  * Make a formerly implicit slink:VkSubpassDescriptionDepthStencilResolve
    valid usage statement explicit (public Vulkan-ValidationLayers issue
    2311).

Internal Issues:

  * Clarify lifetime of push constants in the flink:vkCmdPushConstants
    description (internal issue 2168).
  * Clarify that flink:vkGetDeviceProcAddr is not intended to return
    physical device-level commands (internal issue 2344).
  * Tweak CI test for SPEC_VERSION to always succeed when the branch name
    exists, but the extension is disabled (internal merge request 4219).

New Extensions:

  * Add final (non-provisional) versions of the Vulkan Ray Tracing
    extensions (internal merge request 4143):
  ** `<<VK_KHR_acceleration_structure>>`
  ** `<<VK_KHR_ray_tracing_pipeline>>`
  ** `<<VK_KHR_ray_query>>`
  ** `<<VK_KHR_pipeline_library>>`
  ** `<<VK_KHR_deferred_host_operations>>`

Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/c5d94a31766e91607473ca0049a293e3f632c6ff

New extensions

- VK_KHR_acceleration_structure (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_acceleration_structure.txt)
Quote
In order to be efficient, rendering techniques such as ray tracing need a
quick way to identify which primitives may be intersected by a ray
traversing the geometries.
Acceleration structures are the most common way to represent the geometry
spatially sorted, in order to quickly identify such potential intersections.


- VK_KHR_ray_tracing_pipeline (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_ray_tracing_pipeline.txt)
Quote
Rasterization has been the dominant method to produce interactive graphics,
but increasing performance of graphics hardware has made ray tracing a
viable option for interactive rendering.
Being able to integrate ray tracing with traditional rasterization makes it
easier for applications to incrementally add ray traced effects to existing
applications or to do hybrid approaches with rasterization for primary
visibility and ray tracing for secondary queries.

To enable ray tracing, this extension adds a few different categories of new
functionality:

  * A new ray tracing pipeline type with new shader domains: ray generation,
    intersection, any-hit, closest hit, miss, and callable
  * A shader binding indirection table to link shader groups with
    acceleration structure items
  * Trace ray commands which initiates the ray pipeline traversal and
    invocation of the various new shader domains depending on which
    traversal conditions are met


- VK_KHR_ray_query (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_ray_query.txt)
Quote
Rasterization has been the dominant method to produce interactive graphics,
but increasing performance of graphics hardware has made ray tracing a
viable option for interactive rendering.
Being able to integrate ray tracing with traditional rasterization makes it
easier for applications to incrementally add ray traced effects to existing
applications or to do hybrid approaches with rasterization for primary
visibility and ray tracing for secondary queries.

Ray queries are available to all shader types, including graphics, compute
and ray tracing pipelines.
Ray queries are not able to launch additional shaders, instead returning
traversal results to the calling shader.

- VK_KHR_pipeline_library (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_pipeline_library.txt)
Quote
A pipeline library is a special pipeline that cannot be bound, instead it
defines a set of shaders and shader groups which can be linked into other
pipelines.
This extension defines the infrastructure for pipeline libraries, but does
not specify the creation or usage of pipeline libraries.
This is left to additional dependent extensions.


- VK_KHR_deferred_host_operations (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_deferred_host_operations.txt)
Quote
The VK_KHR_deferred_host_operations extension defines the infrastructure
and usage patterns for deferrable commands, but does not specify any
commands as deferrable.
Title: Vulkan API specifications 1.2.163 released
Post by: JeGX on November 30, 2020, 09:11:08 PM
Quote
Change log for November 30, 2020 Vulkan 1.2.163 spec update:

  * Update release number to 163 for this update.

Github Issues:

  * Add XML mapping between VK_OBJECT_TYPE_* names and object type names
    (public issue 1379).
  * Remove *_READ_BIT from .srcAccessMask in code samples (public issue
    1389).
  * Fix example code for slink:VkPushConstantRange to take
    elink:VkShaderStageFlags, not elink:VkPipelineStageFlags (public pull
    request 1393).
  * Add missing :refpage: attribute to slink:VkBlitImageInfo2KHR (public
    issue 1407).
  * Remove extraneous newline from texel block size table (public issue
    1409).

Internal Issues:

  * Update style guide to require `optional="true"` be set on pname:pNext
    structure members (internal issue 2428).
  * Sort conditionals in ifdef:: output of spirvcapgenerator for stability
    (internal issue 2430).
  * Fix slink:VkGraphicsPipelineShaderGroupsCreateInfoNV VU 02886
    (internal merge request 4225).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/a48d8432aacf8a23de3c471d6fa074d0a326cfcc
Title: Vulkan API specifications 1.2.164 released
Post by: JeGX on December 09, 2020, 12:05:35 PM
Quote
Change log for December 7, 2020 Vulkan 1.2.164 spec update:

  * Update release number to 164 for this update.

Github Issues:

  * Reserve vendor ID for PoCL (public pull request 1411).

Internal Issues:

  * Add valid usage statements to ray tracing commands requiring they be
    given a ray tracing pipeline, and removing support for
    ename:ACCELERATION_STRUCTURE_TYPE_GENERIC in
    flink:vkCmdBuildAccelerationStructureNV (internal issue 2271).
  * Add valid usage statements disallowing the use of protected command
    buffers with Ray Tracing Pipelines and Ray Query instructions (internal
    issue 2409).
  * Move the un-numbered glossary / abbreviations / prefixes pseudo-chapters
    into a single appendix, so the table of contents looks cleaner (internal
    issue 2437).
  * Remove redundant valid usage statement from
    slink:VkCommandBufferAllocateInfo (internal merge request 4229).
  * Add missing <<features-inlineUniformBlock>> valid usage statement to
    slink:VkDescriptorSetLayoutBinding (internal merge request 4246).
  * Tweak example of Docker image invocation in `BUILD.adoc` (internal merge
    request 4249).
  * Capitalize code:LaunchIdKHR the same as in SPIR-V. code:LaunchSizeKHR
    and code:LaunchIdKHR are accessible in the code:CallableKHR shader stage
    (internal merge request 4252).
  * Remove unreachable (redundant) valid usage statements from
    flink:vkCmdBeginRenderPass and flink:vkCmdBeginRenderPass2 (internal
    merge request 4254).
  * Add missing `objtypeenum` attribute to `vk.xml` for slink:VkInstance
    (internal merge request 4263).
  * Change the chunked HTML target to use a more robust method of inserting
    additional Javascript and HTML to support the searchbox.

New Extensions:

  * `<<VK_NV_acquire_winrt_display>>`
  * `<<VK_VALVE_mutable_descriptor_type>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8f718b4194ed1e0a572d37072e5558dd9ceabcb0

New Extensions

- VK_NV_acquire_winrt_display (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_acquire_winrt_display.txt)
Quote
This extension allows an application to take exclusive control of a display
on Windows 10 provided that the display is not already controlled by a
compositor.
When control is acquired the application has exclusive access to the display
until control is released or the application terminates.
An application's attempt to acquire is denied if a different application has
already acquired the display.

- VK_VALVE_mutable_descriptor_type (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_VALVE_mutable_descriptor_type.txt)
Quote
This extension allows applications to reduce descriptor memory footprint by
allowing a descriptor to be able to mutate to a given list of descriptor
types depending on which descriptor types are written into, or copied into a
descriptor set.
Title: Vulkan API specifications 1.2.165 released
Post by: JeGX on December 14, 2020, 09:51:14 AM
Quote
Change log for December 14, 2020 Vulkan 1.2.165 spec update:

  * Update release number to 165 for this update.

Github Issues:

  * Fix interaction between imageless framebuffers and
    slink:VkImageViewUsageCreateInfo for slink:VkRenderPassBeginInfo,
    elink:VkImageUsageFlagBits, and in the
    <<resources-image-inherited-usage>> section (public issue 1391).
  * Fix `vk.xml` `optional` / `noautovalidity` attributes and corresponding
    explicit valid usage statements for
    slink:VkBuildAccelerationStructureModeKHR (public issue 1405).
  * Remove redundant / incomplete handle comments from `vk.xml` for
    elink:VkObjectType enumerants (public merge request 1412).

Internal Issues:

  * Create valid usage statements from constraints in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section (internal issue 2394).
  * Fix valid usage staement 01256 for slink:VkDisplaySurfaceCreateInfoKHR
    (internal issue 2404).
  * Expand and clarify the event race condition warning for
    flink:vkCmdWaitEvents to include two additional scenarios in which the
    effect and/or state of an event becomes undefined without additional
    synchronization operations (internal issue 2411).
  * Update valid usage statement for flink:vkSetLocalDimmingAMD (internal
    issue 2446).
  * Recast slink:VkStridedDeviceAddressRegionKHR valid usage statements in
    terms of size being non-zero, instead of pname:deviceAddress (internal
    issue 2450).
  * Add missing ename:VK_SHARING_MODE_CONCURRENT valid usage statement for
    flink:vkQueueSubmit (internal merge request 4244).
  * Add limits related to local size to the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section (internal merge request 4255).
  * Fix typo in description of
    slink:VkDescriptorUpdateTemplateEntry::pname:dstArrayElement (internal
    merge request 4260).
  * Remove repeated "`all`" from slink:VkGraphicsPipelineCreateInfo valid
    usage statements (internal merge request 4266).
  * Fix internal xrefs to the SPIR-V capabilities tables, which broke as a
    side effect of generating the table instead of handcoding it (internal
    merge request 4270).
  * Fix normative language for code:WorkgroupSize (internal merge request
    4272).
  * Restore `len` attribute to `vk.xml` after its recent accidental removal
    from slink:VkDescriptorSetAllocateInfo::pname:pSetLayouts (internal
    merge request 4275).
  * Remove trailing periods from SPIR-V valid usage statements (internal
    merge request 4284).
  * Base PDF theme on builtin fallback theme, simplifying it and adding
    support for some math characters not found in the default theme
    (internal merge request 4287).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ffbc67c499b92e864ad51275e606468975b5e397
Title: Vulkan API specifications 1.2.166 released
Post by: Stefan on January 04, 2021, 02:15:01 PM
QuoteChange log for January 4, 2021 Vulkan 1.2.166 spec update:

  * Update release number to 166 for this update.

Github Issues:

  * Add an Issue to the appendix for `<<VK_EXT_debug_report>>` discussing
    how to compare handles returned by the debug report callback to
    application handles (public issue 368).
  * Specify the purpose of ename:VK_LOD_CLAMP_NONE in the description of
    slink:VkSamplerCreateInfo::pname:maxLod (public issue 663).
  * Clarify in the <<extendingvulkan-extensions-extensiondependencies,
    Extension Dependencies>> section that extensions may depend on both
    other extensions, and specific core API versions. Together with previous
    changes to this section, this should close out the original issue
    (public issue 865).

Internal Issues:

  * Add descriptions of image queries to the <<textures, Image Operations
    Overview>> and <<textures-queries, Image Query Instructions>> sections
    (internal issues 2416 and 2423).
  * Allow axis swapping to be carried through clamping in the
    <<primsrast-fragment-shading-rate-combining, Combining the Fragment
    Shading Rates>> section (internal issue 2420).
  * Move even-size requirements for planar formats to valid usage statements
    for slink:VkImageCreateInfo and slink:VkImageViewCreateInfo, and tweak
    descriptions of <<formats-definition, the corresponding formats>>
    accordingly (internal issue 2434).
  * Remove asciidoctor conditional macros from markup for
    slink:VkSamplerCreateInfo valid usage statement 01079 (internal issue
    2440).
  * Clarify behavior of the <<features-alphaToOne, pname:alphaToOne>>
    feature by linking the enable to the corresponding <<fragops-covg,
    Multisample Coverage>> fragment operation language, and specifying in
    the introduction to the <<fragops, Fragment Operations>> chapter that
    "`replacing`" a fragment shader output occurs whether or not the shader
    actually wrote that output (internal issue 2448).
  * Modify XML for
    slink:VkPipelineViewportShadingRateImageStateCreateInfoNV::pname:viewportCount
    to allow pname:viewportCount == 0 (internal issue 2449).
  * Remove "`built as`" requirement from valid usage statement 03579 for
    slink:VkWriteDescriptorSetAccelerationStructureKHR (internal issue
    2466).
  * Remove incorrect valid usage statement 03655 for
    slink:VkAccelerationStructureGeometryTrianglesDataKHR (internal issue
    2467).
  * Add location limits for mesh shaders to the
    <<interfaces-iointerfaces-limits, Shader Input and Output Locations>>
    table (internal merge request 3428).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d7aab06b9be7a245945ec3f9cee772c27fbadc26
Title: Vulkan API specifications 1.2.167 released
Post by: JeGX on January 25, 2021, 04:05:07 PM
Quote
Change log for January 19, 2021 Vulkan 1.2.167 spec update:

  * Update release number to 167 for this update.

Github Issues:

  * Clarify valid usage statements for slink:VkGraphicsPipelineCreateInfo
    interaction with potential format features (public issue 1392).
  * Use default PDF theme with a local fallback font, to provide
    floor/ceiling symbols (public issue 1400).
  * Fix valid usage statements to clarify that
    flink:vkCmdWriteAccelerationStructuresPropertiesNV only accepts
    ename:VK_QUERY_TYPE_ACCELERATION_STRUCTURE_COMPACTED_SIZE_NV (public
    Vulkan-ValidationLayers issue 2448).
  * Add missing `SPV_KHR_multiview` SPIR-V extension to `vk.xml` (public
    Vulkan-ValidationLayers issue 2456).

Internal Issues:

  * Move Acceleration Structure chapter before Ray Traversal and Ray Tracing
    chapters and reorganize asciidoctor source markup, including inlining
    ray tracing sub-chapters (internal issue 2249).
  * Clarify the definition of the `optional='true'` XML attribute to allow
    its use with scalar types, and use it consistently in the specification
    and XML; this removes a few uses of the attribute and simplifies some
    valid usage statements (internal issue 2435).
  * Clarify that it is not valid to create an image view using a format that
    requires YCbCr conversion without passing a
    slink:VkSamplerYcbcrConversion in valid usage for
    slink:VkImageViewCreateInfo (internal issue 2458).
  * Clarify that pipeline flags do not cause the corresponding flags to
    appear in code:IncomingRayFlagsKHR variables (internal issue 2470).
  * Require that pname:supportedAlpha is never zero in text and valid usage
    statements for slink:VkDisplayPlaneCapabilitiesKHR and
    slink:VkDisplaySurfaceCreateInfoKHR (internal issue 2471).
  * Clarify that Dref values are supposed to be clamped for fixed-point
    accesses in the <<textures-depth-compare-operation, Depth Compare
    Operation>> section (internal issue 2474).
  * Fix typo for a destination stage in an issue in the
    `<<VK_EXT_transform_feedback>>` extension appendix (internal issue
    2477).
  * Restrict code:OpImageQueryLod, code:OpImageQuerySizeLod, and
    code:OpImageQueryLevels to require a sampler (not storage image) in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section (internal issue 2478).
  * Allow
    flink:vkGetAccelerationStructureBuildSizesKHR::pname:pMaxPrimitiveCounts
    to be zero by setting the `optional` attribute in the XML (internal
    issue 2480).
  * Update description of
    slink:VkDeviceMemoryReportCallbackDataEXT::pname:objectType for
    consistency with description of other parameters (internal issue 2485).
  * Add a valid usage statement to slink:VkRayTracingPipelineCreateInfoKHR
    requiring that all linked pipelines have the same set of flags specified
    from the etext:VK_PIPELINE_CREATE_RAY_TRACING_* bits (internal issue
    2489).
  * Add valid usage statements to flink:vkCmdBeginQuery /
    flink:vkCmdBeginQueryIndexedEXT to disallow use with pools created with
    ename:VK_QUERY_TYPE_ACCELERATION_STRUCTURE_COMPACTED_SIZE_KHR /
    ename:VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SERIALIZATION_SIZE_KHR types
    (internal issue 2493).
  * Fix normative language for valid usage statements in the <<spirvenv,
    Vulkan Environment for SPIR-V>> appendix (internal merge request 4265).
  * Remove a few cases where `_KHR` suffixes were left on promoted
    extensions in valid usage statements (internal merge request 4293)
  * Update and futureproof a previously hardwired reference to Vulkan 1.1 in
    the <<introduction-conventions, Document Conventions>> section (internal
    merge request 4295).
  * Add code:PhysicalStorageBuffer as a valid atomic storage class in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section (internal merge request 4296).
  * Clean up phrasing of valid usage statements in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section (internal merge request 4297).
  * Add shared valid usage statement for buffer copy commands requiring
    pname:bufferRowLength to fit in a signed 32-bit integer (internal merge
    request 4302).
  * Add dname:VK_NO_STDDEF_H to allow apps to prevent including
    `<stddef.h>`, and document it in the <<boilerplate, API Boilerplate>>
    appendix (internal merge request 4312).
  * Fix typo `SkipTrianglesKHR` -> `SkipAABBsKHR` in the
    <<ray-traversal-culling-primitive, Ray Primitive Culling>> section
    (internal merge request 4315).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d342f27444fbc31244458a23994aed818a4902ba
Title: Vulkan API specifications 1.2.168 released
Post by: JeGX on January 25, 2021, 04:08:06 PM
Quote
Change log for January 25, 2021 Vulkan 1.2.168 spec update:

  * Update release number to 168 for this update.

Internal Issues:

  * Change slink:VkAccelerationStructureNV resource classification to
    non-linear, and slink:VkAccelerationStructureKHR is neither linear nor
    non-linear. This affects the memory classification for purposes of
    <<resources-bufferimagegranularity,bufferImageGranularity>> (internal
    issue 2289).
  * Specify which storage classes are affected by code:scalarBlockLayout in
    the <<interfaces-resources-standard-layout, Standard Buffer Layout>>
    section (internal merge request 4280).
  * Flatten valid usage statements in the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section so they are correctly processed by the VU extractor script
    (internal merge request 4285).

New Extensions:

  * `<<VK_KHR_workgroup_memory_explicit_layout>>`
  * `<<VK_KHR_zero_initialize_workgroup_memory>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/cd10a156f111cfc930c1821cc41b987661a22c76

New extensions:
- VK_KHR_workgroup_memory_explicit_layout (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_workgroup_memory_explicit_layout.txt)
Quote
This extension adds Vulkan support for the
{spirv}/KHR/SPV_KHR_workgroup_memory_explicit_layout.html[`SPV_KHR_workgroup_memory_explicit_layout`]
SPIR-V extension, which allows shaders to explicitly define the layout of
code:Workgroup storage class memory and create aliases between variables
from that storage class in a compute shader.

The aliasing feature allows different "views" on the same data, so the
shader can bulk copy data from another storage class using one type (e.g. an
array of large vectors), and then use the data with a more specific type.
It also enables reducing the amount of workgroup memory consumed by allowing
the shader to alias data whose lifetimes don't overlap.

The explicit layout support and some form of aliasing is also required for
layering OpenCL on top of Vulkan.

- VK_KHR_zero_initialize_workgroup_memory (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_zero_initialize_workgroup_memory.txt)
Quote
This extension allows the use of a null constant initializer on shader
Workgroup memory variables, allowing implementations to expose any special
hardware or instructions they may have.
Zero initialization is commonly used by applications running untrusted
content (e.g. web browsers) as way of defeating memory-scraping attacks.
Title: Vulkan API specifications 1.2.169 released
Post by: JeGX on February 04, 2021, 02:19:19 PM
Quote
Change log for February 2, 2021 Vulkan 1.2.169 spec update:

  * Update release number to 169 for this update.

Github Issues:

  * Fix typos in language in the <<vertexpostproc-renderpass-transform,
    Render Pass Transform>> section (public issue 1406).
  * Fix case of etext:EXTENSION_NAME and etext:SPEC_VERSION enums in
    `vk.xml` for the `<<VK_QCOM_rotated_copy>>` extension (public issue
    1427).
  * Fix equations in the <<ray-intersection-candidate-determination, Ray
    Intersection Candidate Determination>> section (public issue 1427).
  * Modify examples in the `<<VK_EXT_debug_utils>>` appendix to use
    flink:vkGetInstanceProcAddr (public issue 1432).
  * Various typo fixes (public pull request 1434).

Internal Issues:

  * Add missing query types to the the introduction of the <<queries>>
    chapter (internal issue 2488).
  * Tag use of union types in `vk.xml` as `noautovalidity`, since we don't
    generate meaningful valid usage statements or validation layer code at
    present. This removes a few nonsensical, and unimplemented valid usage
    statements of form 'ptext:param must: be a valid stext:VkUnionType union
    (internal issue 2490).
  * Flatten inline lists in valid usage statements in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section so the VU extraction script can process them properly (internal
    issue 2502).
  * Move some common copy buffer / copy image valid usage statements to
    `copy_bufferimage_to_imagebuffer_common.txt` so they can be shared
    (internal merge request 4344).
  * Update copyright dates to 2021 (internal merge request 4345),
  * Fix typos in asciidoctor conditional markup in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section (internal issue 4349).
  * Fix typos in SPIR-V capability names
    code:WorkgroupMemoryExplicitLayout8BitAccessKHR and
    code:WorkgroupMemoryExplicitLayout16BitAccessKHR (internal merge request
    4359).
  * Fix typo in description of
    slink:VkCoarseSampleLocationNV::pname:pSampleLocations (internal merge
    request 4365).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/1eae55f4c780fb0f0aa990071fe158d2a70e7429
Title: Vulkan API specifications 1.2.170 released
Post by: JeGX on February 15, 2021, 05:50:22 PM
Quote
Change log for February 15, 2021 Vulkan 1.2.170 spec update:

  * Update release number to 170 for this update.

Internal Issues:

  * Add missing language for zero hit groups to the <<shader-binding-table,
    Shader Binding Table>> section and related valid usage statements
    (internal issue 2505).

New Extensions:

  * `<<VK_KHR_synchronization2>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/815e07c850d642d996292f5cdec25d41ecdff0d0

New extension:
- VK_KHR_synchronization2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_synchronization2.txt)
Quote
This extension modifies the original core synchronization APIs to simplify
the interface and improve usability of these APIs.
It also adds new pipeline stage and access flag types that extend into the
64-bit range, as we have run out within the 32-bit range.
The new flags are identical to the old values within the 32-bit range, with
new stages and bits beyond that.
Title: Vulkan API specifications 1.2.171 released
Post by: JeGX on March 03, 2021, 10:26:37 AM
Quote
Change log for March 1, 2021 Vulkan 1.2.171 spec update:

  * Update release number to 171 for this update.

Github Issues:

  * Use `strictly increasing` rather than `monotonically increasing` in the
    definition of <<glossary, timeline semaphores>> (public issue 1424).
  * Add missing raytracing pipeline creation information from
    `<<VK_KHR_pipeline_executable_properties>>` to
    flink:vkGetPipelineExecutableStatisticsKHR and
    flink:vkGetPipelineExecutableInternalRepresentationsKHR valid usage
    statements (public issue 1433).
  * Add missing `SPV_EXT_shader_atomic_float` to `vk.xml` (public issue
    1447).
  * Fix ename:VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL to
    ename:VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT in synchronization
    valid usage statement 03938 (public issue 1458).
  * Correct the <<interfaces-resources-setandbinding, DescriptorSet and
    Binding Assignment>> "`noteworthy example`" to refer to code:OpTypeImage
    code:Samplerd=1, not code:OpTypeSampler code:Sampled=1 (public pull
    request 1459).
  * Clarify that the value of slink:VkViewport::pname:minDepth is not
    restricted relative to pname:maxDepth (Vulkan-Headers public issue 180).
  * Add valid usage statement to <<spirvenv-module-validation-standalone,
    Standalone SPIR-V Validation>> specifying that push constant array
    members must only be accessed with dynamically uniform indices
    (SPIRV-Tools public issue 2909)
  * Add valid usage statement to <<spirvenv-module-validation-standalone,
    Standalone SPIR-V Validation>> specifying when the code:Flat decoration
    must be used (SPIRV-Tools public issue 3154)

Internal Issues:

  * Specifiy the maximum allowed pname:depthBias unit for
    flink:vkCmdSetDepthBias (internal issue 2455).
  * Add `"protect"` attribute to provisional extension enumerants, and emit
    them with that symbol for runtime conditional inclusion from
    `vulkan_core.h`. Update description of ename:VK_ENABLE_BETA_EXTENSIONS
    to match (internal issue 2481).
  * Add valid usage statement to slink:VkImageViewCreateInfo to ban 3D image
    views when the ename:VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT is
    set (internal issue 2501).
  * Add explicit language for the zero hit group intersection shader to the
    <<ray-intersection-confirmation, Ray Intersection Confirmation>> section
    (internal issue 2505).
  * Add a new <<raytraversal-ray-intersection-candidate-diagram, basic ray
    diagram>> (internal issue 2518).
  * Clarify that acceptable fragment shading rates are less than *or equal*
    to, not just less than, in the description of the
    <<primsrast-fragment-shading-rate-combining final combined shading
    rate>> (internal issue 2524)
  * Refer to correct barycentric coordinates for
    <<ray-intersection-candidate-determination, triangle intersection
    coordinates>> (internal issue 2525).
  * Add valid usage statements to drawing commands to match
    pname:rasterizationSamples in the pipeline state and the current
    attachments (internal merge request 4332).
  * Make use of ename:VK_WHOLE_SIZE consistent with sized flush in valid
    usage statement for slink:VkMappedMemoryRange (internal merge request
    4373).
  * Fix asciidoctor ifdef markup around
    ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT (internal merge request 4383).
  * Move improperly placed valid usage statements from
    slink:VkImageViewCreateInfo to slink:VkImageCreateInfo (internal merge
    request 4390).
  * Add valid usage statements to <<spirvenv-module-validation-standalone,
    Standalone SPIR-V Validation>> for pname:minTexelGatherOffset and
    pname:minTexelGatherOffset.
  * Make <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> valid usage statement 04681 unconditional, rather than
    having two versions when a relevant Vulkan extension is or is not
    enabled, since this is *standalone* validation.

New Extensions

  * `<<VK_QNX_screen_surface>>` (public pull request 1449).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/31a6292b5f23b4d79b3056a087d3e2a337a285e3

New extension:
VK_QNX_screen_surface (BlackBerry) (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QNX_screen_surface.txt)
Quote
The `VK_QNX_screen_surface` extension is an instance extension.
It provides a mechanism to create a slink:VkSurfaceKHR object (defined by
the `<<VK_KHR_surface>>` extension) that refers to a QNX Screen code:window,
as well as a query to determine support for rendering to a QNX Screen
compositor.
Title: Vulkan API specifications 1.2.172 released
Post by: JeGX on March 16, 2021, 03:18:28 PM
Quote
Change log for March 8, 2021 Vulkan 1.2.172 spec update:

  * Update release number to 172 for this update.

Internal Issues:

  * Remove asciidoctor conditional markup for extensions from
    <<spirvenv-module-validation-standalone, Standalone SPIR-V valid usage
    statements>>, and add a note to this effect for future additions
    (internal issue 2512).
  * Update the descriptions (and related validation rules) of
    code:uniformAndStorageBuffer8BitAccess and
    code:uniformAndStorageBuffer16BitAccess to only refer to the
    code:Uniform storage class; and update the 16-bit storage feature
    validation rules to refer to 16-bit floating-point, similarly to the
    feature descriptions. These changes are in the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    <<features-requirements, Feature Requirements>> sections (internal issue
    2535).
  * Ban recursion in tlink:PFN_vkDebugUtilsMessengerCallbackEXT callbacks,
    for consistency of `<<VK_EXT_debug_utils_callbacks>>` with
    `<<VK_EXT_device_memory_report>>` and the rules for
    slink:VkAllocationCallbacks (internal issue 2537).
  * Remove dependency on `<<VK_KHR_create_renderpass2>>` from `vk.xml` for
    `<<VK_KHR_synchronization2>>` (internal issue 2539).
  * Add the transform feedback pipeline stage as valid for
    ename:VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT access (internal
    merge request 4355).
  * Fix typo in `<<VK_EXT_debug_utils>>` examples (internal merge request
    4395).
  * Fix typo to refer to "`buffer view`" rather than "`image view`" in the
    valid usage statements for code:OpImageWrite (internal merge request
    4398).
  * Fix typo in the mandatory features section related to
    `<<VK_KHR_ray_tracing_pipeline>>` (internal merge request 4406).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d2d9ed985ef74f3c5252ac713367b98815e9188f
Title: Vulkan API specifications 1.2.173 released
Post by: JeGX on March 26, 2021, 11:35:11 AM
Quote
Change log for March 21, 2021 Vulkan 1.2.173 spec update:

  * Update release number to 173 for this update.

Github Issues:

  * Fix valid usage statement for flink:vkCmdBeginQueryIndexedEXT to allow
    multiple active queries of the same type, as long as their index values
    are different (public issue 1357).
  * Fix tagging for slink:VkPhysicalDeviceVulkan11Features in `vk.xml`
    (public issue 1437).
  * Update the <<WSI Swapchain>> chapter's use of "`release`" and
    "`present`" terminology (public pull request 1470).
  * Migrate from Azure Pipelines to Github Actions for CI, and use updated
    Khronos Docker image to build (public pull request 1473).

Internal Issues:

  * Document requirements for extension <<extensions-feature-structures,
    Feature Structures>> (internal issue 2503).
  * Add missing valid usage statements for slink:VkAttachmentReference2 and
    separate depth/stencil layouts (internal issue 2509).
  * Clarify interactions between `<<VK_EXT_buffer_device_address>>` and
    Vulkan 1.2 in slink:VkDeviceCreateInfo valid usage (internal issue
    2530).
  * Allow variation in number of acceleration structure handles following a
    top-level acceleration structures for
    flink:vkCmdCopyAccelerationStructureToMemoryKHR (internal issue 2538).
  * Specify implementation requirement for device timestamps in the
    description of elink:VkTimeDomainEXT (internal issue 2551).
  * Update valid usage ID assignment and extraction scripts to handle IDs
    containing function pointer names (internal issue 2557).
  * Move some runtime restrictions to
    <<spirvenv-module-validation-standalone Standalone SPIR-V>> valid usage
    statements (internal merge request 4286).
  * Use new version of the HTML asciidoctor-chunker, which runs much faster,
    and a new Docker image which omits the old implementation of the chunker
    (internal merge request 4391).
  * Fix <<devsandqueues-devices, logical device creation language>> for
    Vulkan 1.1 (internal merge request 4405).
  * Modify scripts to enable platform extensions to be filtered by the
    `"supported"` attribute in `vk.xml` (internal merge request 4411).
  * Add common valid usage statement for draw/dispatch commands on format
    support for mip filters (internal merge request 4413).
  * Fix valid usage statement extractor (vu-to-json) to add padding after
    inserted list items, so they don't absorb other markup that might come
    after in the document (internal merge request 4423).
  * Disallow shadow lookups on 3D images in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section. This is not supported on all hardware, and should not have been
    allowed (internal merge request 4424).

New Extensions:

  * `<<VK_FUCHSIA_external_memory>>`
  * `<<VK_FUCHSIA_external_semaphore>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0d5fb72f39c4282edf1754ce5eed0654f7960cb4


New extensions:
- VK_FUCHSIA_external_memory (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_FUCHSIA_external_memory.txt)
Quote
Vulkan apps may wish to export or import device memory handles to or from
other logical devices, instances or APIs.

This memory sharing can eliminate copies of memory buffers when different
subsystems need to interoperate on them.
Sharing memory buffers may also facilitate a better distribution of
processing workload for more complex memory manipulation pipelines.

- VK_FUCHSIA_external_semaphore (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_FUCHSIA_external_semaphore.txt)
Quote
An application using external memory may wish to synchronize access to that
memory using semaphores.
This extension enables an application to export semaphore payload to and
import semaphore payload from Zircon event handles.
Title: Vulkan API specifications 1.2.174 released
Post by: JeGX on March 29, 2021, 04:57:04 PM
Quote
Change log for March 29, 2021 Vulkan 1.2.174 spec update:

  * Update release number to 174 for this update.

Github Issues:

  * Add a common header macro dname:VK_USE_64_BIT_PTR_DEFINES to specify at
    compile time whether non-dispatchable handles are declared using a
    64-bit pointer type, or a 64-bit unsigned interger type. NOTE: it is
    possible that the complex platform-dependent C preprocessor block will
    move from vk.xml into the static (non-generated) vk_platform.h header in
    the near future (partially addresses public issue 1431, in addition to
    internal needs).
  * Clarify code:PatchVertices documentation for tessellation shaders
    (public pull request 1475).

Internal Issues:

  * Add valid usage statements restricting bitfield operations to 32-bit
    types in the <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> section (internal issue 2561).
  * Update registry documentation to require providing the `type` attribute
    of `enum` tags when they are specifying compile-time constants, and
    change the accepted values of the attribute to a small set of C scalar
    type names, instead of schema-specific names. The XML schema itself
    would ideally be updated to match, but we don't know how to do that yet
    (internal issue 2564). NOTE: it is possible this will affect downstream
    consumers of `vk.xml`, although we consider this unlikely.
  * Document in the style guide that bits reserved in corresponding 32- and
    64-bit bitmasks should be reserved in both types (internal merge issue
    2565).
  * Add output generator options to generate MISRA-friendly headers, and
    check generator scripts to avoid generating etext:RESERVED 64-bit
    bitflag names specified by `disabled` extensions in `vk.xml` (internal
    merge request 4239, internal issue 2572).
  * Clarify that compressed copies need to round up division in the
    computation `rowLength` and `imageHeight` in the sample code for the
    <<copies-buffers-images-addressing, Buffer and Image Addressing>>
    section (internal merge request 4439).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3fefdc503242ce529330c51a869ed99a069a3010
Title: Vulkan API specifications 1.2.175 released
Post by: JeGX on April 13, 2021, 04:20:04 PM
Quote
Change log for April 13, 2021 Vulkan 1.2.175 spec update:

  * Update release number to 175 for this update.

Github Issues:

  * Specify that fragment shader invocations in the same quad scope are also
    in the same primitive scope (public issue 1465).
  * Fix an incorrect reference to ename:VK_SHARING_MODE_CONCURRENT to the
    correct ename:VK_SHARING_MODE_EXCLUSIVE in the queue transfer wording
    for slink:VkBufferMemoryBarrier2KHR (public issue 1479).
  * Fix description of <<vertexpostproc-clipping, Primitive Clipping>>
    (public issues 1480 and 1481).

Internal Issues:

  * Use consistent language in describing <<features, feature>> and
    <<limits, property (limit)>> queries. In particular, a few structures
    were described as being usable to query feature support, but not to set
    it. This was incorrect. All feature structures which can appear in the
    pname:pNext chain of slink:VkPhysicalDeviceFeatures2 can be used to both
    query and set (internal issue 2310).
  * Add `limittype` attributes to the XML schema and to `vk.xml` for
    structure members which are part of physical device property queries, to
    annotate how the resulting properties are interpreted and replace some
    manual interpretation of these properties (internal issue 2427).
  * Improve slink:VkAttachmentDescription2 wording around the use of
    slink:VkAttachmentDescriptionStencilLayout for specifying the stencil
    aspect layout (internal issue 2496).
  * Split the <<extendingvulkan-coreversions-versionnumbers, major version
    field>> of a packed pname:apiVersion value, introducing a new `variant`
    field. This field allows identification of APIs based on Vulkan, but not
    fully compatible with Vulkan applications. Vulkan is variant 0, making
    the change backwards compatible with the previous definition of
    pname:apiVersion. This change was introduced to enable variants of the
    Vulkan API that Khronos may release in the future, in particular the
    in-development Vulkan SC API. It is purely a future-proofing measure and
    no near-term further use is planned. To support this split, a set of new
    macros is introduced: dname:VK_API_VERSION_VARIANT,
    dname:VK_API_VERSION_MAJOR, dname:VK_API_VERSION_MINOR, and
    dname:VK_API_VERSION_PATCH (internal issue 2531).
  * Clarify that the slink:VkRectLayerKHR members of a
    slink:VkPresentRegionKHR structure must not be transformed to align with
    the swapchain's pname:pTransform. The presentation engine must do this
    transform (internal issue 2571).
  * Fix minor issues with exposed asciidoctor markup in spec outputs
    (internal issue 2576).
  * Tighten up wording around pool entries of mutable descriptor types. for
    slink:VkDescriptorPoolCreateInfo (internal issue 2578).
  * Expand on wording of code:FPRoundingMode valid usage statement in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section (internal merge request 4298).
  * Document interaction with `<<VK_KHR_fragment_shading_rate>>` for
    `<<VK_QCOM_render_pass_transform>>` (internal merge request 4221).
  * Require compile-time constants be explicitly tagged as unsigned or float
    in `vk.xml`. Modify the generator scripts and schema documentation to
    require `type` attributes for such constants. This allows generating
    headers compliant with MISRA section 10.4 requirements, where needed
    (internal merge request 4451).
  * Minor editorial fixes (internal merge request 4454).
  * Disallow code:*Offset* decorations on storage images
    in the <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> section (internal merge request 4465).
  * Improve the code: macro used in spec markup to allow imbedded wildcards
    separating words and a trailing wildcard (internal merge request 4466).
  * Modify `vk.xml` `requires` attributes to reorder definitions of
    dname:VK_DEFINE_NON_DISPATCHABLE_HANDLE and dname:VK_NULL_HANDLE. This
    prevents a corner case where the app overriding the first macro
    explicitly would prevent definition of dname:VK_NULL_HANDLE (internal
    merge request 4476).

New Extensions:

  * `<<VK_EXT_color_write_enable>>`
  * `<<VK_EXT_vertex_input_dynamic_state>>`
  * `<<VK_EXT_ycbcr_2plane_444_format>>`
  * `<<VK_NV_inherited_viewport_scissor>>`
  * Vulkan video core & codecs provisional extension package, including
  ** `<<VK_KHR_video_queue>>`
  ** `<<VK_KHR_video_decode_queue>>`
  ** `<<VK_KHR_video_encode_queue>>`
  ** `<<VK_EXT_video_decode_h264>>`
  ** `<<VK_EXT_video_decode_h265>>`
  ** `<<VK_EXT_video_encode_h264>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b82ae46bb82c7a522509fd7b8f3d92a311c1b5a5

New extensions:

- VK_EXT_color_write_enable (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_color_write_enable.txt)
Quote
This extension allows for selectively enabling and disabling writes to
output color attachments via a pipeline dynamic state.

The intended use cases for this new state are mostly identical to those of
colorWriteMask, such as selectively disabling writes to avoid feedback loops
between subpasses or bandwidth savings for unused outputs.
By making the state dynamic, one additional benefit is the ability to reduce
pipeline counts and pipeline switching via shaders that write a superset of
the desired data of which subsets are selected dynamically.
The reason for a new state, colorWriteEnable, rather than making
colorWriteMask dynamic is that, on many implementations, the more flexible
per-channel semantics of the colorWriteMask state cannot be made dynamic in
a performant manner.


- VK_EXT_vertex_input_dynamic_state (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_vertex_input_dynamic_state.txt)
Quote
One of the states that contributes to the combinatorial explosion of
pipeline state objects that need to be created, is the vertex input binding
and attribute descriptions.
By allowing them to be dynamic applications may reduce the number of
pipeline objects they need to create.

This extension adds dynamic state support for what is normally static state
in slink:VkPipelineVertexInputStateCreateInfo.


- VK_EXT_ycbcr_2plane_444_format (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_ycbcr_2plane_444_format.txt)
Quote
This extension adds some {YCbCr} formats that are in common use for video
encode and decode, but were not part of the
<<VK_KHR_sampler_ycbcr_conversion>> extension.


- VK_NV_inherited_viewport_scissor (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_inherited_viewport_scissor.txt)
Quote
This extension adds the ability for a secondary command buffer to inherit
the dynamic viewport and scissor state from a primary command buffer, or a
previous secondary command buffer executed within the same
flink:vkCmdExecuteCommands call.
It addresses a frequent scenario in applications that deal with window
resizing and want to improve utilization of re-usable secondary command
buffers.
The functionality is provided through
slink:VkCommandBufferInheritanceViewportScissorInfoNV.
Viewport inheritance is effectively limited to the 2D rectangle; secondary
command buffers must re-specify the inherited depth range values.
Title: Vulkan API specifications 1.2.176 released
Post by: JeGX on April 19, 2021, 03:28:19 PM
Quote
Change log for April 19, 2021 Vulkan 1.2.176 spec update:

  * Update release number to 176 for this update.

Github Issues:

  * Fix many typos (based on public issues 1483 & 1484).
  * Fix an error in the definition of dname:VK_NULL_HANDLE which caused a
    compilation error with one version of MSVC (public issue 1502).
  * Remove duplicate requirement for elink:VkStructureType from
    dname:VK_VERSION_1_0 block of `vk.xml` (public merge request 1504).

Internal Issues:

  * Modify extension metadoc generator to include Contact information in
    extension reference pages (internal issue 2611).
  * Fix XML consistency checker script to add exceptions to naming patterns
    for new extensions (internal merge request 4491).
  * Clean up latest revision numbers in some video extension appendices to
    be integers, for compatibility with the consistency checker script
    (internal merge request 4492).
  * Mark slink:VkIndirectCommandsLayoutCreateInfoNV pname:flags member as
    `optional` in `vk.xml` (internal merge request 4501).

New Extensions:

  * `<<VK_EXT_extended_dynamic_state2>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/67f599afee77b0e598e7a325f13b9878edcacdfd

New extension:
- VK_EXT_extended_dynamic_state2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_extended_dynamic_state2.txt)
Quote
This extension adds some more dynamic state to support applications that
need to reduce the number of pipeline state objects they compile and bind.
Title: Vulkan API specifications 1.2.177 released
Post by: JeGX on April 26, 2021, 03:18:27 PM
Quote
Change log for April 26, 2021 Vulkan 1.2.177 spec update:

  * Update release number to 177 for this update.

Github Issues:

  * Add valid usage statement to flink:vkDestroyImage to prevent destruction
    of presentable images acquired from flink:vkGetSwapchainImagesKHR
    (public Vulkan-ValidationLayers issue 2718).

Internal Issues:

  * Add proposal template for new feature development (internal issue 2529).
  * Remove valid usage statement 03361 from flink:vkCmdBindVertexBuffers2EXT
    (internal issue 2600).
  * Finish fixing refpage formatting issues for the new video extensions
    (internal issue 2611).
  * Invert direction of ray space matrix to correct the
    <<ray-intersection-candidate-determination, ray/triangle sidedness
    test>> (internal merge request 4480).
  * Fix capitalization of etext:*_EXTENSION_NAME and etext:*_SPEC_VERSION
    tokens for `<<VK_QCOM_render_pass_store_ops>>` (internal merge request
    4490).
  * Don't generate etext:*_MAX_ENUM tokens for 64-bit flag types. Note that
    these tokens are *explicitly* not part of the Vulkan API and are not
    included in the Specification, only in generated headers. They are added
    to enumerated types to ensure padding to 32 bits, but are completely
    pointless for the 64-bit flag types, which are defined as integer
    constants rather than enumerants (internal merge request 4493).
  * Remove empty VK_ENABLE_BETA_EXTENSION guards from headers when disabling
    extensions (internal merge request 4498).
  * Reproduce valid usage statement constraining pname:query from
    flink:vkCmdBeginQuery to
    flink:vkCmdWriteAccelerationStructuresPropertiesKHR (internal merge
    request 4520).

New Extensions:

  * `<<VK_EXT_provoking_vertex>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/88da24862cf91d692801c6ae64665d26d39f06c4

New extension:

- VK_EXT_provoking_vertex (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_provoking_vertex.txt)

Quote
This extension allows changing the provoking vertex convention between
Vulkan's default convention (first vertex) and OpenGL's convention (last
vertex).

This extension is intended for use by API-translation layers that implement
APIs like OpenGL on top of Vulkan, and need to match the source API's
provoking vertex convention.
Applications using Vulkan directly should use Vulkan's default convention.

Title: Vulkan API specifications 1.2.178 released
Post by: JeGX on May 17, 2021, 07:42:51 PM
Quote
Change log for May 10, 2021 Vulkan 1.2.178 spec update:
  * Update release number to 178 for this update.

Github Issues:

  * Add `optional` attribute to pname:pFragmentShadingRateAttachment member
    of slink:VkFragmentShadingRateAttachmentInfoKHR, to match specification
    text (public issue 1482).
  * Lots of minor markup and phrasing fixes (public issue 1482).
  * Additional fixes specific to ray tracing extensions, including a few
    duplicate valid usage statements, incorrect descriptions of structure
    members, and incorrect SPIR-V opcodes (public issue 1483).
  * Fix formatting around "`Special Use`" sections in generated refpages
    (public issue 1518).

Internal Issues:

  * Language cleanup including removing contractions, and some wording in
    more egregious violation of the style guide.
  * Make parameter handling text in the
    <<deferred-host-operations-requesting, Requesting Deferral>> section
    consistent with the <<fundamentals>> chapter (internal issue 2018).
  * Relax slink:VkCopyDescriptorSet valid usage statements to remove some
    constraints on copying descriptors from sets residing in host memory
    other kinds of sets (internal issue 2610).
  * Clarify the definition of "`intersection`" in the
    <<ray-intersection-candidate-determination, Ray Intersection Candidate
    Determination>> section (internal issue 2623).
  * Allow pname:stride to equal buffer size in
    slink:VkStridedDeviceAddressRegionKHR (internal issue 2631).
  * Fix the ray tracing shader interface table in the
    <<interfaces-raypipeline, Ray Tracing Pipeline Interface>> section
    (internal issue 2640).
  * Try to use consistently-phrased descriptions of etext:*FlagBits* members
    and parameters everywhere (internal issue 2656).
  * Replace "`optional pointer`" terminology with "`NULL or a pointer`" (and
    similar uses), and update the style guide accordingly (internal issue
    2662).
  * Modify wording of some pipeline creation valid usage statements to tidy
    up cases where certain state isn't required (internal merge request
    4496).
  * Clarify consistent <<descriptorsets-updates-consecutive, consecutive
    binding updates>> (internal merge request 4500).
  * Clarify that code:scalarBlockLayout is supported on the
    code:ShaderRecordBufferKHR storage class in the
    <<interfaces-resources-standard-layout, Standard Buffer Layout>> section
    (internal merge request 4525).
  * Hide boilerplate Features and Properties text where it incorrectly
    appeared outside the descriptions of feature and property structures,
    respectively (internal merge request 4541).
  * Add missing section headers to the
    `<<VK_KHR_zero_initialize_workgroup_memory>> appendix (internal merge
    request 4553).
  * Add missing `R64ui` and `R64i` entries to the SPIR-V
    <<spirvenv-format-type-matching tables, image format matching tables>>
    for `<<VK_EXT_shader_image_atomic_int64>>` (internal
    Tracker/vk-gl-cts#2885).

New Extensions:

  * `<<VK_NVX_binary_import>>` (only appendix and XML - no spec language yet).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/dfe3bcd0e1b7239e2d6ae8b6afe563780a711854

New extension:
VK_NVX_binary_import (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NVX_binary_import.txt)
Quote
This extension allows applications to import CuBIN binaries and execute them.
Title: Vulkan API specifications 1.2.179
Post by: JeGX on June 28, 2021, 12:27:56 PM
Quote
Change log for May 24, 2021 Vulkan 1.2.179 spec update:
  * Update release number to 179 for this update.

Github Issues:

  * Require that the queried
    slink:VkPhysicalDeviceExternalMemoryHostPropertiesEXT::pname:minImportedHostPointerAlignment
    is a power of two (public issue 1442).
  * Fix direction of enum aliasing for fragment shading rate extensions,
    so NV tokens don't show up in a KHR-only specification build
    (public issue 1482).
  * Split the new <<fundamentals-validusage, Valid Usage>> section off from
    its previous location within the <<fundamentals-errors, Errors>> section
    (public pull request 1503).
  * Correct some typos in stage parameter names (public pull request 1507).
  * Fix minor markup issues (public pull request 1508).
  * Add missiong `optional` attribute to
    flink:vkGetPhysicalDeviceVideoFormatPropertiesKHR::pname:pVideoFormatPropertyCount
    in `vk.xml` (public pull request 1514).
  * Add additional header dependecies for external code:Std* types in the
    provisional video extensions (public pull request 1515).
  * Tagged slink:VkCuModuleCreateInfoNVX::pname:pName as
    `len="null-terminated"` in `vk.xml` (public issue 1526).
  * Fix `:anchor-prefix:` markup showing up in spec outputs due to
    overzealous whitespace removal (public issue 1530).
  * Protect use of `__cplusplus` macro in a preprocessor test in the headers
    (public Vulkan-Headers issue 4).

Internal Issues:

  * Rephrase the language describing lifetime of EDID query results for
    slink:VkDisplayPropertiesKHR to be more precise (internal issue 695).
  * Clarify descriptor pool size aggregation behavior for
    slink:VkDescriptorPoolCreateInfo.txt (internal issue 2577).
  * Make valid usage statements for slink:VkImportMemoryFdInfoKHR and
    slink:VkMemoryGetFdInfoKHR properly enforce the relationship between
    pname:fd and pname:handleType (internal issue 2607).
  * Add missing common, non-indirect shared valid usage statements for
    flink:vkCmdDispatchBase (internal issue 2625).
  * Call out precision of pname:subPixelPrecisionBits clearly in the
    <<vertexpostproc-viewport, Controlling the Viewport>> section (internal
    issue 2635)
  * Do not allow code:RayPayloadKHR on any-hit shaders in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section (internal issue 2640).
  * Simplify specification language for sname:VkMemoryDedicatedRequirements
    (internal issue 2661).
  * Remove `optional="true"` attributes from XML for
    slink:VkSurfaceCapabilities* members pname:supportedTransforms,
    pname:supportedCompositeAlpha, and pname:supportedUsageFlags, matching
    descriptions in the specification (internal issue 2666).
  * Add a concurrent deferred host operation example to the
    `<<VK_KHR_deferred_host_operations>>` appendix (internal issue 2677).
  * Add a NOTE to slink:VkAccelerationStructureCompatibilityKHR encouraging
    host-cachable memory for host acceleration structure builds (internal
    issue 2682).
  * Remove redundant language in basetype:VkSampleMask duplicating valid
    usage statements for slink:VkGraphicsPipelineCreateInfo (internal issue
    2624).
  * Allow `<<VK_EXT_shader_image_atomic_int64>>` to enable the
    code:shaderImageInt64Atomics SPIR-V feature in `vk.xml` (internal SPIR-V
    issue 644).
  * Add valid usage statement to fname:vkCmdWriteTimestamp* for the
    pname:query index in pname:queryPool (internal merge request 4528).
  * Add valid usage statements to flink:vkQueueSubmit2KHR for pname:fence
    (internal merge request 4530).
  * Add *GlCompute* to the disallowed *Output* storage classes in shared valid
    usage statement 04644 for ray tracing functionality (internal merge
    request 4532).
  * Remove redundant code:Patch decoration shared valid usage statement 04671
    (internal merge request 4530).
  * Make the code:sparseImage*Atomics features a superset of the corresponding
    code:shaderImage*Atomics features, in the slink:VkDeviceCreateInfo valid
    usage statements and the <<features-requirements, Feature Requirements>>
    section (internal merge request 4561).
  * Add `specialuse="glemulation,d3demulation"` attribute to XML for
    `<<VK_EXT_custom_border_color>>` (internal merge request 4564).
  * Make array count and pointer-to-array parameter / member descriptions
    more consistent (internal merge request 4566).
  * Add third-level section headings to the <<memory-device, Device Memory>>
    section for clarity (internal merge request 4567).
  * Use the terminology "`drawing/dispatching command`" consistently, add it
    to the style guide, and remove occasional use of "`record`" or "`perform`"
    in refpage summaries of ftext:vkCmd* (internal merge request 4569).
  * Use asciidoctor attributes to genericize more instances of header file
    names, to enable future variant APIs (internal merge request 4581).
  * Fix SVG for some images that render incorrectly in Chrome on MacOS
    (internal merge request 4583).
  * Move some valid usage statements for
    `<<VK_QCOM_render_pass_shader_resolve>>` into
    slink:VkGraphicsPipelineCreateInfo, slink:VkRenderPassCreateInfo2, and
    the <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> section (internal merge request 4584).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/e840a78772b61abaf6aabcc4e3f44ee9d7afce55
Title: Vulkan API specifications 1.2.180
Post by: JeGX on June 28, 2021, 12:32:39 PM
Quote
Change log for June 7, 2021 Vulkan 1.2.180 spec update:
  * Update release number to 180 for this update.

Github Issues:

  * Add more details about zero shader group handles and draw linkage to
    etext:VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL* flags (public issue 1487).
  * Clarify that semaphore operations don't do work in a specific pipeline
    stage in slink:VkSemaphoreSubmitInfoKHR::pname:stageMask (public issue
    1501).
  * Fix markup in shared valid usage statements 03766 / 03767 (public issue
    1528).

Internal Issues:

  * Grammatical improvements for various ray tracing sections. Add statement
    that AABB intersections may be false-positives (internal issue 2597).
  * Disambiguate ASTC HDR block error handling in
    <<appendix-compressedtex-astc, ASTC Compressed Image Formats>> and the
    following "`ASTC decode mode`" section (internal issue 2603).
  * Fix some holes in `<<VK_EXT_vertex_input_dynamic_state>>`, including
    adding some missing common draw validity statements; an interaction
    with VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT; an interaction
    with code:nullDescriptor to flink:vkCmdBindVertexBuffers2EXT; and
    language to
    slink:VkGraphicsPipelineCreateInfo::pname:pVertexInputState (internal
    issue 2637, 2684).
  * Make elink:VkAccessFlagBits and elink:VkAccessFlagBits2KHR descriptions
    consistent and reorganize them in matching order (internal issue 2650).
  * Add slink:VkSpecializationInfo::pname:pMapEntries valid usage
    statement requiring the pname:constantID values be unique (internal
    issue 2668).
  * Clarify <<[[queries-wait-bit-not-set, the cases in which
    flink:vkGetQueryPoolResults returns VK_NOT_READY>> (internal issue
    2676).
  * Add spec language and refpages for API constants. With this change all
    APIs should be defined in the spec (internal issue 2698).
  * Move some restrictions in the <<interfaces, Shader Interfaces>> chapter
    into the <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> section (internal merge request 4537).
  * Add missing member descriptions to slink:VkSurfaceCapabilities2EXT
    (internal merge request 4544).
  * Update glossary definition of "`Aspect`" to accomodate copy commands
    which can operate on multiple aspects (internal merge request 4586).
  * Add ename:VK_VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHING_EXT
    enum to provide a standard way to disable caching of shader validation
    results (internal merge request 4589).
  * Remove the `pipeline` attribute from `vk.xml`, and the corresponding
    "`Pipeline Types`" column from the generated command properties tables.
    The `queues` attribute should be used instead (internal merge request
    4594).
  * Fix typos and improve consistency in the provisional video extension
    language (internal merge request 4598).
  * Use "`implementation-dependent`" spelling consistently, and update the
    style guide to match (internal merge request 4611).
  * Update <<ray-intersection-candidate-determination, ray tracing
    intersection equation>> for triangles to match other API. This cannot be
    distinguished in practice (internal vk-gl-cts issue 2846).

New Extensions:

  * `<<VK_KHR_shader_subgroup_uniform_control_flow>>`
  * `<<VK_EXT_global_priority_query>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b4e8cd820b2487bc892b391fb26b49501473a6a6

New extensions:

- VK_KHR_shader_subgroup_uniform_control_flow (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_subgroup_uniform_control_flow.txt)
Quote
This extension allows the use of the `SPV_KHR_subgroup_uniform_control_flow`
SPIR-V extension in shader modules.
`SPV_KHR_subgroup_uniform_control_flow` provides stronger guarantees that
diverged subgroups will reconverge.

Developers should utilize this extension if they use subgroup operations to
reduce the work performed by a uniform subgroup.
This extension will guarantee that uniform subgroup will reconverge in the
same manner as invocation groups

- VK_EXT_global_priority_query (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_global_priority_query.txt)
Quote
This device extension allows applications to query the global queue
priorities supported by a queue family.
It allows implementations to report which global priority levels are treated
differently by the implementation, instead of silently mapping multiple
requested global priority levels to the same internal priority, or using
device creation failure to signal that a requested priority is not
supported.
It is intended primarily for use by system integration along with certain
platform-specific priority enforcement rules.
Title: Vulkan API specifications 1.2.181
Post by: JeGX on June 28, 2021, 12:33:59 PM
Quote
Change log for June 14, 2021 Vulkan 1.2.181 spec update:
  * Update release number to 181 for this update.

Github Issues:

  * Add stub slink:VkPipelineLayoutCreateFlagBits <enum> type in `vk.xml` to
    reduce spurious warnings from XML processing scripts that don't respect
    the `supported="disabled"` attribute, and update the registry schema
    documentation to make more clear that `extension` tags with this
    attribute should not be processed (public issue 1549).

Internal Issues:

  * Clarify implicit conversions between the vertex input attribute
    description format and the shader vertex attribute input type in the
    <<fxvertex-attrib-location, Attribute Location and Component
    Assignment>> and <<fxvertex-input-extraction>> sections (internal issue
    902).
  * Add text about the <<interfaces-alignment-requirements, base alignment
    of empty structures>> (internal issue 2174).
  * Clarify the use of rasterization order <<primrast-order,
    "`operations`">> (internal merge request 4582).
  * Allow any pipeline barrier command for queue transfers in the
    <<synchronization-queue-transfers, Queue Family Ownership Transfer>>
    section (internal merge request 4596).
  * Remove potentially confusing reference to
    ename:VK_ERROR_INVALID_SHADER_NV in the description of
    flink:vkCreateShaderModule (internal merge request 4602).
  * Improve visibility of instance creation callbacks by migrating some
    language from the `<<VK_EXT_debug_report>>` and `<<VK_EXT_debug_utils>>`
    appendix examples to the description of slink:VkInstanceCreateInfo
    (internal merge request 4614).
  * Fix markup for sparse image atomic requirements in the
    <<features-requirements, Feature Requirements>> section and for
    slink:VkDeviceCreateInfo valid usage statements (internal merge request
    4618).
  * Correct the definition of
    ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT
    to constrain pname:chromaFilter, not pname:minFilter / pname:magFilter
    (internal merge request 4623).
  * Add level 3 headings in <<pipelines-cache, Pipeline Cache>> section
    (internal merge request 4627).
  * Clarify flink:vkCmdCopyAccelerationStructureKHR to add details on the
    copy command itself, as well as the etext:CLONE and etext:COMPACT copy
    modes (internal merge request 4631).
  * Remove `<mask>` tags from some SVG images in the provisional video
    extensions. These tags are not supported by components of the PDF
    toolchain. Removing them removes many warnings from the PDF build and is
    a workaround for editing the SVGs to use alternate constructs for the
    intended purpose, although it also make these images in the HTML output
    show the same artifacts as the PDF output.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ee9ed265a687fc31837081c6594530c6979235a4
Title: Vulkan API specifications 1.2.182
Post by: JeGX on June 28, 2021, 12:40:47 PM
Quote
Change log for June 21, 2021 Vulkan 1.2.182 spec update:
  * Update release number to 182 for this update.

Github Issues:

  * Add XML attributes & schema updates to link untyped Vulkan object handle
    values to corresponding object types (public issue 1536).

Internal Issues:

  * Automatically generate links to extension proposal documents from
    extension appendices (internal issue 2713).
  * Clean up wording of flink:vkCmdWriteTimestamp and
    flink:vkCmdWriteTimestamp2KHR (internal issue 2425).
  * Fix hpp-compile CI stage after recent changes to Vulkan-Headers
    repository which generate additional header files.

New Extensions:

  * `<<VK_EXT_acquire_drm_display>>` (public pull request 1529).
  * `<<VK_EXT_multi_draw>>`
  * `<<VK_EXT_physical_device_drm>>` (public pull request 1356).
  * `<<VK_HUAWEI_subpass_shading>>`
  * `<<VK_NV_ray_tracing_motion_blur>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/1b32e9d5beeee44d81520cbf35193047e60dbf6b

New extensions:

- VK_EXT_acquire_drm_display (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_acquire_drm_display.txt)
Quote
This extension allows an application to take exclusive control of a display
using the Direct Rendering Manager (DRM) interface.
When acquired, the display will be under full control of the application
until the display is either released or the connector is unplugged.



- VK_EXT_multi_draw (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_multi_draw.txt)
Quote
Processing multiple draw commands in sequence incurs measurable overhead
within drivers due to repeated state checks and updates during dispatch.
This extension enables passing the entire sequence of draws directly to the
driver in order to avoid any such overhead, using an array of
slink:VkMultiDrawInfoEXT or slink:VkMultiDrawIndexedInfoEXT structs with
fname:vkCmdDrawMultiEXT or fname:vkCmdDrawMultiIndexedEXT, respectively.
These functions could be used any time multiple draw commands are being
recorded without any state changes between them in order to maximize
performance.


- VK_EXT_physical_device_drm (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_physical_device_drm.txt)
Quote
This extension provides new facilities to query DRM properties for physical
devices, enabling users to match Vulkan physical devices with DRM nodes on
Linux.


- VK_HUAWEI_subpass_shading (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_HUAWEI_subpass_shading.txt)
Quote
This extension allows applications to execute a subpass shading pipeline in
a subpass of a render pass in order to save memory bandwidth for algorithms
like tile-based deferred rendering and forward plus.
A subpass shading pipeline is a pipeline with the compute pipeline ability,
allowed to read values from input attachments, and only allowed to be
dispatched inside a stand-alone subpass.
Its work dimension is defined by the render pass's render area size.
Its workgroup size (width, height) shall be a power-of-two number in width
or height, with minimum value from 8, and maximum value shall be decided
from the render pass attachments and sample counts but depends on
implementation.


- VK_NV_ray_tracing_motion_blur (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_ray_tracing_motion_blur.txt)
Quote
Ray tracing support in the API provides an efficient mechanism to intersect
rays against static geometry, but rendering algorithms often want to support
motion, which is more efficiently supported with motion-specific algorithms.
This extension adds a set of mechanisms to support fast tracing of moving
geometry:

  * A ray pipeline trace call which takes a time parameter
  * Flags to enable motion support in an acceleration structure
  * Support for time-varying vertex positions in a geometry
  * Motion instances to move existing instances over time

The motion represented here is parameterized across a normalized timestep
between 0.0 and 1.0.
A motion trace using OpTraceRayMotionNV provides a time within that
normalized range to be used when intersecting that ray with geometry.
The geometry can be provided with motion by a combination of adding a second
vertex position for time of 1.0 using
sname:VkAccelerationStructureGeometryMotionTrianglesDataNV and providing
multiple transforms in the instance using
sname:VkAccelerationStructureMotionInstanceNV.
Title: Vulkan API specifications 1.2.183
Post by: JeGX on June 28, 2021, 12:42:08 PM
Quote
Change log for June 28, 2021 Vulkan 1.2.183 spec update:
  * Update release number to 183 for this update.

Github Issues:

  * Rewrite and simplify the <<interfaces-iointerfaces-matching, Interface
    Matching>> section. Clarify that results are undefined if the size of a
    vector mismatches (public issue 666; internal issues 1269, 2059, 2323).
  * Remove inappropriate `const` from `void *pNext` members of
    `returnedonly` structures in `vk.xml` (public issue 1482, internal issue
    2644).
  * Add a NOTE to the <<interfaces, Shader Interfaces>> chapter that SPIR-V
    execution model keywords with extension suffixes will always be present
    in spec builds, even in a build not supporting any extensions, since
    these keywords appear in the unified SPIR-V specification without such
    qualifiers (public issue 1483, internal issue 2621).
  * Modify `vk.xml` to include the Vulkan platform header via the path
    `vulkan/vk_platform.h` rather than just `vk_platform.h`
    (public pull request 1538).
  * Add length annotations for slink:VkCuLaunchInfoNVX (public issue 1548).
  * Describe slink:VkSubpassDescription::pname:pDepthStencilAttachment
    correctly as a pointer to a structure, not a pointer to an array of
    structures (public issue 1561).
  * Fix `structextends` attribute of
    slink:VkPhysicalDeviceRayTracingMotionBlurFeaturesNV, declare its
    pname:pNext member correctly, and fix some typos in the related
    extension language (public issue 1565, internal issue 2724).

Internal Issues:

  * Add explicit valid usage statements for
    flink:vkCmdClearColorImage::slink:VkClearColorValue and
    slink:VkRenderPassBeginInfo::slink:VkClearValue (internal issue 2490).
  * Change the term "`vertex processing {shader} stage`" to
    "`pre-rasterization shader stage`" throughout the specification, link to
    a single definition, and add "`pre-rasterization`" to the glossary
    (internal issue 2634).
  * Add an `<implicitexternsync>` constraint for
    flink:vkResetCommandBuffers::pname:pool (internal issue 2646).
  * Fix typo `vkCmdResetEvent` -> `vkResetEvent` in flink:vkResetEvent valid
    usage statements (internal issue 2651).
  * Fix wording of scope dependencies for slink:VkMemoryBarrier2KHR,
    slink:VkBufferMemoryBarrier2KHR, and slink:VkImageMemoryBarrier2KHR
    members pname:srcAccessMask and pname:dstAccessMask (internal issue
    2654).
  * Require support for pname:shaderInt64 in the <<features-requirements,
    Feature Requirements>> section when pname:atomicInt64 features are
    supported (internal issue 2660).
  * Clarify ray tracing valid usage statements for cases where a parameter
    refers to an acceleration structure that must have been built (internal
    issue 2715).
  * Add a NOTE clarifying shader record buffer uniformity in the
    <<shader-binding-table, Shader Binding Table>> section (internal issue
    2719).
  * Minor clarifications and typo fixes to `<<VK_HUAWEI_subpass_shading>>`
    (internal issue 2722).
  * Add missing <spirvextension> entry in `vk.xml` to enable
    `SPV_KHR_subgroup_uniform_control_flow`
    (internal issue 2733).
  * Move SPIR-V valid usage statement from the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section to <<spirvenv-module-validation-standalone]] Standalone SPIR-V
    Validation>> (internal merge request 4637).
  * Add a new <<spirvenv-image-signedness, Signedness of SPIR-V Image
    Accesses>> section to allow the use of unsigned Sampled Types with
    code:SignExtend and signed code:Format decorations (internal merge
    request 4638).
  * Add missing slink:VkDeviceCreateInfo to `structextends` attribute of
    slink:VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT (internal merge
    request 4652).
  * Remove nonexistent pname:minFragmentSize from the <<limits-minmax, Limit
    Requirements>> table (internal merge request 4655).
  * Fix markup typo for `<<VK_NV_fragment_shader_barycentric>>` ifdef
    (internal merge request 4663).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/1934d6f0eee2ca4a2794fed548521b11a33343a6
Title: Vulkan API specifications 1.2.184 released
Post by: JeGX on July 21, 2021, 07:03:28 PM
Quote
Change log for July 5, 2021 Vulkan 1.2.184 spec update:
  * Update release number to 184 for this update.

Github Issues:

  * Make description of
    slink:VkSparseImageMemoryRequirements::pname:formatProperties.imageGranularity
    consistent by replacing the nested structure descriptions with a simple
    description of pname:formatProperties (public issue 1444).
  * Update `<<VK_HUAWEI_subpass_shading>>` extension to rename
    flink:vkGetSubpassShadingMaxWorkgroupSizeHUAWEI to
    flink:vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI and give it a
    dispatchable slink:VkDevice parameter (public issue 1564).
  * Fix labelling of "`Resource`" reference block in pipeline block
    diagrams (public issue 1582).

Internal Issues:

  * Replace the old <<resources-image-views-compatibility>> table with a
    simplified image type / image view type compatibility table, and move
    the parameter compatibility portions of the table into explicit valid
    usage statements (internal issue 2586).
  * Define the slink:VkPipelinCacheHeaderVersionOne structure in `vk.xml`
    instead of the previous "`Layout for pipeline cache header version one`"
    table (internal merge request 4011).
  * Make the `requires` attribute of the `spirvcapability` XML tag required
    when specifying a structure, even if what's required is
    `"VK_VERSION_1_0"`, to address a problem in the generated table from
    these tags (internal merge request 4689).

New Extensions:

  * `<<VK_NV_extermal_memory_rdma>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/02c265fb0af1eb5e82651e6c001d3790101adf96

New extension:
- VK_NV_external_memory_rdma (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_external_memory_rdma.txt)
Quote
This extension adds support for allocating memory which can be used for
remote direct memory access (RDMA) from other devices.

Title: Vulkan API specifications 1.2.185 released
Post by: JeGX on July 21, 2021, 07:08:37 PM
Quote
Change log for July 20, 2021 Vulkan 1.2.185 spec update:
  * Update release number to 185 for this update.
  * Going forward we will probably be moving the default day for spec
    updates to Tuesday (Pacific time) rather than Monday.

Github Issues:

  * Clarify that only *device* extensions are required to be specified in
    valid usage statement for flink:vkCreateDevice (public issue 1567).
  * Fix extension dependencies for `<<VK_EXT_calibrated_timestamps>>` to
    include `<<VK_KHR_get_physical_device_properties2>>` (public issue
    1568).
  * Conditionalize xref to VkPhysicalDeviceSubgroupProperties in
    `<<VK_KHR_spirv_1_4>>` appendix so it does not show up in a 1.0 spec
    build (public issue 1574).
  * Relax portability usage of the identity swizzle in
    slink:VkImageViewCreateInfo valid usage statement 04465 (public
    KhronosGroup/Vulkan-Portability issue 27).

Internal Issues:

  * Document in the <<extendingvulkan-extensions-extensiondependencies,
    Extension Dependencies>> section that instance extensions do not have
    dependencies on device extensions, and add a similar requirement to the
    description of the `requires` attribute of extension tags in the
    registry schema document (internal issue 2387).
  * Fix `optional` attribute in XML for
    flink:vkCmdBindVertexBuffers2EXT::pname:pBuffers (internal issue 2574).
  * Remove redundant valid usage statements from flink:vkCmdPipelineBarrier,
    flink:vkCmdSetEvent, and flink:vkCmdResetEvent. Add missing VUs for
    slink:VkSubpassDependency and slink:VkSubpassDependency2 (internal issue
    2583).
  * Clarify that
    ename:VK_FORMAT_FEATURE_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR
    must be supported in pname:bufferFeatures (internal issue 2686).
  * Clarify that a valid function pointer pname:fp returned from
    flink:vkGetInstanceProcAddr must not be `NULL` (internal issue 2720).
  * Relax code:Flat, code:NoPerspective, code:Sample, and code:Centroid
    storage class restriction in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section (internal issue 2721).
  * Clarify forward progress behavior of flink:vkAcquireNextImageKHR and
    flink:vkQueuePresentKHR (internal issue 2729).
  * Remove duplicated language describing queue submission in the
    <<fundamentals-execmodel, Execution Model>> and
    <<fundamentals-queueoperation, Queue Operation>> sections (internal
    issue 2736).
  * Describe the new pipeline stage
    ename:VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI in several sections
    of the <<synchronization>> chapter where it was missing (internal issue
    2745).
  * Improve formatting in the <<limits>> chapter, add support for the
    missing optionally: normative word macro, and replace most use of
    (non-normative) "`optionally`" with normative "`can:`". Update style
    guide to add more contractions and remove contractions from the spec.
    add a better description of the pname:shaderDrawParameters feature
    (internal merge requests 4699, 4708).
  * Fix name of parameter
    flink:vkGetMemoryRemoteAddressNV::pname:pMemoryGetRemoteAddressInfo to
    follow Vulkan conventions (internal merge request 4704).
  * Minor fixes for the <<resources-image-views-compatibility, image view
    compatibility table>> and related minor spec language fixes elsewhere
    (internal merge request 4709).

New Extensions:

  * `<<VK_EXT_shader_atomic_float2>>`
  * `<<VK_HUAWEI_persistent_thread>>`
  * `<<VK_KHR_present_id>>`
  * `<<VK_KHR_present_wait>>`

Miscellany:

  * Happy Lunar Landing Day!

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/62e02d5234fbbbd997d7c71099373a273a27dbf8

New extenions:
- VK_EXT_shader_atomic_float2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_shader_atomic_float2.txt)
Quote
This extension allows a shader to perform 16-bit floating-point atomic
operations on buffer and workgroup memory as well as floating-point atomic
minimum and maximum operations on buffer, workgroup, and image memory.

- VK_KHR_present_id (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_present_id.txt)
Quote
This device extension allows an application that uses the
`<<VK_KHR_swapchain>>` extension to provide an identifier for present
operations on a swapchain.


- VK_KHR_present_wait (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_present_wait.txt)
Quote
This device extension allows an application that uses the
`<<VK_KHR_swapchain>>` extension to wait for present operations to complete.
An application can use this to monitor and control the pacing of the
application by managing the number of outstanding images yet to be
presented.
Title: Vulkan API specifications 1.2.187 released
Post by: JeGX on August 09, 2021, 09:25:32 PM
Quote
Change log for August 3, 2021 Vulkan 1.2.187 spec update:
  * Update release number to 187 for this update.

Github Issues:

  * Add glossary terms for "`pipeline ray tracing instructions`" and "`ray
    tracing commands`" (public issue 1578).
  * Limit the code:OpTypeImage code:Unknown format restriction to storage
    images in the <<spirvenv-module-validation-runtime, Runtime SPIR-V
    Validation>> section (public issue 1588).
  * Fix slink:VkRect2D::pname:extent in a few places where it was
    misreferenced as pname:offset (public pull request 1590).

Internal Issues:

  * Clarify that depth values outside the range [0,1] become undefined
    following the depthClamp stage of the pipeline, by rearranging the
    <<fragops-depth, Depth Test>> section and adding a new "`Depth Clamping
    and Range Adjustment`" subsection (internal issues 2445, 2753).
  * Clarify valid usage statement 01843 for slink:VkDeviceQueueInfo2 to
    match similar statement for flink:vkGetDeviceQueue, and split off part
    of it into a new VU statement (internal issue 2645).
  * Fix a few enumerant and member names in the provisional video extensions
    to comply with the spec style guidelinse (internal issue 2710).
  * Update the descriptions of flink:vkCmdDrawMultiEXT and
    flink:vkCmdDrawMultiIndexedEXT to clarify how they are equivalent to
    calling underlying drawing commands multiple times with different
    parameters (internal issue 2757).
  * Renumber VUIDs which duplicated the numeric portion of another
    non-common VUID, and add a duplicate number detection test to CI to
    prevent recurrences (internal issue 2764).
  * Make code:SubgroupSize command scope uniform in compute dispatches
    (internal issue 2773).
  * Expand the list of valid image layouts for
    <<attachment-type-imagelayout, input attachments>>,
    <<descriptorsets-sampleimage, sampled images>>, and
    <<descriptorsets-combinedimagesampler, combined image samplers>> to
    include DEPTH_READ_ONLY_OPTIMAL and STENCIL_READ_ONLY_OPTIMAL (internal
    issue 2774).
  * Remove `flowRoot` SVG elements from a few recent image updates, as they
    are not supported by the current PDF toolchain (internal issue 2778).
  * Update to asciidoctor-chunker 1.0.4, adding support for `aria-label`
    accessibility tags on the chunked specification forward/back section
    navigation arrows (internal issue 2784).
  * Clean up description of flink:vkCmdClearAttachments and remove redundant
    information (internal merge request 4717).
  * Add a description of each of the
    flink:vkCmdWriteAccelerationStructuresPropertiesKHR::pname:queryPool
    query types (internal merge request 4728).
  * Add new valid usage statement to slink:VkMemoryAllocateInfo when
    allocating a memory object larger than the reported limit (internal
    merge request 4737).
  * Add missing description of pname:layerCount member of
    slink:VkFramebufferAttachmentImageInfo (internal merge request 4744).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/cd8da6a515811c4ff9e1f10a6d6ce4ab968333fb
Title: Vulkan API specifications 1.2.188 released
Post by: JeGX on August 11, 2021, 03:55:10 PM
Quote
Change log for August 10, 2021 Vulkan 1.2.188 spec update:
  * Update release number to 188 for this update.

Github Issues:

  * Add missing `optional="true"` attributes to pname:pNext members. Enable
    `scripts/xml_consistency.py` in CI, and add check for this case (public
    pull request 1597).
  * Add missing markup (setting `refpage` attributes where they were needed
    for commonvalidity statements) to fix some broken valid usage ID link
    names (public issue 1598).
  * Update valid usage statement 02650 to use "`potential format features`"
    consistently with other recent changes (discussion on public
    Vulkan-ValidationLayers pull request 3139).

Internal Issues:

  * Clarify the role of <<ray-traversal-culling-face, face winding>> in the
    context of ray intersection candidate determination and alias
    ename:VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_KHR to
    ename:VK_GEOMETRY_INSTANCE_TRIANGLE_FLIP_FACING_BIT_KHR, corresponding
    to the clarifications (internal issue 2780).
  * Add valid usage statement for flink:vkCmdBeginTransformFeedbackEXT
    requiring a valid graphics pipeline be bound (internal issue 2785).
  * Use the term <<acceleration-structure-def, "`constructed`">> to refer to
    an acceleration structure that was previously built or created by
    copying or deserialization of a built acceleration structure (internal
    merge request 4727).
  * Add explicit valid usage statements to flink:vkWaitForPresentKHR and
    slink:VkPresentInfoKHR requiring the corresponding features be enabled
    (internal merge request 4754).
  * Remove extraneous trailing periods from some valid usage statements
    (internal merge request 4759).

New Extensions:

  * `<<VK_EXT_load_store_op_none>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/f1eda2cb1656363ccd67e07f5654a80fc13b47af

New extension:
- VK_EXT_load_store_op_none (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_load_store_op_none.txt)
Quote
This extension incorporates ename:VK_ATTACHMENT_STORE_OP_NONE_EXT from VK_QCOM_render_pass_store_ops, enabling applications to avoid unnecessary synchronization when an attachment is not written during a render pass.
Title: Vulkan API specifications 1.2.189 released
Post by: JeGX on August 25, 2021, 02:31:39 PM
Quote
Change log for August 17, 2021 Vulkan 1.2.189 spec update:
  * Update release number to 189 for this update.

Github Issues:

  * Add parent check valid usage statements to flink:vkUpdateDescriptors
    (public issue 1581).
  * Document the feature requirement for separate depth/stencil layouts in
    the <<resources-image-layouts, Image Layouts>> section (public issue
    1583).
  * Revert a valid usage statement constraining
    slink:VkMemoryAllocateInfo::pname:allocationSize (public issue 1595).
  * Remove misleading reference to `z` from the description of image
    coordinates for slink:VkSamplerCreateInfo::pname:unnormalizedCoordinates
    (public issue 1602).
  * Fix typo in <<fxvertex-input-extraction>> section (public pull request
    1604).
  * Fix comment in example for `<<VK_EXT_debug_utils>>` appendix to
    correctly reference pname:objectHandle, not ptext:object (public pull
    request 1606).
  * Revert `vk_platform.h` path change in `vk.xml` from public pull request
    1538, which was causing build issues for some projects. We will revisit
    this in the future but did not want to put a problematic change into the
    next SDK update (public pull request 1610).

Internal Issues:

  * Use `hexapdf` for PDF optimization, rather than Ghostscript. This
    improves overall PDF generation time about 15-20%, and final PDF size by
    about 1/3 (internal issue 2422).
  * Improve contrast for better accessibility of HTML outputs, based on
    feedback from the ANDI tool. This includes updating the specification
    CSS in `config/khronos.css`, switching to the rouge source code
    highlighter instead of coderay, and overriding some of the rouge theme
    CSS (internal issue 2784).
  * Clarify that transforms are consumed only if transformData is non-null
    for slink:VkAccelerationStructureBuildRangeInfoKHR.txt (internal issue
    2787).
  * Make spec language describing bitmasks consistent as 'Bits which can: be
    set' (internal merge request 4762).
  * Support `optional` attribute in the valid usage statement generator for
    union types (internal merge request 4772).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/de4eaca2a345ca7ba8077bd53d95571c198ba44e
Title: Vulkan API specifications 1.2.190 released
Post by: Stefan on August 31, 2021, 08:32:06 AM
QuoteChange log for August 29, 2021 Vulkan 1.2.190 spec update:

  * Update release number to 190 for this update.
  * Released a few days in advance of the usual Tuesday spec updates due to
    holiday meeting schedule.

Github Issues:

  * Make treatment of empty etext:Vk*FlagBits types consistent in `vk.xml`
    (public issue 1601 and merge request 1609)

Internal Issues:

  * Add more descriptive language for transforms in the
    <<ray-intersection-candidate-determination, Ray Intersection Candidate
    Determination>> section (internal issue 2709).
  * Update `-validate` logic in registry scripts to validate the `limittype`
    attribute presence and values where required (internal issue 2606).
  * Update common validity statements for access masks to allow shader
    pipeline bits to be use with ename:VK_ACCELERATION_STRUCTURE_READ_BIT
    (internal issue 2782).
  * Fix typo in the description of code:CullDistancePerViewNV (internal
    merge request 4769).
  * Various fixes and simplifications for
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>> valid
    usage statements:
  ** Flatten markup for VK_KHR_shader_subgroup_extended_types valid usage
     statements (internal issue 1598)
  ** Flatten markup for VK_EXT_shader_atomic_float valid usage statements
     (internal issue 1598).
  ** Remove asciidoctor conditional check for
     `VK_KHR_storage_buffer_storage_class`, not needed because the SPIR-V
     specification is unified and `spirv-val` will throw an error if trying
     to use code:StorageBuffer without the proper extension / version being
     set (internal merge request 4779).

New Extensions:

  * `<<VK_KHR_shader_integer_dot_product>>`
  * `<<VK_EXT_primitive_topology_list_restart>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/e57864f6a51a2d56dc7f012b21957755c59aafa8

New extensions
- VK_KHR_shader_integer_dot_product (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_integer_dot_product.txt)
Quote
This extension adds support for the integer dot product SPIR-V instructions
defined in SPV_KHR_integer_dot_product. These instructions are particularly useful for neural network inference and training but find uses in other general purpose compute applications as well.

- VK_EXT_primitive_topology_list_restart (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_primitive_topology_list_restart.txt)
Quote
This extension allows list primitives to use the primitive restart index value. This provides a more efficient implementation when layering OpenGL functionality on Vulkan by avoiding emulation which incurs data copies.
Title: Vulkan API specifications 1.2.191 released
Post by: JeGX on September 07, 2021, 12:10:44 PM
Quote
Change log for September 7, 2021 Vulkan 1.2.191 spec update:
  * Update release number to 191 for this update.

Internal Issues:

  * Update checker scripts to detect extension number conflicts in `vk.xml`,
    and run the check in CI (internal issue 2612).
  * Minor cleanup for the provisional video extensions, including
    documenting a few undocumented enums and structure members and some
    language cleanup (internal issue 2705).
  * Add a NOTE to flink:vkAllocateMemory.txt about protected memory
    allocation count limits (internal issue 2791).
  * Use "`cube map`" rather than "`cubemap`" spelling, and add this case to
    the style guide (internal merge request 4794).

New Extensions:

  * `<<VK_EXT_pageable_device_local_memory>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ef0df9ab7cfd5081018b21174d10bc1d47cb734c


New extension:
- VK_EXT_pageable_device_local_memory (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_pageable_device_local_memory.txt)
Quote
Vulkan is frequently implemented on multi-user and multi-process operating
systems where the device-local memory can be shared by more than one
process.
On such systems the size of the device-local memory available to the
application may not be the full size of the memory heap at all times.
In order for these operating systems to support multiple applications the
device-local memory is virtualized and paging is used to move memory between
device-local and host-local memory heaps, transparent to the application.

The current Vulkan specification does not expose this behavior well and may
cause applications to make suboptimal memory choices when allocating memory.
For example, in a system with multiple applications running, the application
may think that device-local memory is full and revert to making
performance-sensitive allocations from host-local memory.
In reality the memory heap might not have been full, it just appeared to be
at the time memory consumption was queried, and a device-local allocation
would have succeeded.
A well designed operating system that implements pageable device-local
memory will try to have all memory allocations for the foreground
application paged into device-local memory, and paged out for other
applications as needed when not in use.

When this extension is exposed by the Vulkan implementation it indicates to
the application that the operating system implements pageable device-local
memory and the application should adjust its memory allocation strategy
accordingly.
Title: Vulkan API specifications 1.2.192 released
Post by: JeGX on September 17, 2021, 12:03:18 PM
Quote
Change log for September 14, 2021 Vulkan 1.2.192 spec update:
  * Update release number to 192 for this update.

Github Issues:

  * Correctly describe slink:VkDeviceQueueInfo2::pname:pNext (public issue
    1622).
  * Improve behavior of contact links from extension metadata generator
    (public merge request 1635).
  * Require slink:VkDeviceAddress in 1.0 spec conditional markup, matching
    XML (public issue 1636).

Internal Issues:

  * Turn <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section into formal Valid Usage statements with assigned valid usage IDs
    (internal issue 1598).
  * Use `pass:[~~~~]` delimiters for `[source]` blocks inside reference page
    `[open]` blocks to bypass logic problem with VUID assignment script
    (internal issue 2040).
  * Update style guide to incorporate Khronos Inclusive Language document by
    reference. Followon changes will apply the suggestions as needed
    (internal issue 2293).
  * Add clarifications about ray tracing transform matrices to
    slink:VkAccelerationStructureGeometryTrianglesDataKHR,
    slink:VkAccelerationStructureBuildOffsetInfoKHR, and the
    <<ray-intersection-candidate-determination, Ray Intersection Candidate
    Determination>> section (internal issue 2709).
  * Clarify descriptor requirements for code:Buffer and code:Subpassdata in
    the <<interfaces-resources-correspondence, Shader Resource and
    Descriptor Type Correspondence>> table (internal issue 2751).
  * Add aliases for versioned extensions which don't treat the trailing
    version number as a separate word, such as
    ename:VK_KHR_MAINTENANCE1_SPEC_VERSION ->
    ename:VK_KHR_MAINTENANCE_1_SPEC_VERSION, and add a CI test in
    `scripts/xml_consistency.py` to try and detect future occurrences
    (internal issue 2810).
  * Add missing pname:sType and pname:pNext boilerplate descriptions to spec
    language for several elink:*Features structures that were missing it
    (though they did have them in the XML definition of the structures)
    (internal issue 2815).
  * Add extension and version crosslinks to generated reference pages,
    expressing the same information in the `Provided by` comments in
    generated API includes (internal issue 2816).
  * Move the old "`Fragment Shader Execution`" section from the <<shaders>>
    chapter to the <<fragops-shader, Fragment Shading>> section of the
    <<fragops>> chapter, change anchor names accordingly, and factor out
    common related language from several parts of the spec into this section
    (internal merge request 4765).
  * Allow access to the code:PrimitiveId builtin from shaders declared with
    the code:MeshShadingNV capability (internal merge request 4767).
  * Make the <<features-primitiveTopologyListRestart,
    pname:primitiveTopologyListRestart>> feature mandatory for
    `<<VK_EXT_primitive_topology_list_restart>>` (internal merge request
    4790).
  * Edit <<limits-types, Required Limit Types>> table to add Vulkan 1.2
    interactions for pname:filterMinmaxSingleComponentFormats and
    pname:filterMinmaxImageComponentMapping limits (internal merge request
    4802).
  * Add ename:VK_FORMAT_R10X6_UNORM_PACK16 and
    ename:VK_FORMAT_R12X4_UNORM_PACK16 to the list of 16-bit packed formats,
    and fix formatting of "`wildcard`" enums containing a placeholder _i_
    tag corresponding to supported integers (internal merge request 4803).
  * Refactor CI scripts to use the Makefile `allchecks` target as part of CI
    instead of multiple separate steps, allowing a quick local check
    equivalent to that part of CI, and update that target accordingly
    (internal merge request 4807).
  * Make slink:VkImageCreateInfo valid usage statement 01572 apply to all
    compressed formats (internal merge request 4812).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/a09f9efe488cdd97c0362622fc1187f09302689e
Title: Vulkan API specifications 1.2.193 released
Post by: JeGX on September 23, 2021, 07:00:53 PM
Quote
Change log for September 21, 2021 Vulkan 1.2.193 spec update:
  * Update release number to 193 for this update.

Github Issues:

  * Use consistent `implicitexternsync` language in XML for
    flink:vkDestroyDevice (public issue 1482).
  * Clarify requirements of flink:vkGetInstanceProcAddr to match that of the
    Android loader when attempting to retrieve a global function with a
    non-NULL instance parameter (public issue 1605).
  * Add new elink:VK_DRIVER_ID reservations for upcoming Mesa drivers
    (public pull request 1642).

Internal Issues:

  * Fix flink:vkCmdEndDebugUtilsLabelEXT to clarify command buffer recording
    interactions with debug labels (internal issue 2777).
  * Improve NOTE for acceleration structure capture / replay in
    slink:VkAccelerationStructureCreateInfoKHR (internal issue 2769).
  * Add "`See Also`" crosslinks to extension refpages providing aliased APIs
    in API refpages (internal issue 2819).
  * Fix markup for core version (`VK_VERSION_1_0`, etc.) refpages -
    asciidoctor doesn't allow section headers here and this affected the
    specification appendix rendering (internal issue 2826).
  * Use open range notation for slink:VkSamplerCreateInfo
    ptext:addressMode[UVW] descriptions (internal issue 2829).
  * Replace term "`channel`" with "`component`" when discussing formats, and
    update glossary to help clarify formats such as
    ename:VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 and
    ename:VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16 (internal merge
    request 4799).
  * Fix some primitive_topology_list_restart VUIDs to only apply if
    pname:primitiveRestartEnable is ename:VK_TRUE (internal merge request
    4818).
  * Fix slink:VkPhysicalDeviceShaderCorePropertiesAMD `limittype` attributes
    in XML (internal merge request 4819).
  * Fix accidentally duplicated VUIDs 06256 due to missing {accessMaskName}
    in VUID markup (internal merge request 4829).
  * Miscellaneous minor formatting and style fixes (internal merge requests
    4832, 4838).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/129f6f69dcbc00184d771d2da969b4ed394ac80c
Title: Vulkan API specifications 1.2.194 released
Post by: JeGX on September 28, 2021, 03:45:39 PM
Quote
Change log for September 28, 2021 Vulkan 1.2.194 spec update:
  * Update release number to 194 for this update.

Github Issues:

  * Add missing `len` attribute to
    slink:VkCuModuleCreateInfoNVX::pname:pData (public merge request 1646).
  * Refer to dynamic state consistently from ftext:vkCmdSet* commands, and
    link to the definition of dynamic state (public issue 1428, but with
    expanded scope beyond the actual ask in that issue).

Internal Issues:

  * Fix incorrect member name in slink:VkRenderPassCreateInfo valid usage
    statement 02515 (internal issue 2484).
  * Fix XML dependency for `<<VK_NV_device_generated_commands>>` (internal
    issue 2818).
  * Add packed formats from `<<VK_KHR_sampler_ycbcr_conversion>>`` to the
    <<formats-packed, table of packed formats>> and improve description of
    packed format naming conventions (internal merge request 4798).

New Extensions

  * `<<VK_FUCHSIA_buffer_collection>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/a0960966d565bdfc6e853a0bc471e58fdbd374ef


New extension:
- VK_FUCHSIA_buffer_collection (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_FUCHSIA_buffer_collection.txt)
Quote
A buffer collection is a collection of one or more buffers which were
allocated together as a group and which all have the same properties.
These properties describe the buffers' internal representation such as its
dimensions and memory layout.
This ensures that all of the buffers can be used interchangeably by tasks
that require swapping among multiple buffers, such as double-buffered
graphics rendering.

By sharing such a collection of buffers between components, communication
about buffer lifecycle can be made much simpler and more efficient.
For example, when a content producer finishes writing to a buffer, it can
message the consumer of the buffer with the buffer index, rather than
passing a handle to the shared memory.

On Fuchsia, the Sysmem service uses buffer collections as a core construct
in its design.

VK_FUCHSIA_buffer_collection is the Vulkan extension that allows Vulkan
applications to interoperate with the Sysmem service on Fuchsia.
Title: Vulkan API specifications 1.2.195 released
Post by: JeGX on October 07, 2021, 10:38:40 AM
Quote
Change log for October 5, 2021 Vulkan 1.2.195 spec update:
  * Update release number to 195 for this update.

Github Issues:

  * Add a NOTE to flink:vkDestroyQueryPool clarifying when a query pool can
    be destroyed (public issue 1647).

Internal Issues:

  * Begin cleanup of internal broken links in various builds of the specs,
    including generating a Ruby API map to be used by the asciidoctor macros
    to validate their API name arguments; using "nofollow" on github issue
    opening links to avoid link-checkers being interpreted as DOS attacks;
    improved checker scripts; minor markup fixes; and using the `apiext:`
    macro to replace `<<VK_KHR_extension_name>>`-style extension links
    everywhere (internal issue 2831).
  * Minor editorial cleanups to descriptions of
    apiext:VK_FUCHSIA_buffer_collection APIs (internal issue 2836).
  * Match `Cull Mask` SPIR-V name to pname:mask parameter name in the
    <<acceleration-structure, Acceleration Structures>> chapter (internal
    merge request 4844).
  * Add pname:minTexelOffset and pname:maxTexelOffset limit valid usage
    statements for code:OpImageSample* and code:OpImageFetch* in the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section (internal merge request 4845).
  * Add pname:maxFragmentDualSrcAttachments and
    pname:maxFragmentCombinedOutputResources limit valid usage statements
    for output and color attachments in the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section (internal merge request 4847).

New Extensions

  * `<<VK_KHR_format_feature_flags2>>`
  * `<<VK_KHR_maintenance4>>`
  * `<<VK_EXT_rgba10x6_formats>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/a0960966d565bdfc6e853a0bc471e58fdbd374ef


New extension:
- VK_KHR_format_feature_flags2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_format_feature_flags2.txt)
Quote
This extension adds a new elink:VkFormatFeatureFlagBits2KHR 64bits format
feature flag type to extend the existing elink:VkFormatFeatureFlagBits which
is limited to 31 flags.
At the time of this writing 29 bits of elink:VkFormatFeatureFlagBits are
already used.

Because slink:VkFormatProperties2 is already defined to extend the Vulkan
1.0 flink:vkGetPhysicalDeviceFormatProperties entry point, this extension
defines a new slink:VkFormatProperties3KHR to extend the
slink:VkFormatProperties.

On top of replicating all the bits from elink:VkFormatFeatureFlagBits,
elink:VkFormatFeatureFlagBits2KHR adds the following bits :

  * ename:VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR and
    ename:VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR indicate
    that an implementation supports respectively reading and writing a given
    elink:VkFormat through storage operations without specifying the format
    in the shader.

  * ename:VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR
    indicates that an implementation supports depth comparison performed by
    code:OpImage*Dref instructions on a given elink:VkFormat.
    Previously the result of executing a code:OpImage*Dref* instruction on
    an image view, where the pname:format was not one of the depth/stencil
    formats with a depth component, was undefined.
    This bit clarifies on which formats such instructions can be used.


- VK_KHR_maintenance4 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_maintenance4.txt)
Quote
`VK_KHR_maintenance4` adds a collection of minor features, none of which
would warrant an entire extension of their own.

The new features are as follows:

  * Allow the application to destroy their slink:VkPipelineLayout object
    immediately after it was used to create another object.
    It is no longer necessary to keep its handle valid while the created
    object is in use.
  * Add a new <<limits-maxBufferSize, pname:maxBufferSize>>
    implementation-defined limit for the maximum size sname:VkBuffer that
    can: be created.
  * Add support for the SPIR-V 1.2 code:LocalSizeId execution mode, which
    can be used as an alternative to code:LocalSize to specify the local
    workgroup size with specialization constants.
  * Add a guarantee that images created with identical creation parameters
    will always have the same alignment requirements.
  * Add new flink:vkGetDeviceBufferMemoryRequirementsKHR,
    flink:vkGetDeviceImageMemoryRequirementsKHR, and
    flink:vkGetDeviceImageSparseMemoryRequirementsKHR to allow the
    application to query the image memory requirements without having to
    create an image object and query it.
  * Relax the requirement that push constants must be initialized before
    they are dynamically accessed.
  * Relax the interface matching rules to allow a larger output vector to
    match with a smaller input vector, with additional values being
    discarded.


- VK_EXT_rgba10x6_formats (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_rgba10x6_formats.txt)
Quote
This extension enables the
ename:VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 format to be used without
a <<samplers-YCbCr-conversion, sampler {YCbCr} conversion>> enabled.
Title: Vulkan API specifications 1.2.196 released
Post by: JeGX on October 13, 2021, 02:04:56 PM
Quote
Change log for October 13, 2021 Vulkan 1.2.196 spec update:
  * Update release number to 196 for this update.

Github Issues:

  * Clarify normative language for
    ename:VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT in
    elink:VkImageUsageFlagBits, allowing two styles of implementation
    (public issue 1616).
  * Fix typo in flink:vkCmdSetScissor (public pull request 1659).
  * Reorder attributes of elink:VkFormatFeatureFlags2KHR in `vk.xml` for
    consistency (public pull request 1653).

Internal Issues:

  * More cleanup of internal broken links in various builds of the specs.
    Fix typos on xrefs and anchors, add stub pages for missing Flags and
    FlagBits types, update `spirvcapgenerator.py` to put anchors with the
    same table row they belong to, validate `apiext:` macro targets at build
    time, and don't generate API requirements for `<type>` tags with no
    `category`, eliminating spurious warnings for external types (internal
    issues 2864, 2866).
  * Update `htmldiff` scripts for Python3.
  * Add subsection titles and anchors in the <<fxvertex, Fixed-Function
    Vertex Processing>> chapter to make thematic breaks more clear (internal
    merge request 4867).

New Extensions

  * `<<VK_EXT_border_color_swizzle>>`
  * `<<VK_EXT_video_encode_h265>>` *provisional* H.265 video encode codec extension

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0714884a45ffe66c2746b4f53c9035bf72c32dfd

New Extensions

- VK_EXT_border_color_swizzle (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_border_color_swizzle.txt)
Quote
After the publication of VK_EXT_custom_border_color, it was discovered that
some implementations had undefined behavior when combining a sampler that
uses a custom border color with image views whose component mapping is not
the identity mapping.

Since VK_EXT_custom_border_color has already shipped, this new extension
VK_EXT_border_color_swizzle was created to define the interaction between
custom border colors and non-identity image view swizzles, and provide a
work-around for implementations that must pre-swizzle the sampler border
color to match the image view component mapping it is combined with.

This extension also defines the behavior between samplers with an opaque
black border color and image views with a non-identity component swizzle,
which was previously left undefined.


- VK_EXT_video_encode_h265 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_video_encode_h265.txt)
Quote
This extension allows applications to compress a raw video sequence by using
the H.265/HEVC video compression standard.
Title: Vulkan API specifications 1.2.197 released
Post by: JeGX on November 02, 2021, 12:19:34 PM
Quote
Change log for November 2, 2021 Vulkan 1.2.197 spec update:
  * Update release number to 197 for this update.

Github Issues:

  * Align some of the provisional video standard headers enums and bitfields
    to have predictable sizes (public issue 1571).
  * Remove exporting of D3D memory handles from
    slink:VkExportMemoryWin32HandleInfoKHR (public pull request 1612).
  * Add language to slink:VkAccelerationStructureBuildGeometryInfoKHR
    explicitly stating that source and target acceleration structures are
    allowed to be the same or different during an update (public issue
    1641).
  * Fix typos (public pull request 1662).
  * Register remaining newly introduced `vk_video` types in `vk.xml` (public
    pull request 1663).

Internal Issues:

  * Clarify <<resources-external-sharing, ownership transfers on external
    resources>> (internal issue 2692).
  * Changes to (nearly) eliminate dead internal links and improve scripts:
  ** Correctly generate API dependencies on extensions and core versions in
     cases where "`spelling aliases`" were present
  ** Clean up a few incorrectly marked up links, anchors, and refpage block
     alias= attributes
  ** Use an API alias map to substitute promoted API names for promoted-to
     APIs when an older or restricted spec is being generated and the
     promoted-to API is not included
  * Tag sname:VkVideo{Encode,Decode}H26{4,5}ProfileEXT structures as
    extending slink:VkQueryPoolCreateInfo in `vk.xml` (internal issue 2861).
  * Grammar edits to slink:VkAccelerationStructureKHR (internal issue 2887).
  * Change the cited title of the <<LoaderInterfaceArchitecture>> document
    to "`Architecture of the Vulkan Loader Interfaces`" matching a recent
    change in KhronosGroup/Vulkan-Loader#685
    (internal merge request 4823).
  * Re-remove etext:VkVideoEncodeH265CapabilityFlagBitsEXT, which was
    accidentally reintroduced but is still unused (internal merge request
    4885).
  * Update wording for
    ename:VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_KHR since it no
    longer contains `"update`" (internal merge request 4886).
  * Consistency edits to remove "`instance of`" when referring to a specific
    structure, and use "`render pass`" instead of "`renderpass`" as a noun
    (internal merge request 4896).
  * Add -version option to 'makeSpec' frontend build script.

New Extensions

  * `<<VK_KHR_dynamic_rendering>>`

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/2a43f68f2841054d7f2fb6a44c637c533a549dbb

New extension:
- VK_KHR_dynamic_rendering (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_dynamic_rendering.txt):
Quote
This extension allows applications to create single-pass render pass
instances without needing to create render pass objects or framebuffers.
Dynamic render passes can also span across multiple primary command buffers,
rather than relying on secondary command buffers.
Title: Vulkan API specifications 1.2.198 released
Post by: JeGX on November 09, 2021, 08:59:21 PM
Quote
Change log for November 9, 2021 Vulkan 1.2.198 spec update:
  * Update release number to 198 for this update.

Github Issues:

  * Sort dependencies of "`Provided by`" comments in generated API includes,
    and remove duplicates (public issue 1483, internal issue 2620).
  * Remove max-width attribute from document headers, causing CSS to limit
    page width in wide windows (public pull request 1660).

Internal Issues:

  * Filter out `VK_VERSION_1_x` pages when generating refpage sources for a
    build that does not include the corresponding core version (internal
    issue 1971).
  * Adjust section header level for extension appendix refpages to match
    other refpages (internal issue 2151).
  * Add and fix protected memory valid usage statements to require queues be
    protected if any batch if a protected batch, and restrict indirect
    operations when pname:protectedNoFault is supported (internal issues
    2169, 2841)
  * Generate refpages to SPIR-V builtins, which were marked up in the spec
    source but not being extracted and built (internal issue 2395).
  * Clarify VUID 04918 regarding use of code:Location decorations (internal
    issue 2737).
  * Remove redundant nested VK_VERSION_1_1 conditional markup from the
    <<initialization>> chapter (internal issue 2851).
  * Add code:IdrPicFlag to code:StdVideoDecodeH264PictureInfoFlags for
    provisional video extensions (internal issue 2901).
  * Fix incorrect example code in apiext:VK_HUAWEI_subpass_shading appendix
    sample code (internal merge request 4889).
  * Promote ename:VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT and
    ename:VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT in a few
    places where the etext:KHR suffixes had not been removed (internal merge
    request 4902).
  * Add missing format properties consistency checks for
    slink:VkDrmFormatModifierPropertiesList2EXT and
    slink:VkAndroidHardwareBufferFormatProperties2ANDROID.
  * Minor editorial markup fixes.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3a4dc41cc86b4215e9995f20f2be744a106887d5
Title: Vulkan API specifications 1.2.199 released
Post by: JeGX on November 18, 2021, 10:53:13 AM
Quote
Change log for November 16, 2021 Vulkan 1.2.199 spec update:
  * Update release number to 199 for this update.

Github Issues:

  * Add upper bound for stext:AccelerationStructure geometry limits for
    slink:VkPhysicalDeviceRayTracingPropertiesNV and
    slink:VkPhysicalDeviceAccelerationStructurePropertiesKHR (public issue
    1670).
  * Trivial typos in proposal documents (public pull request 1682).
  * Add missing stage mask common valid usage statements to
    slink:VkSubmitInfo, slink:VkSubpassDependency, and
    slink:VkSubpassDependency2; remove unused common VU 4098; and add new
    stage mask VUs to flink:vkCmdBeginRenderPass,
    flink:vkCmdBeginRenderPass2, flink:vkCmdSetEvent, flink:vkCmdResetEvent,
    flink:vkCmdWaitEvents, and flink:vkCmdPipelineBarrier (public
    Vulkan-ValidationLayers pull request 3331).

Internal Issues:

  * Fix formatting of <<versions-1.0, Vulkan 1.0>> appendix section headers
    (internal issue 2921).
  * Fix location of bad conditional `endif::` in SPIR-V environment appendix
    VU 06271 (internal issue 2917).
  * Use etext:VK_VERSION_m_n instead of etext:VK_API_VERSION_m_n in
    `<spirvcapability>` and `<spirvextension>` XML tags for consistency with
    other version / extension reqiurements. Note that there is a possibility
    of this change affecting downstream consumers of the XML (internal issue
    2896).
  * Add refpage cross-reference from slink:VkSwapchainKHR to
    flink:vkQueuePresent (internal issue 2823).
  * Update apiext:VK_KHR_dynamic_rendering
    proposal document to use etext:STORE_OP_DONT_CARE
    (internal merge request 4924).
  * Fix most remaining dead links in the published specifications and
    refpages by adding missing API language for basetype:VkFlags64;
    stub reference pages for apiext:VK_NVX_binary_import; and
    tag refpage aliases for API constants which were promoted to core
    (internal merge request 4921).
  * Add description of elink:VkFormats in the new <formats>
    tag for `vk.xml`, and corresponding schema and script updates.
    (internal issues 1761, 2484, and 2811).

New Extensions:

  * apiext:VK_EXT_image_view_min_lod (internal merge request 4701).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/83c7507600618d8748bb911dfd8c3d9b4fabaca0

New extensions:
- VK_EXT_image_view_min_lod (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_image_view_min_lod.txt)
Quote
This extension allows applications to clamp the minimum LOD value during
<<textures-image-level-selection,Image Level(s) Selection>> and
<<textures-integer-coordinate-operations,Integer Texel Coordinate
Operations>> with a given slink:VkImageView by
slink:VkImageViewMinLodCreateInfoEXT::pname:minLod.

This extension may be useful to restrict a slink:VkImageView to only mips
which have been uploaded, and the use of fractional pname:minLod can be
useful for smoothly introducing new mip levels when using linear mipmap
filtering.
Title: Vulkan API specifications 1.2.200 released
Post by: JeGX on November 24, 2021, 12:17:41 PM
Quote
Change log for November 23, 2021 Vulkan 1.2.200 spec update:
  * Update release number to 200 for this update.

Github Issues:

  * Refer to flink:vkCmdPipelineBarrier2KHR::pname:pDependencyInfo as a
    pointer, not an array (public issue 1456).
  * Fix spelling and add backwards-compatibility aliases for some
    elink:VkPipelinCreateFlagBits values (public issue 1676).
  * Fix typo in apiext:VK_INTEL_shader_integer_functions2 (public issue
    1696).
  * Replace usage of {depth, color} buffer with {depth, color} attachment
    (public pull request 1701).
  * Add restriction to the <<formats-mandatory-features-depth-stencil,
    manadatory format support table>> for depth/stencil formats preventing
    implementations from advertising those bits in
    slink:VkFormatProperties::pname:bufferFeatures (public
    Vulkan-ValidationLayers issue 3225).

Internal Issues:

  * Add an additional guarantee for buffer memory requirements in
    slink:VkMemoryRequirements as a minor update to the
    apiext:VK_KHR_maintenance4 extension (internal issue 2885).
  * Add a <<fundamentals-api-name-aliases, section to the fundamentals
    chapter>> describing typo aliases (internal issue 2897).
  * Determine extensions dependencies directly from `vk.xml` in the build
    scripts, rather than generating an auxiliary `extDependency.py` target
    (internal issue 2923).
  * Remove redundant SPIR-V `RuntimeSpirv` valid usage statements 04830,
    06271, 06374, and 06375 (internal merge requests 4827, 4830).
  * Suppress file-not-found `include::` errors for validusage target, using
    an IncludeProcessor extension, due to the way in which the validusage
    extension processes conditionals. Make all include paths absolute and
    require this in the style guide (internal merge request 4925).
  * Add missing `optional="true"` attribute to
    slink:VkCommandBufferInheritanceRenderingInfoKHR::pname:colorAttachmentCount
    (internal merge request 4935).
  * Remove references to apiext:VK_KHR_synchronization2 enums when that
    extension is not enabled in the specification being built (internal
    merge request 4937).
  * Minor wording changes for style guide compliance and consistency
    (internal merge request 4938).
  * Ignore etext:*_EXTENSION_NAME and etext:*_SPEC_VERSION aliases in
    `makemanaliases.py` script since there are no corresponding refpages for
    these meta-enums.

New Extensions:

  * apiext:VK_ARM_rasterization_order_attachment_access (internal merge
    request 3856).
  * apiext:VK_EXT_depth_clip_control (public issues 986 and 1054).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9ed8caef1a0b5abe9778adb39feff435b2328f1b

New extensions:
- VK_ARM_rasterization_order_attachment_access (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_ARM_rasterization_order_attachment_access.txt)
Quote
Renderpasses, and specifically
<<synchronization-pipeline-barriers-subpass-self-dependencies, subpass
self-dependencies>> enable much of the same functionality as the framebuffer
fetch and pixel local storage extensions did for OpenGL ES.
But certain techniques such as programmable blending are awkward or
impractical to implement with these alone, in part because a self-dependency
is required every time a fragment will read a value at a given sample
coordinate.

This extension extends the mechanism of input attachments to allow access to
framebuffer attachments when used as both input and color, or depth/stencil,
attachments from one fragment to the next, in rasterization order, without
explicit synchronization.

- VK_EXT_depth_clip_control (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_depth_clip_control.txt)
Quote
This extension allows the application to use the OpenGL depth range in NDC,
i.e. with depth in range [eq]#[-1, 1]#, as opposed to Vulkan's default of
[eq]#[0, 1]#.
The purpose of this extension is to allow efficient layering of OpenGL over
Vulkan, by avoiding emulation in the pre-rasterization shader stages.
This emulation, which effectively duplicates gl_Position but with a
different depth value, costs ALU and consumes shader output components that
the implementation may not have to spare to meet OpenGL minimum
requirements.
Title: Vulkan API specifications 1.2.201
Post by: JeGX on January 11, 2022, 05:49:13 PM
Quote
Change log for November 30, 2021 Vulkan 1.2.201 spec update:
  * Update release number to 201 for this update.

Github Issues:

  * Fix typo in refpage description of ename:VK_REMAINING_MIP_LEVELS
    (public pull request 1702).
  * Add missing structextends attribute for
    slink:VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
    (public issue 1703).
  * Fixes and clarifications to valid usage statements for
    slink:VkRenderPassCreateInfo,
    slink:VkRenderPassFragmentDensityMapCreateInfoEXT, and
    slink:VkSubpassDescriptionDepthStencilResolve (matching changes in
    public Vulkan-ValidationLayers pull request 3571).

Internal Issues:

  * Changes to the provisional video extension encode rate control API,
    including changing some existing structures and adding new structures
    and flags (internal issue 1844).
  * Update valid usage statements for apiext:VK_NV_mesh_shader (internal
    issue 2880).
  * Remove valid usage statement IDs 02854 / 02855 / 06081 / 06082, which
    are duplicates of 06166 / 06167 (internal issue 2944).
  * Add a valid usage statement banning code:OpImage*Dref* instructions on
    non-depth views (internal merge request 3889).
  * Add CI test for disallowed contractions (internal merge request 4934).
  * Generate the <<formats-compatibility, Format Compatibility Class Table>>
    from XML tags (internal merge request 4936).
  * Clarify that dependent operations of quad-sensitive ops have helpers
    (internal merge request 4947).
  * Remove redundant valid usage statement for
    apiext:VK_QCOM_render_pass_shader_resolve (internal merge request 4950).
  * Support `api` attribute fully in XML and scripts (internal merge request
    4951).
  * Fix pname:planeIndex attribute in format XML for
    ename:VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16 (internal
    merge request 4953).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d70e01c0be7b8a7d20b186b30b29a75b18bba75d
Title: Vulkan API specifications 1.2.202
Post by: JeGX on January 11, 2022, 05:50:14 PM
Quote
Change log for December 7, 2021 Vulkan 1.2.202 spec update:
  * Update release number to 202 for this update.

Github Issues:

  * Split some valid usage statements for slink:VkAttachmentDescription
    so they can have appropriate conditional protection
    (public pull request 1698).
  * Clean up links to GLSL and SPIR-V extension documents (public pull
    request 1705).
  * Fix markup for <<primsrast-polygon-barycentrics, perspective
    interpolation>> math (public pull request 1711).

Internal Issues:

  * Clarify valid usage statements for
    flink:vkCmdWriteTimestamp2KHR::pname:stage to accomodate
    ename:VK_PIPELINE_STAGE_2_NONE_KHR (internal issue 2867).
  * Disallow descriptorset decorations on non-descriptor ray tracing
    variables in the <<spirvenv-module-validation-standalone, Standalone
    SPIR-V Validation>> section (internal issue 2881).
  * Fix sentence describing behavior when
    slink:VkRenderingFragmentDensityMapAttachmentInfoEXT is not present in
    the slink:VkRenderingInfoKHR::pname:pNext chain (internal issue 2881).
  * Require that
    slink:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:shaderGroupHandleAlignment
    be a power of two (internal merge request 4943).
  * Add a new ename:VK_IMAGE_ASPECT_NONE_KHR=0 enum to
    slink:VkImageAspectFlagBits in the apiext:VK_KHR_maintenance4 extension
    so that pname:planeAspect can be set to zero without having to use a
    cast, and fix some typos (internal merge request 4961).
  * Add "`must: be a power of two`" to all alignment limits (internal issue
    2939).
  * Make all limit anchors follow the `[[limit-NAME]]` style (internal merge
    request 4969).
  * Require render pass to be valid and add missing state subset
    dependencies to slink:VkGraphicsPipelineCreateInfo valid usage
    statements for apiext:VK_ARM_rasterization_order_attachment_access
    (internal merge request 4970).
  * Parameterize OpenGL and GLSL extension registry URLs via asciidoctor
    attributes in `config/attribs.txt`, and move the existing SPIR-V
    extension registry URL from the Makefile into that file. Use `https:`
    prefixes on URLs instead of `http:` where possible.

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/48b76697118c275337e49836259f0571b3410d84
Title: Vulkan API specifications 1.2.203
Post by: JeGX on January 11, 2022, 05:54:12 PM
Quote
Change log for December 20, 2021 Vulkan 1.2.203 spec update:
  * Update release number to 203 for this update.

Github Issues:

  * Generate auxiliary `vk_video` headers containing definitions of
    `StdVideo*` types from new `xml/video.xml`, rather than including static
    copies in the repository (public issue 1505).
  * Clarify indexing of
    slink:VkPipelineColorBlendStateCreateInfo::pname:pAttachments (public
    issue 1656).
  * Relocate VUID-VkWriteDescriptorSet-descriptorType-00322 to the commands
    to which the structure is passed, and modify constraints in the VU for
    flink:vkCmdPushDescriptorSetKHR to account for its behavior with
    etext:SAMPLER and etext:COMBINED_IMAGE_SAMPLER descriptor types (public
    issue 1686).
  * Fix length inputs for optional array parameters in
    slink:VkCuLaunchInfoNVX to allow pname:paramCount and pname:extraCount
    to be set to zero. (public issue 1709).
  * Fix typo pname:ppEnabledExtensions -> pname:ppEnabledExtensionNames
    (public issue 1719).

Internal Issues:

  * Add slink:VkQueueFamilyQueryResultStatusProperties2KHR structure to the
    provisional apiext:VK_KHR_video_queue extension to report support (or
    lack thereof) for the ename:VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR query
    type ename:VK_QUERY_RESULT_WITH_STATUS_BIT_KHR status bit (internal
    issue 2927).
  * Add language to slink:VkImageCreateInfo, elink:VkImageUsageFlagBits,
    tlink:VkImageUsageFlags, and slink:VkImageLayout for how to specify
    usage flags when creating images for Vulkan Video implementations
    requiring separate decode DPB and output (internal issue 2926).
  * Require that newly created video sessions be reset before use in
    slink:VkVideoCodingControlInfoKHR and
    elink:VkVideoCodingControlFlagBitsKHR (internal issue 2928).
  * Fix math <<textures-image-level-selection, describing image level
    selection>> with apiext:VK_EXT_image_view_min_lod (internal issue 2943).
  * Add temporal layer count field to
    slink:VkVideoEncodeH264RateControlInfoEXT and
    slink:VkVideoEncodeH265RateControlInfoEXT structures (internal issue
    2948).
  * Add a <<spirvenv-module-validation-runtime, Runtime SPIR-V valid usage
    statement>> to enforce the <<limits-maxComputeSharedMemorySize,
    pname:maxComputeSharedMemorySize limit>> (internal merge request 4846).
  * Correct etext:VK_FORMAT_ETC2_R8G8B8A8_*_BLOCK block sizes to 128 bits in
    the XML format tags (internal merge request 4975).
  * Script and schema updates to correctly filter out XML elements with
    non-matching 'api' attributes and support 'api' attributes on additional
    XML tags (internal merge request 4981).
  * Add apiext:VK_KHR_fragment_shading_rate proposal document to
    retroactively provide justification and design document overview
    (internal merge request 4983).
  * Update generator scripts to properly handle <remove> elements containing
    non-extending <enums>.
  * Restructure some structure descriptions for better adherence to the
    style guide and more detailed descriptions of their members.

New Extensions:

  * apiext:VK_GOOGLE_surfaceless_query (internal merge request 4927).
  * apiext:VK_NV_linear_color_attachment (internal merge request 4956).
  * apiext:VK_QCOM_fragment_density_map_offset (internal merge request 4824).

New extensions:

- VK_GOOGLE_surfaceless_query (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_GOOGLE_surfaceless_query.txt)
Quote
This extension allows the flink:vkGetPhysicalDeviceSurfaceFormatsKHR and
flink:vkGetPhysicalDeviceSurfacePresentModesKHR functions to accept
dlink:VK_NULL_HANDLE as their pname:surface parameter, allowing potential
surface formats, colorspaces and present modes to be queried without
providing a surface.


- VK_NV_linear_color_attachment (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_linear_color_attachment.txt)
Quote
This extension expands support for using ename:VK_IMAGE_TILING_LINEAR images
as color attachments when all the color attachments in the render pass
instance have ename:VK_IMAGE_TILING_LINEAR tiling.


- VK_QCOM_fragment_density_map_offset (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_fragment_density_map_offset.txt)
Quote
This extension allows an application to specify offsets to a fragment
density map attachment, changing the framebuffer location where density
values are applied to without having to regenerate the fragment density map.
Title: Vulkan API specifications 1.3.204 released
Post by: Stefan on January 26, 2022, 05:13:04 AM
QuoteChange log for January 25, 2022 Vulkan 1.3.204 spec update:

  * Vulkan 1.3 initial release. Update release number to 204 for this
    update. The patch number will be used for all Vulkan 1.x spec updates,
    and continue to increment continuously from the previous Vulkan 1.2.203
    update.

Github Issues:

  * Reserve driver ID ename:VK_DRIVER_ID_MESA_VENUS (public merge request
    1733).

Internal Issues:

  * Update scripts and registry schema document to support multiple API
    names in the `api` and `supported` attributes, to allow specializing API
    definitions (internal issue 2809).
  * Minor updates - update copyright dates to 2022, update release scripts
    to generate artifacts for 1.3 as well as earlier specification versions
    (internal issue 2969).

New Features:

  * apiext:VK_KHR_global_priority (internal merge request 4869).
  * <<roadmap-2022, `VK_KHR_roadmap_2022`>> ("`Roadmap 2022`") profile
    (internal merge request 4797).
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/15d807ce4839d8feb523ca5c133a42a2aa448ade
Title: Vulkan API specifications 1.3.205 released
Post by: Stefan on March 04, 2022, 06:39:56 PM
QuoteChange log for February 4, 2022 Vulkan 1.3.205 spec update:

  * Update release number to 205 for this update.

Github Issues:

  * Fix <<renderpass-attachment-nonattachment>> access language. Add related
    valid usage statements for flink:vkCmdExecuteCommands and common VUs for
    drawing commands, and update the glossary definition of "`Image
    Subresources`" to include "`a specific ... set of aspects of an image`"
    (public issues 1340, 1345, 1559; internal issues 2152, 2725).
  * Fix markup "If" and punctuation issues (public pull request 1725).
  * Fix link to incorrect structure for flink:vkCmdSetDepthBias command
    (public pull request 1726).
  * Improve wording of vkCmdBindDescriptorSets (public pull request 1732).
  * Fix mismatching struct member descriptions in
    slink:VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV (public issue
    1735, 1736).
  * Clarify that slink:VkImageCreateInfo::pname:flags is referred to by
    slink:VkImageViewCreateInfo valid usage statement 04971 (public issue
    1740).
  * Add missing `SPV_KHR_device_group` `spirvextension` tag to `vk.xml`
    (public issue 1745).
  * Reference underlying type instead of promoted type alias in
    `structextends` attributes for slink:VkSampleLocationsInfoEXT and
    slink:VkCopyCommandTransformInfoQCOM (public pull request 1746).
  * Fix typo in <<features-storageBuffer8BitAccess,
    storageBuffer8BitAccess>> xref (public pull request 1750).
  * Fix formula markup in <<textures-texel-anisotropic-filtering, Texel
    Anisotropic Filtering>> section (public pull request 1753).
  * Fix typo in `.sType` member for
    `proposals/VK_KHR_dynamic_rendering.asciidoc` (public pull request
    1762).
  * Add missing `len` attribute for
    slink:VkImageFormatConstraintsInfoFUCHSIA::pname:pColorSpaces in
    `vk.xml` (https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=91104 (https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=91104),
    internal merge request 5021).

Internal Issues:

  * Rename `slice` to 'sliceSegment` in several provisional video extension
    APIs (internal issue 2833).
  * Fix several valid usage statements for
    slink:VkDeviceImageMemoryRequirementsKHR (internal issue 2967).
  * XML fixes for slink:VkAttachmentSampleCountInfoAMD members
    pname:colorAttachmentCount and pname:pColorAttachmentSamples (internal
    issue 2968).
  * Remove `const` from pname:pNext member of
    slink:VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
    (internal issue 2973).
  * Make definition of <<code:RayTminKHR>>, <<code:WorldRayDirectionKHR>>,
    and <<code:WorldRayOriginKHR>> values less vague (internal issue 2984).
  * Remove `externsync` attribute for slink:VkBuffer and slink:VkImage in
    flink:vkQueueBindSparse (internal issue 2989).
  * Move the <<roadmap, Vulkan Roadmap Milestones>> title markup up one
    level so that this section appears as a separate appendix rather than
    accidentally being merged into the previous appendix (internal issue
    2990).
  * Fix a few places where promotion of APIs to Vulkan 1.3 should have
    happened, but didn't, including defining ename:VK_IMAGE_ASPECT_NONE in
    `vk.xml` and aliasing ename:VK_IMAGE_ASPECT_NONE_KHR to it (internal
    issue 2999).
  * Fix link to pipeline dynamic state section (internal merge request
    4990).
  * Add video codec headers to dependencies in `xml/Makefile` so 'make test'
    works (internal merge request 4991).
  * Fix caption for <<img-innertri, Inner Triangle Tessellation figure>>
    (internal merge request 4994).
  * Fix implication of code:EarlyFragmentTests when representative fragment
    test is enabled in
    slink:VkPipelineRepresentativeFragmentTestStateCreateInfoNV (internal
    merge request 5006).
  * Set `noautovalidity` attribute for
    slink:VkVideoDecodeH264ProfileEXT::pname:pictureLayout to avoid
    conflicting valid usage statements (internal issue 2946).
  * Specify which structure is extended by
    slink:VkQueueFamilyGlobalPriorityPropertiesKHR (internal issue 2982).
  * Change a reference from sname:VkImageFormatProperties2 to
    slink:VkFormatProperties2 in the <<resources-image-creation-limits>>
    section (internal merge request 5016).
  * Specify that the <<features-dynamicRendering, pname:dynamicRendering>>
    feature is required by Vulkan 1.3 and the
    apiext:VK_KHR_dynamic_rendering extension (internal merge request 5017).
  * Fix typo in <<features-shaderZeroInitializeWorkgroupMemory,
    shaderZeroInitializeWorkgroupMemory>> xref (internal merge request
    5020).
  * Add `Promotion to Vulkan 1.3` language in the
    <<VK_KHR_buffer_device_address>> appendix to specify that
    code:bufferDeviceAddress feature support is mandatory, unlike Vulkan
    1.2.
  * Clarify that state is not inherited from static to dynamic pipelines in
    the <<pipelines-dynamic-state, Dynamic State>> section.
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9e4c847a9e93cccd5f46e173c3ccf752b89c35df (https://github.com/KhronosGroup/Vulkan-Docs/commit/9e4c847a9e93cccd5f46e173c3ccf752b89c35df)
Title: Vulkan API specifications 1.3.206 released
Post by: Stefan on March 04, 2022, 06:41:47 PM
QuoteChange log for February 17, 2022 Vulkan 1.3.206 spec update:

  * Update release number to 206 for this update.

Github Issues:

  * Add valid usage statements common to draw dispatch commands restricting
    allowed instructions (public issue 1749).
  * Remove unused elink:VkPrivateDataSlotCreateFlagBits type from `vk.xml`
    (public issue 1754).
  * Clarify that flink:vkGetInstanceProcAddr should return a valid function
    pointer when the first argument is either NULL or a valid instance
    handle (public issue 1763).
  * Add `returnedonly="true"` attribute to
    slink:VkPhysicalDeviceShaderIntegerDotProductProperties in `vk.xml`
    (public issue 1772).
  * Add `objecttype` attribute to
    slink:VkDeviceMemoryReportCallbackDataEXT::pname:objectHandle in
    `vk.xml` (public issue 1772).

Internal Issues:

  * Update encoder capability APIs in the provisional video extensions to
    align with H.264/H.265 codecs and support a broader range of
    implementations (internal issues 1842 / 2842).
  * Add `spirvextension` tag to `vk.xml` expressing the relationship between
    apiext:VK_INTEL_shader_integer_functions2 and
    `SPV_INTEL_shader_integer_functions` (internal issue 2899)
  * Add a deprecation note for code:WorkgroupSize (internal issue 2908).
  * Align the provisional slink:VkVideoEncodeH264VclFrameInfoEXT structure
    to the similar one in apiext:VK_EXT_video_encode_h265 (internal issue
    2966).
  * Add valid usage statements making code:SkipTrianglesKHR and
    code:SkipAABBsKHR mutually exclusive (internal issue 2994).
  * Do not include valid usage statements requiring that the
    <<features-extendedDynamicState, extendedDynamicState>> feature be
    enabled when building Vulkan 1.3 specifications (internal issue 3005).
  * Update valid usage statements 06423 and 06424 common to draw dispatch
    commands to use "`image view format`" rather than "`image format`"
    (internal issue 3008).
  * Remove mistaken requirement of
    <<features-descriptorBindingUniformBufferUpdateAfterBind,
    pname:descriptorBindingUniformBufferUpdateAfterBind>> for the
    <<profile-features-roadmap-2022, Roadmap 2022>> profile (internal issue
    3017).
  * Remove mistaken requirement of
    <<features-vulkanMemoryModelAvailabilityVisibilityChains,
    pname:vulkanMemoryModelAvailabilityVisibilityChains>> for Vulkan 1.3 in
    the <<features-requirements, Feature Requirements>> section.
  * Add valid usage statements to
    sname:VkCommandBufferInheritanceRenderingInfo,
    sname:VkPipelineRenderingCreateInfo, and sname:VkRenderingInfo requiring
    that pname:depthAttachmentFormat and pname:stencilAttachmentFormat
    include the corresponding aspects.
  * Remove references to
    slink:VkPhysicalDeviceBufferDeviceAddressFeaturesEXT when
    apiext:VK_EXT_buffer_device_address is not present.
  * Clarify that excess image write data is discarded in the
    <<textures-output-format-conversion, Texel Output Format Conversion>>
    section (internal merge request 5053).
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d80b6159f6d69398dbeae52aa1080e47ae96fe47
Title: Vulkan API specifications 1.3.207 released
Post by: Stefan on March 16, 2022, 05:35:01 PM
QuoteChange log for March 8, 2022 Vulkan 1.3.207 spec update:

  * Update release number to 207 for this update.

Github Issues:

  * Rejoin part of flink:vkCreateSwapchainKHR language that had become
    dislocated from the start of the description (public pull request 1613).
  * Correct the `limittype` attribute for
    slink:VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV::pname:maxFragmentShadingRateInvocationCount
    (public issue 1767).
  * Fix markup typo in
    slink:VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR
    (public issue 1786).
  * Use consistent terminology for variable-sized descriptor bindings, and
    add a glossary entry for the term (public issue 1724).
  * Specify `optional` attribute correctly for the
    pname:pDrmFormatModifierProperties member of
    slink:VkDrmFormatModifierPropertiesListEXT and
    slink:VkDrmFormatModifierPropertiesList2EXT (public issue 1766).
  * Fix `limittype` attribute value for
    slink:VkPhysicalDeviceLimits::pname:maxColorAttachments (public issue
    1768).
  * Add valid usage statements to slink:VkRenderPassMultiviewCreateInfo and
    slink:VkSubpassDescription2 to constrain requirements for the
    <<features-multiview>> feature on render pass creation (public issue
    1774).
  * Fix typos in the apiext:VK_KHR_deferred_host_operations appendix (public
    issue 1784).
  * Fix typo "`unscaled`" -> "`scaled`" in filtering and conversion rules
    for flink:vkCmdBlitImage (public merge request 1792).

Internal Issues:

  * Clarify SPIR-V valid usage statement 04680, and remove 06273, by stating
    all possible uses of code:OpTypeRuntimeArray allowed and then removing
    the restriction at runtime if <<features-runtimeDescriptorArray,
    runtimeDescriptorArray>> is not enabled (internal issue 2408).
  * Update <<resources-image-inherited-usage>> and
    slink:VkImageViewCreateInfo to remove requirement for a YCbCr sampler
    for video image views (internal issue 2688).
  * Specify in the <<primsrast-depthbias-computation, Depth Bias
    Computation>> section that depth bias only works with polygon topologies
    with any polygon mode, but not line and point topologies (internal issue
    2793).
  * Add slink:VkVideoDecodeCapabilitiesKHR,
    elink:VkVideoDecodeCapabilityFlags, and
    elink:VkVideoDecodeCapabilityFlagBitsKHR to the provisional
    apiext:VK_KHR_video_decode_queue extension (internal issue 2964).
  * Clarify which layers of an attachment et automatic layout transitions in
    the <<renderpass-layout-transitions>> section (internal issue 3012).
  * Make slink:VkDeviceImageMemoryRequirements::pname:planeAspect `optional`
    in `vk.xml` (internal issue 3020).
  * Make it more obvious that an AS update cannot change active <-> inactive
    primitives and instances in the <<acceleration-structure-update,
    Acceleration Structure Update Rules>> section (internal issue 3025).
  * Clarify when the various ptext:p*State members of
    slink:VkGraphicsPipelineCreateInfo members are used (internal issue
    3028).
  * Fix resolution of issues 1 and 3 for apiext:VK_EXT_depth_clip_control
    (internal merge request 5057).
  * Add VUs to slink:VkAttachmentDescription2 to avoid specifying stencil
    layout twice with depth/stencil attachments.
  * Fix markup typo in slink:VkPhysicalDeviceMultiDrawPropertiesEXT that
    resulted in the wrong structure name being embedded in common valid
    usage statements.
  * Fix missing `len` attribute in `vk.xml` for
    slink:VkVideoProfilesKHR::pname:pProfiles.

New Extensions:

  * apiext:VK_VALVE_descriptor_set_host_mapping
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/75c276d6fa83a3f1cbf8b3da50b9278c479be021
Title: Vulkan API specifications 1.3.208 released
Post by: Stefan on March 16, 2022, 05:36:06 PM
QuoteChange log for March 15, 2022 Vulkan 1.3.208 spec update:

  * Update release number to 208 for this update.

Internal Issues:

  * Change definition of _inactive triangle_ in the
    <<acceleration-structure-inactive-prims, Inactive Primitives and
    Instances>> section to one for which the first (X) component of _any_
    vertex is NaN (internal issue 3026).
  * Add storage image equivalence for code:AHardwareBuffer-backed external
    memory in slink:VkMemoryAllocateInfo and the
    <<memory-external-android-hardware-buffer-usage, AHardwareBuffer Usage
    Equivalence>> table (internal issue 3004).

New Extensions:

  * apiext:VK_KHR_portability_enumeration
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/e88e27f2cda370444f87fc724412a384cb958824
Title: Vulkan API specifications 1.3.209 released
Post by: JeGX on March 23, 2022, 11:16:28 AM
Quote
Change log for March 23, 2022 Vulkan 1.3.209 spec update:
  * Update release number to 209 for this update.

Public Issues:

  * Add VU to slink:VkImageViewCreateInfo ensuring
    slink:VkImageViewCreateInfo::pname:format and
    slink:VkSamplerYcbcrConversionCreateInfo::pname:format are the same when
    used together (public issue 1752).
  * Add VU to slink:VkMemoryAllocateInfo to limit to one import operation at
    a time (public issue 1782).

Internal Issues:

  * Rephrase some VUs for apiext:VK_EXT_color_write_enable (internal issue
    2868).
  * Update code:Std* structures in provisional video extensions to remove
    SPS and VPS IDs from code:StdVideoDecode*PictureInfo. The implementation
    should obtain the IDs indirectly from the associated PPS picture
    parameters based on the picture parameter and slice header PPS IDs.
    Unify/add STD Encode h.264/265 weight tables (internal issue 2930).
  * Many minor updates to versioning and reporting for the provisional video
    extensions (internal issue 3019).
  * Add VU to slink:VkDeviceCreateInfo to require consistent global
    priorities for protected and unprotected queues created from the same
    queue family (internal issue 3021).
  * Fix some `ifndef::` conditional expression markup (internal issue 3038).
  * Remove the "`Common Operation`" section near the start of the <<copies>>
    chapter and refactor the bullet points into commonvalidity valid usage
    statements, if not already covered by VUs (internal issue 3039).
  * Add some valid usage statements to the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    section that were already being checked by `spirv-val` (internal merge
    request 5081).
  * Make markup for code:OpImage*Dref* consistent (internal merge request
    5091).
  * Remove VU 04676, which replicates a statement in the SPIR-V
    specification, from <<spirvenv-module-validation-standalone, Standalone
    SPIR-V Validation>> (internal merge request 5094).
  * Clarify that the pname:finalLayout of an attachment is not ignored in
    the <<renderpass-load-store-ops>> section for
    slink:VkAttachmentDescription (internal merge request 5101).
  * Add VU for ename:VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT dynamic state to
    the common validity statements for drawing commands (internal merge
    request 5103).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/fff65570f345288361958ff530e284de27b1a657
Title: Vulkan API specifications 1.3.210 released
Post by: Stefan on March 30, 2022, 12:30:44 AM
QuoteChange log for March 29, 2022 Vulkan 1.3.210 spec update:

  * Update release number to 210 for this update.

Public Issues:

  * Clarify that descriptors are not referenced for unused
    ename:VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT descriptors unless
    dynamically used (public issue 1794).
  * Remove "`If renderpass is NULL`" from slink:VkFramebufferCreateInfo
    valid usage statements (public issue 1800).

Internal Issues:

  * Add valid usage statements to slink:VkAttachmentDescription and
    slink:VkAttachmentDescription2 for the cases when pname:loadOp is or
    pname:stencilLoadOp is ename:VK_ATTACHMENT_LOAD_OP_LOAD and
    pname:initialLayout is ename:VK_IMAGE_LAYOUT_UNDEFINED, and when
    pname:format is ename:VK_FORMAT_UNDEFINED (internal issue 2349).
  * Add valid usage statements to slink:VkRenderPassMultiviewCreateInfo and
    slink:VkSubpassDescription2 to respect <<limits-maxMultiviewViewCount,
    pname:maxMultiviewViewCount>> (internal issue 2511).
  * Clarify definition of <<shaders-staticuse, static use instructions>>
    (internal issue 2639).
  * Fix typo pname:pRanges -> pname:pRegions in common validity statements
    for copy image commands (internal issue 3052).
  * Update valid usage statement for build acceleration structure common VUs
    to allow inactive instances (internal merge request 5116).
  * Require <<features-colorWriteEnable, pname:colorWriteEnable>> for
    apiext:VK_EXT_color_write_enable in the <<features-requirements, Feature
    Requirements>> section.
  * Better specify when depth/stencil must be written in
    slink:VkPipelineShaderStageCreateInfo valid usage statements.

New Extensions:

  * apiext:VK_EXT_graphics_pipeline_library
  * apiext:VK_EXT_primitives_generated_query
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/45af5eb1f66898c9f382edc5afd691aeb32c10c0


New extensions:
- VK_EXT_graphics_pipeline_library (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_graphics_pipeline_library.txt)
Quote
This extension allows the separate compilation of four distinct parts of
graphics pipelines, with the intent of allowing faster pipeline loading for
applications reusing the same shaders or state in multiple pipelines.
Each part can be independently compiled into a graphics pipeline library,
with a final link step required to create an executable pipeline that can be
bound to a command buffer.


- VK_EXT_graphics_pipeline_library (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_graphics_pipeline_library.txt)
Quote
This extension adds support for a new query type to match OpenGL's
`GL_PRIMITIVES_GENERATED` to support layering.
Title: Vulkan API specifications 1.3.211 released
Post by: Stefan on April 06, 2022, 05:25:46 PM
QuoteChange log for April 5, 2022 Vulkan 1.3.211 spec update:

  * Update release number to 211 for this update.

Public Issues:

  * Clarify dynamic offset with ename:VK_WHOLE_SIZE including new
    <<buffer-info-effective-range>> language (public issue 1546).
  * Relax depth copy requirement in common copy image valid usage statement
    00153 to ename:VK_IMAGE_TYPE_3D only and clarify copying depth slices
    for slink:VkImageCopy (public issue 1804).
  * Avoid a chain of enumerant aliases in `vk.xml` by aliasing
    ename:VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR directly to
    ename:VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT (public issue 1814).
  * Fix structure name containing pname:compareMask value in
    flink:vkCmdSetStencilCompareMask (public pull request 1806).
  * Fix miiscellaneous minor markup issues (public pull request 1810).
  * Simplify <<fundamentals-api-name-aliases, typo alias example>> to refer
    to aliases in the core API rather than extensions (public pull request
    1811).
  * Fix order of swapchain vs device destruction in
    flink:vkCreateSwapchainKHR (public pull request 1817).
  * Minor fix for VK_EXT_graphics_pipeline_library proposal vertex shader
    sample code (public pull request 1819).

Internal Issues:

  * Clarify timestamps write when the stage is done for
    flink:vkCmdWriteTimestamp and flink:vkCmdWriteTimestamp2 (internal issue
    2287).
  * Add pname:samplerFilterMinmax feature valid usage statement to
    slink:VkSamplerCreateInfo (internal issu 2747).
  * Add success and error codes to `vk.xml` for flink:vkWaitForPresentKHR
    (internal issue 2822).
  * Add footnote to flink:vkGetDeviceProcAddr suggesting, but not requiring
    returning `NULL` for core commands beyond the version supported by the
    implementation (internal issue 3002).
  * Fix valid usage statement for slink:VkImageFormatListCreateInfo when the
    image is created with
    ename:VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT (internal issue
    3032).
  * Disallow binding ray tracing pipelines to protected command buffers in
    flink:vkCmdBindPipeline (internal issue 3034).
  * Update valid usage statements for interaction of
    flink:vkGetRayTracingShaderGroupHandlesKHR and
    flink:vkGetRayTracingCaptureReplayShaderGroupHandlesKHR with
    apiext:VK_KHR_pipeline_library (internal issue 3040).
  * Add capability flags to report support to disable transform skip and use
    B frame in L1 reference list for the provisional
    apiext:VK_EXT_video_encode_h265.txt extension (internal issue 3050).
  * Update description of
    slink:VkPipelineShaderStageCreateInfo::pname:module and add valid usage
    for modules being optional when apiext:VK_EXT_graphics_pipelin_library
    is supported (internal issue 3059).
  * Remove redundant slink:VkVideoEncodeInfoKHR and
    slink:VkVideoDecodeInfoKHR pname:codedOffset / pname:codedExtent
    parameters from the provisional video extensions (internal issue 3062).
  * Fix "`code:VkDescriptorSetLayout`" typo in
    flink:vkCmdBindDescriptorSets.

New Extensions:

  * apiext:VK_EXT_image_2d_view_of_3d
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/2a31e99cbaa07dba4e2036c0bfe76aa3ebe8b2a4
Title: Vulkan API specifications 1.3.212 released
Post by: Stefan on April 29, 2022, 09:11:32 PM
QuoteChange log for April 21, 2022 Vulkan 1.3.212 spec update:

  * Update release number to 212 for this update.

Public Issues:

  * Add <<attachment-type-imagelayout, layout requirements for resolve
    attachments>> (public issue 1777).
  * Improve description of and references to elink:VkCompareOp (public pull
    request 1805).
  * Fix typos in <<fundamentals-api-name-aliases, typo alias example>>
    (public pull request 1821).

Internal Issues:

  * Modify pipeline layout override for
    apiext:VK_EXT_graphics_pipeline_library (internal merge request 5164)
  * Include graphics pipelines in definition of
    ename:VK_PIPELINE_CREATE_LIBRARY_BIT_KHR (internal issue 3068).
  * Add cap for B frame as L1 reference, and disable SPS
    direct_8x8_inference_flag in provisional apiext:VK_EXT_video_encode_h264
    extension (internal issue 3064).
  * Add implementor's note for memory type index ambiguity to
    slink:VkMemoryAllocateInfo for
    apiext:VK_ANDROID_external_memory_android_hardware_buffer (internal
    issue 2762).
  * Minor editorial fixes for the <<memory, Memory Allocation>> chapter.
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0a80073e9078eae4266ca779d91e36e91c49a54c
Title: Vulkan API specifications 1.3.213 released
Post by: JeGX on May 10, 2022, 05:35:43 PM
QuoteChange log for May 10, 2022 Vulkan 1.3.213 spec update:
  * Update release number to 213 for this update.

Public Issues:

  * Replace the list of <<formats-packed, Packed Formats>> with a generated
    version, and update the format generator script to support conditionals
    (public pull request 1823).
  * Fix typo in apiext:VK_INTEL_performance_query (public issue 1845).

Internal Issues:

  * Add valid usage statement limiting
    slink:VkDisplaySurfaceCreateInfoKHR::pname:transform to a single,
    supported transformation (internal merge request 5166).
  * Update sample code for apiext:VK_KHR_ray_query in the extension appendix
    (internal issue 3066).
  * Fix some `limittype` attributes for
    slink:VkPhysicalDeviceTransformFeedbackPropertiesEXT and
    slink:VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV members in
    `vk.xml` (internal merge requests 5173 and 5174).

New Extensions:

  * apiext:VK_EXT_image_compression_control
  * apiext:VK_EXT_pipeline_properties
  * apiext:VK_EXT_subpass_merge_feedback
  * apiext:VK_KHR_ray_tracing_maintenance1

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/71decb7f868d3891974eab139f03c7c6c87fea4d

New extensions:

- VK_EXT_image_compression_control (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_image_compression_control.txt)
QuoteThis extension enables fixed-rate image compression and adds the ability to
control when this kind of compression can be applied.
Many implementations support some form of framebuffer compression.
This is typically transparent to applications as lossless compression
schemes are used.
With fixed-rate compression, the compression is done at a defined bitrate.
Such compression algorithms generally produce results that are visually
lossless, but the results are typically not bit-exact when compared to a
non-compressed result.
The implementation may not be able to use the requested compression rate in
all cases.
This extension adds a query that can be used to determine the compression
scheme and rate that was applied to an image.


- VK_EXT_pipeline_properties (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_pipeline_properties.txt)
QuoteVulkan SC requires offline compilation of pipelines.
In order to support this, the pipeline state is represented in a
https://github.com/KhronosGroup/VulkanSC-Docs/wiki/JSON-schema[JSON schema]
that is read by an offline tool for compilation.

One method of developing a Vulkan SC application is to author a Vulkan
application and use a layer to record and serialize the pipeline state and
shaders for offline compilation.
Each pipeline is represented by a separate JSON file, and can be identified
with a pname:pipelineIdentifier.

Once the pipelines have been compiled by the offline pipeline cache
compiler, the Vulkan SC application can then use this
pname:pipelineIdentifier for identifying the pipeline via Vulkan SC's
pname:VkPipelineIdentifierInfo structure.

This extension allows the Vulkan application to query the
pname:pipelineIdentifier associated with each pipeline so that the
application can store this with its pipeline metadata and the Vulkan SC
application will then use to map the same state to an entry in the Vulkan SC
pipeline cache.

It is expected that this extension will initially be implemented in the json
generation layer, although we can envision that there might be future uses
for it in native Vulkan drivers as well.



- VK_EXT_subpass_merge_feedback (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_subpass_merge_feedback.txt)
QuoteThis extension adds a mechanism to provide feedback to an application about
whether the subpasses specified on render pass creation are merged by the
implementation.
Additionally, it provides a control to enable or disable subpass merging in
the render pass.



- VK_KHR_ray_tracing_maintenance1 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_ray_tracing_maintenance1.txt)
Quote`VK_KHR_ray_tracing_maintenance1` adds a collection of minor ray tracing
features, none of which would warrant an entire extension of their own.

The new features are as follows:

  * Adds support for the `SPV_KHR_ray_cull_mask` SPIR-V extension in Vulkan.
    This extension provides access to built-in code:CullMaskKHR shader
    variable which contains the value of the code:OpTrace* `Cull Mask`
    parameter.
    This new shader variable is accessible in the intersection, any-hit,
    closest-hit and miss shader stages.
  * Adds support for a new pipeline stage and access mask built on top of
    `apiext:VK_KHR_synchronization2`:
  ** ename:VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR to
     specify execution of <<acceleration-structure-copying, acceleration
     structure copy commands>>
  ** ename:VK_ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR to specify read
     access to a <<shader-binding-table, shader binding table>> in any
     shader pipeline stage
  * Adds two new acceleration structure query parameters:
  ** ename:VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SIZE_KHR to query the
     acceleration structure size on the device timeline
  ** ename:VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SERIALIZATION_BOTTOM_LEVEL_POINTERS_KHR
     to query the number of bottom level acceleration structure pointers for
     serialization
  * Adds an optional new indirect ray tracing dispatch command,
    flink:vkCmdTraceRaysIndirect2KHR, which sources the shader binding table
    parameters as well as the dispatch dimensions from the device.
    The <<features-rayTracingPipelineTraceRaysIndirect2,
    pname:rayTracingPipelineTraceRaysIndirect2>> feature indicates whether
    this functionality is supported.
Title: Vulkan API 1.3.214 specifications released
Post by: JeGX on May 17, 2022, 09:52:31 PM
QuoteChange log for May 17, 2022 Vulkan 1.3.214 spec update:
  * Update release number to 214 for this update.

Public Issues:

  * Clarify protected queue creation language for slink:VkDeviceCreateInfo,
    slink:VkDeviceQueueCreateInfo,
    slink:VkDeviceQueueGlobalPriorityCreateInfoKHR, and
    slink:VkDeviceQueueInfo2 (public issue 1761, internal issue 2978).
  * Add valid usage statements for usage and format features bits for
    resolve image commands (public pull request 1826).
  * Add apiext:VK_KHR_depth_stencil_resolve dependency to
    apiext:VK_KHR_dynamic_rendering (public pull request 1831).
  * Make some missing API dependencies explicit in XML (public issue 1840).
  * Mark slink:VkSubresourceLayout2EXT as `returnedonly` in XML (public pull
    request 1848).
  * Replace manual links in VK_KHR_ray_tracing_maintenance1 appendix (public
    pull request 1849).
  * Add valid usage statement for pname:pipelinePropertiesIdentifier
    feature, and change a valid usage statement to refer to the
    pname:imageCompressionControlSwapchain feature rather than the related
    extension (public pull request 1852).

Internal Issues:

  * Fix description of parameters defined by
    apiext:VK_EXT_depth_clip_control for slink:VkViewport (internal issue
    3044)
  * Add valid usage statements to slink:VkGraphicsPipelineCreateInfo banning
    graphics pipeline libraries having descriptors for other libraries
    (internal issue 3080).
  * Add valid usage statements to slink:VkGraphicsPipelineCreateInfo and
    flink:vkCmdBindDescriptorSets allowing `NULL` set layouts with
    non-independent sets (internal issue 3082).
  * Set `noautovalidity` attribute in XML for
    flink:vkGetPipelinePropertiesEXT::pname:pPipelineProperties (internal
    issue 3088).
  * Update apiext:VK_NV_device_diagnostics_config to add a new config bit
    (internal merge request 5160).
  * Clarify unsupported conservative point/line rasterization in
    slink:VkPipelineRasterizationConservativeStateCreateInfoEXT and in valid
    usage statements for slink:VkGraphicsPipelineCreateInfo (internal merge
    request 5169).
  * Add missing `limittype` attributes to XML for
    slink:VkQueueFamilyProperties* and slink:VkFormatProperties* members
    (internal merge requests 5171 and 5175).
  * Improve XML `limittype` attribute of
    slink:VkPhysicalDeviceFragmentShadingRatePropertiesKHR::pname:maxFragmentShadingRateCoverageSamples
    for tool chain usage (internal merge request 5177).
  * Change description of slink:VkPipelineLayoutCreateInfo::pname:flags now
    that there are flag bits reserved for the underlying type (internal
    merge request 5180).
  * Fix typos in slink:VkGraphicsPipelineCreateInfo valid usage statements
    (internal merge request 5191).
  * Move attribute settings used in commonvalidity includes inside valid
    usage blocks to generate correct validusage.json text (internal merge
    request 5195).

New Extensions:

  * apiext:VK_AMD_shader_early_and_late_fragment_tests

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/028789841d7ba54cabc678a128e7b98d30c0b4cd

New Extension:

- VK_AMD_shader_early_and_late_fragment_tests (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_AMD_shader_early_and_late_fragment_tests.txt)
QuoteThis extension adds support for the
{spirv}/AMD/SPV_AMD_shader_early_and_late_fragment_tests.html[`SPV_AMD_shader_early_and_late_fragment_tests`] extension, allowing shaders to explicitly opt in to allowing both early _and_ late fragment tests with the code:EarlyAndLateFragmentTestsEXT execution mode.
Title: Vulkan API specifications 1.3.215 released
Post by: Stefan on May 27, 2022, 08:13:04 PM
QuoteChange log for May 24, 2022 Vulkan 1.3.215 spec update:
  * Update release number to 215 for this update.
Public Issues:
  * Fix markup error to make slink:VkImageResolve2 appear right after
    slink:VkImageResolve, rather than appearing in the next section (public
    pull request 1856).
Internal Issues:
  * Allow slink:VkDescriptorPoolCreateInfo::pname:poolSizeCount to be `0` in
    `vk.xml` (internal issue #2974).
  * Add valid usage statements to flink:vkCmdExecuteCommands requiring that
    the depth or stencil format in
    slink:VkCommandBufferInheritanceRenderingInfo must be
    ename:VK_FORMAT_UNDEFINED if a `NULL` attachment is used
    (internal issue 3016).
  * Remove (incomplete) list of SPIR-V decorations from intro of interface
    matching chapter (internal issue 3043).
  * Add valid usage statement disallowing
    VkImageDrmFormatModifierExplicitCreateInfoEXT in the pname:pNext chain
    of slink:VkDeviceImageMemoryRequirementsKHR (internal issue #3051).
  * Add missing references to flink:vkQueueSubmit2 in the
    <<synchronization-fences-signaling>> and
    <<synchronization-semaphores-signaling, Semaphore Signaling>> sections
    (internal issue #3077).
  * Clarify that pipeline libraries can link against other libraries
    following the description of slink:VkPipelineLibraryCreateInfoKHR
    (internal issue #3083).
  * Fix suffix of some SPIR-V tokens to `AMD` for
    apiext:VK_AMD_shader_early_and_late_fragment_tests (internal merge
    request #5199).
New Extensions:
  * apiext:VK_KHR_fragment_shader_barycentric

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9b5562187a8ad72c171410b036ceedbc450153ba
Title: Vulkan API specifications 1.3.216 released
Post by: Stefan on June 09, 2022, 05:48:36 PM
QuoteChange log for June 2, 2022 Vulkan 1.3.216 spec update:
  * Update release number to 216 for this update.
  * Note: most spec updates will occur on Thursdays going forward, not
    Tuesdays.

Public Issues:

  * Make formal names in the <<synchronization-dependencies-execution>>
    section more memorable (public pull request 1837).
  * Refactor slink:VkPipelinenfoKHR / slink:VkPipelineInfoEXT markup (public
    issue 1857).
  * Fix conditional markup in the <<shaders-ray-generation-execution Ray
    Generation Shader Execution>> section for references to shader binding
    tables (public issue 1858).
  * Fix "`a`" -> "`an`" typo (public pull request 1865).

Internal Issues:

  * Clarify that flink:vkCmdClearAttachments is not a drawing command
    (internal issue 3055).
  * Remove requirements that the boolean
    slink:VkPhysicalDeviceTexelBufferAlignmentProperties::pnamestorageTexelBufferOffsetSingleTexelAlignment
    and pname:uniformTexelBufferOffsetSingleTexelAlignment limits must: be a
    power of two (internal issue 3081).
  * Fix the structextends and constness issues in
    apiext:VK_EXT_subpass_merge_feedback (this is a breaking API change, but
    there is only one known implementation at present) (internal issue
    3095).
  * Update to latest asciidoctor-chunker.js so links to undefined anchors in
    the chunked HTML outputs are rendered with the undefined anchor and CSS
    class `"target-missing"`, instead of as `href="undefined"` (internal
    merge request 5170).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/899dd1c16d5de69bd24e108f393d134fa2989512
Title: Vulkan API specifications 1.3.217 released
Post by: Stefan on June 09, 2022, 05:54:19 PM
QuoteChange log for June 9, 2022 Vulkan 1.3.217 spec update:
  * Update release number to 217 for this update.

Public Issues:

  * Clarify meaning of "`private data slot`" for apiext:VK_EXT_private_data
    (public issue 1675)
  * Minor markup fix in the <<spirvenv-module-validation-standalone>>
    section (public merge request 1864).

Internal Issues:

  * Clarify that <<primsrast-sampleshading, Sample Shading>> affects the
    number of times the fragment shader is evaluated, rather than dictating
    fragment data (internal issue 3003).
  * Clarify interaction of the
    slink:VkPhysicalDeviceLimits::pname:strictLines limit with
    apiext:VK_EXT_line_rasterization in
    slink:VkPhysicalDeviceLineRasterizationFeaturesEXT and the
    <<line_linear_interpolation>> section (internal issue 3042).
  * Clarify that code:EarlyFragmentTests allows for sample counting after
    fragment shading and multisample coverage in the introduction to the
    <<fragops, Fragment Operations>> chapter (internal issue 3085).
  * Update description of ray tracing <<features-requirements Feature
    Requirements>> for consistency and to remove redundancy. Add an issue to
    apiext:VK_KHR_ray_tracing_pipeline explaining why
    apiext:VK_KHR_pipeline_library is an interaction, rather than a required
    dependency. (internal issue 3103).
  * Define alignment requirements for matrices in terms of arrays.
    in the <<interfaces-alignment-requirements,
    Alignment Requirements>> section
    (internal issue 3105).
  * Add valid usage statements for code:StorageBuffer and code:Uniform
    code:PushConstant types to the <<spirvenv-module-validation-standalone,
    Standalone SPIR-V Validation>> section (internal merge request 5080).
  * Fix conditional markup interaction for
    apiext:VK_KHR_depth_stencil_resolve and apiext:VK_KHR_dynamic_rendering
    in slink:VkRenderingInfo and slink:VkRenderingAttachmentInfo valid usage
    statements, now that apiext:VK_KHR_dynamic_rendering requires
    apiext:VK_KHR_depth_stencil_resolve (internal merge request 5224).
  * Clarify dependencies and fix broken chapter links for
    apiext:VK_ARM_rasterization_order (internal merge request 5229).
  * Add a valid usage statement to flink:vkCmdEndRendering to disallow
    calling it when transform feedback is active (internal merge request
    5230).
  * Update reference to a style guide chapter (internal merge request 5231).
  * Clarify that slink:VkExportMemoryAllocateInfo::pname:handleTypes can be
    zero in spec description, matching XML and other pname:handleType
    members (internal merge request 5234).

New Extensions:

  * apiext:VK_EXT_metal_objects
  * apiext:VK_EXT_non_seamless_cube_map

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/307906bddb5fab543dcf6d7fff737abeb15f8b10:
Title: Vulkan API specifications 1.3.218 released
Post by: JeGX on June 21, 2022, 08:31:48 AM
QuoteChange log for June 16, 2022 Vulkan 1.3.218 spec update:
  * Update release number to 218 for this update.

Public Issues:

  * Add apiext:VK_KHR_maintenance4 relaxed interface valid usage statement
    to the <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section (public pull request 1860).
  * Fix field name in slink:VkRenderingAttachmentInfo valid usage statement
    (public pull request 1861).
  * Fix typo in slink:VkFramebufferCreateInfo valid usage statements 04533 /
    04544 (public pull request 1873).
  * Remove duplicate valid usage statement 06060 (public pull request 1874).
  * Rework <<fxvertex-input-address-calculation, Vertex Input Address
    Calculation>> section (public pull request 1869).
  * Split Github CI script into individual jobs to decrease run time (public
    pull request 1870).

Internal Issues:

  * Refactor some valid usage statements for drawing commands that depend on
    apiext:VK_EXT_color_write_enable (internal issue 2868).
  * Refactor description of
    flink:vkGetPhysicalDeviceVideoFormatPropertiesKHR and add
    video-profile-specific error codes (internal issues 2965 and 2995).
  * Add NOTEs regarding Android layer discovery to
    flink:vkEnumerateDeviceLayerProperties and
    flink:vkEnumerateDeviceExtensionProperties (internal issue 3070).
  * Update slink:VkSubpassDependency valid usage statements based on
    language in synchronization chapter (internal issue 3075).
  * Rename slink:VkQueueFamilyQueryResultStatusProperties2KHR member from
    ptext:supported to pname:queryResultStatusSupport for a provisional
    video extension (internal issue 3092).
  * Expand allowed use of `limittype` XML attribute to additional limit and
    property structures, and validate its use (internal issue 3101).
  * Update registry schema and the extension metadocumentation generator
    script to interpret extension 'requires' attributes as requiring such
    extensions be enabled for device level functionality, rather than just
    supported (internal issue 3116).
  * Replace XML dependency of apiext:VK_KHR_video_queue on
    apiext:VK_KHR_sampler_ycbcr_conversion with a dependency on
    apiext:VK_KHR_synchronization2 plus Vulkan 1.1 (internal merge request
    5217).
  * Fix typo in anchor text in the <<clears-inside, Clearing Images Inside A
    Render Pass Instance>> section (internal merge request 5241).
  * Use feature template include markup for
    slink:VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
    (internal merge request 5242).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/067a92d083e6a7ec97ef3bcc34e5b75fa71eec79
Title: Vulkan API specifications 1.3.219 released
Post by: JeGX on July 01, 2022, 03:32:34 PM
QuoteChange log for June 30, 2022 Vulkan 1.3.219 spec update:
  * Update release number to 219 for this update.

Public Issues:

  * Update pipeline image to move push constants outside of descriptor sets
    (public issue 1867).
  * Correct code:StencilRefLessFrontEXT to code:DepthLess in the early depth
    test portion of the <<fragops, Fragment Operations>> chapter (public
    pull request 1876).
  * Add new driver id ename:VK_DRIVER_ID_MESA_DOZEN (public pull request
    1877).
  * Relax slink:VkRenderPassCreateInfo valid usage statements 02517 and
    02518 to allow ename:VK_SUBPASS_EXTERNAL (public pull request 1878).

Internal Issues:

  * Move validation of read-only depth/stencil layout with respect to
    depth/stencil write from slink:VkGraphicsPipelineCreateInfo to draw time
    validation (internal issue 3110).
  * Clarify buffer view format features by replacing the undefined term
    "`formatted load`" (internal issue 3124).
  * Clean up markup of feature structures, and add missing boilerplate
    pname:sType / pname:pNext member descriptions where still missing
    (internal issue 3128).
  * Add new XML `limittype` attribute values to better express constraints,
    update which structure type's members are allowed to have the attribute,
    and update attributes accordingly (internal merge request 5172).
  * Disallow more combinations of ray flags in the
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    section and corresponding text in the <<ray-traversal, Ray Traversal>>,
    chapter as well as better documenting already disallowed cases (internal
    merge request 5220).
  * Add <<descriptorsets-updates-consecutive, wording for extrapolated
    descriptor updates>> on ename:VK_DESCRIPTOR_TYPE_MUTABLE_VALVE (internal
    merge request 5251).
  * Clarify alignment requirements for device generated commands. in
    slink:VkIndirectCommandsLayoutCreateInfoNV and
    slink:VkIndirectCommandsLayoutTokenNV (internal merge request 5252).
  * Add `validstructs` attribute to XML `param` tags to specify actual valid
    structures allowed in cases where an abstract formal parameter type
    (slink:VkBaseInStructure or slink:VkBaseOutStructure) is passed,
    primarily to support the Ash Rust binding generator (internal merge
    request 5253).
  * Add guidance on defining feature structures for WSI extensions in the
    "`Feature Structures`" section of the style guide (internal merge
    request 5266).

New Extensions:

  * apiext:VK_EXT_multisampled_render_to_single_sampled
  * apiext:VK_EXT_shader_module_identifier

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/080f66a96b61419b8663872d6cab6ce68a3123e8

New extensions:

- VK_EXT_multisampled_render_to_single_sampled (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_multisampled_render_to_single_sampled.txt)
QuoteWith careful usage of resolve attachments, multisampled image memory
allocated with ename:VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT, pname:loadOp
not equal to ename:VK_ATTACHMENT_LOAD_OP_LOAD and pname:storeOp not equal to
ename:VK_ATTACHMENT_STORE_OP_STORE, a Vulkan application is able to
efficiently perform multisampled rendering without incurring any additional
memory penalty on some implementations.

Under certain circumstances however, the application may not be able to
complete its multisampled rendering within a single render pass; for example
if it does partial rasterization from frame to frame, blending on an image
from a previous frame, or in emulation of
GL_EXT_multisampled_render_to_texture.
In such cases, the application can use an initial subpass to effectively
load single-sampled data from the next subpass's resolve attachment and fill
in the multisampled attachment which otherwise uses pname:loadOp equal to
ename:VK_ATTACHMENT_LOAD_OP_DONT_CARE.
However, this is not always possible (for example for stencil in the absence
of VK_EXT_shader_stencil_export) and has multiple drawbacks.

Some implementations are able to perform said operation efficiently in
hardware, effectively loading a multisampled attachment from the contents of
a single sampled one.
Together with the ability to perform a resolve operation at the end of a
subpass, these implementations are able to perform multisampled rendering on
single-sampled attachments with no extra memory or bandwidth overhead.
This extension exposes this capability by allowing a framebuffer and render
pass to include single-sampled attachments while rendering is done with a
specified number of samples.

- VK_EXT_shader_module_identifier (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_shader_module_identifier.txt)
QuoteSome applications generate SPIR-V code at runtime.
When pipeline caches are primed, either explicitly through e.g.
slink:VkPipelineCache mechanisms, or implicitly through driver managed
caches, having to re-generate SPIR-V modules is redundant.
SPIR-V modules could be cached on disk by an application, but the extra disk
size requirement might be prohibitive in some use cases.

This extension adds the ability for an application to query a small
identifier associated with a slink:VkShaderModule.
On subsequent runs of the application, the same identifier can: be provided
in lieu of a slink:VkShaderModule object.
A pipeline creation call with such a module may: succeed if a pipeline could
be created without invoking compilation, and information inside the SPIR-V
module is not required by the implementation.

ename:VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT must: be used
if only the identifier is provided, and this use case is intended to work
like a non-blocking, speculative compile.
Applications can: fallback as necessary.

The main motivation for identifying the module itself and not the entire
pipeline is that pipeline identifiers change when a driver is updated, but
module identifiers are expected to be stable for any particular driver
implementation.
This approach is helpful for shader pre-compilation systems which can prime
pipeline caches ahead of time.
When on-disk pipeline caches are updated, the same shader identifiers could
lead to a pipeline cache hit.
Title: Vulkan API specifications 1.3.220 released
Post by: JeGX on July 13, 2022, 04:01:56 PM
QuoteChange log for July 7, 2022 Vulkan 1.3.220 spec update:
  * Update release number to 220 for this update.

Public Issues:

  * Add a note to elink:VkColorSpaceKHR regarding use of
    elink:VK_COLOR_SPACE_PASS_THROUGH_EXT for a linear or non-gamma transfer
    function color space (public merge request 1729).
  * Fix clamp expression for d_{lo} in the
    <<textures-level-of-detail-operation, Level-of-Detail Operation>>
    section (partial fix for public issue 1836).
  * Update <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> to add explicit valid usage statements for code:Uniform
    objects being read only, and for code:Block decorations (public merge
    request 1879).
  * Add an issue to apiext:VK_KHR_fragment_shader_barycentric for
    interactions with MSAA (public merge request 1881).
  * Fix XML tagging of slink:VkShaderModuleCreateInfo and add an explicit
    valid usage statement so this structure can be validated both as an
    explicit parameter, and as part of the pname:pNext chain of
    slink:VkPipelineShaderStageCreateInfo (public issue 1883, but a broader
    fix in the validation scripts for this case will eventually be
    required).

Internal Issues:

  * Refactor and update descriptor / render pass valid usage statements for
    slink:VkAttachmentDescription, slink:VkAttachmentDescription2,
    slink:VkAttachmentReference, slink:VkAttachmentReference2
    slink:VkRenderPassCreateInfo2, slink:VkSubpassDescription, and
    slink:VkSubpassDescription2 (internal issue 2559).
  * Modify all of the query commands to use synchronization scope language,
    in order to better describe how the commands synchronize with each other
    (internal issue 3089).
  * Add valid usage statements to slink:VkGraphicsPipelineCreateInfo
    slink:VkRayTracingPipelineCreateInfoKHR, and
    slink:VkRayTracingPipelineCreateInfoNV restricting the allowed shader
    stages (internal issue 3132).
  * Remove over-constrained list of data types that can be used together
    with code:PerVertexKHR in the
    <<shaders-interpolation-decorations-pervertexkhr>> section (internal
    issue 3134).
  * Document for flink:vkGetAccelerationStructureBuildSizesKHR that
    slink:VkAccelerationStructureGeometryKHR::pname:flags must be invariant
    between the size query and the build (internal issue 3147).
  * Update slink:VkShaderModuleValidationCacheCreateInfoEXT XML to mark that
    it extends VkPipelineShaderStageCreateInfo (internal merge request
    5210).
  * Fix <<resources-image-format-features, Image Format Features>> section
    discussion of DRM format modifiers, and some related miscellaneous typos
    (internal merge request 5255).
  * Clarify that code:RelaxedPrecision does not need to match in the
    <<interfaces-iointerfaces-matching, Interface Matching>> rules (internal
    issue 3053).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/29f44f378cdeb1b96b47ce00fb32f49954f2d29d
Title: Vulkan API specifications 1.3.221 released
Post by: Stefan on July 15, 2022, 11:41:05 PM
QuoteChange log for July 14, 2022 Vulkan 1.3.221 spec update:
  * Update release number to 221 for this update.
Public Issues:
  * Add dependency of `apiext:VK_EXT_blend_operation_advanced` on
    `apiext:VK_KHR_get_physical_device_properties2`. (public merge request
    1887).
  * Update xrefs to features so the feature name is used as the link text,
    and marked up consistently. Added a section to the style guide on markup
    of feature xrefs (public issue 1889).
Internal Issues:
  * Consolidate and clarify interpolation of fragment inputs in the
    <<primsrast-multisampling, Multisampling>>, <<primsrast-lines-basic,
    Basic Line Segment Rasterization>>, <<primsrast-polygons-basic, Basic
    Polygon Rasterization>>, and <<shaders-interpolation-decorations,
    Interpolation Decorations>> sections (internal issue 3108).
  * Add gitlab CI step to regenerate and test the Rust "`Ash`" Vulkan
    bindings (internal merge request 5216).
  * Note that the result of a <<queries-primitives-generated, Primitives
    Generated Query>> is similar to
    ename:VK_QUERY_PIPELINE_STATISTIC_CLIPPING_INVOCATIONS_BIT, but not
    affected by hardware details (internal issue 3131).
  * Swap direction of aliasing of enums shared by
    `apiext:VK_EXT_filter_cubic` and `apiext:VK_IMG_filter_cubic` to be
    consistent with other enums aliased by promotion, and add a note to the
    registry schema document to help clarify how the `alias` XML attribute
    is used (internal merge request 5276).
  * Update XML SPIR-V capabilities section so that
    code:RayTraversalPrimitiveCullingKHR is also enabled by
    `apiext:VK_KHR_ray_query` (internal issue 3156).
  * Remove reference to adding
    <<features-vulkanMemoryModelAvailabilityVisibilityChains,
    pname:vulkanMemoryModelAvailabilityVisibilityChains>> as a
    <<versions-1.3-new-features, new Vulkan 1.3 feature>>, which did not
    happen (merge request 5286).
New Extensions:
  * `apiext:VK_EXT_pipeline_robustness`


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9aeaebb24b6faa1f05c7a95b0328beecbe195927


New extension:

- VK_EXT_pipeline_robustness (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_pipeline_robustness.txt)
QuoteVK_EXT_pipeline_robustness allows users to request robustness on a
per-pipeline stage basis.

As <<features-robustBufferAccess, pname:robustBufferAccess>> and other
robustness features may have an adverse effect on performance, this
extension is designed to allow users to request robust behavior only where
it may be needed.
Title: Vulkan API specifications 1.3.222 released
Post by: Stefan on July 22, 2022, 04:08:36 AM
QuoteChange log for July 21, 2022 Vulkan 1.3.222 spec update:
  * Update release number to 222 for this update.
Public Issues:
  * Use correct feature in
    ename:VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT
    description (public pull request 1892).
  * GitHub CI: Regenerate and build-test Rust Vulkan bindings (Ash crate)
    (public pull request 1894).
Internal Issues:
  * Clarify that flink:vkCmdClearAttachments can only clear layers in the
    current render pass instance. (internal issue 3157).
  * Clarify that access to code:Function and code:Private memory works in
    <<shaders-helper-invocations, Helper Invocations>> (internal issue
    3158).
  * Add CI check for bullet list items not preceded by exactly two spaces
    (internal issue 3162).
  * Remove slink:VkGraphicsPipelineCreateInfo valid usage statement 00726,
    superceded by 06897 (internal merge request 5295).
  * Update CI to cache Rust crates and build intermediates. (internal merge
    request 5297).
  * Use `noauto` `limittype` attribute values for values that are
    identifiers and cannot be compared, such as PCI bus IDs, driver
    versions, UUIDs, descriptions, etc. (internal merge request 5299).
  * Specify that slink:VkGeneratedCommandsInfoNV::pname:preprocessBuffer
    should not be copied for reuse (internal merge request 5301).
  * Update contact and contributor information for some vendor extensions
    (internal merge request 5304).
  * Partial sync with OpenXR scripts (internal merge request 5308).
New Extensions:
  * `apiext:VK_QCOM_image_processing`
  * `apiext:VK_QCOM_tile_properties`




source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8dcc7469b01529600b712596a5a48ec8c710e228

New extensions:

- VK_QCOM_image_processing (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_image_processing.txt)
QuoteGPUs are commonly used to process images for various applications from 3D
graphics to UI and from composition to compute applications.
Simple scaling and filtering can be done with bilinear filtering, which
comes for free during texture sampling.
However, as screen sizes get larger and more use-cases rely on GPU such as
camera and video post-processing needs, there is increasing demand for GPU
to support higher order filtering and other advanced image processing.

This extension introduces a new set of SPIR-V built-in functions for image
processing.
It exposes the following new imaging operations

  * The `OpImageSampleWeightedQCOM` instruction takes 3 operands: _sampled
    image_, _weight image_, and texture coordinates.
    The instruction computes a weighted average of an MxN region of texels
  in the _sampled image_, using a set of MxN weights in the _weight image_.
  * The `OpImageBoxFilterQCOM` instruction takes 3 operands: _sampled
    image_, _box size_, and texture coordinates.
    Note that _box size_ specifies a floating point width and height in
    texels.
    The instruction computes a weighted average of all texels in the
    _sampled image_ that are covered (either partially or fully) by a box
    with the specified size and centered at the specified texture
    coordinates.
  * The `OpImageBlockMatchSADQCOM` and `OpImageBlockMatchSSDQCOM`
    instructions each takes 5 operands: _target image_, _target
    coordinates_, _reference image_, _reference coordinates_, and _block
    size_.
    Each instruction computes an error metric, that describes whether a
    block of texels in the _target image_ matches a corresponding block of
    texels in the _reference image_.
    The error metric is computed per-component.
    `OpImageBlockMatchSADQCOM` computes "Sum Of Absolute Difference" and
    `OpImageBlockMatchSSDQCOM` computes "Sum of Squared Difference".

Each of the image processing instructions operate only on 2D images.
The instructions do not-support sampling of mipmap, multi-plane,
multi-layer, multi-sampled, or depth/stencil images.
The instructions can be used in any shader stage.

Implementations of this this extension should support these operations
natively at the HW instruction level, offering potential performance gains
as well as ease of development.


- VK_QCOM_tile_properties (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_tile_properties.txt)
QuoteThis extension allows an application to query the tile properties.
This extension supports both renderpasses and dynamic rendering.
Title: Vulkan API specifications 1.3.223 released
Post by: Stefan on July 29, 2022, 11:00:30 PM
QuoteChange log for July 28, 2022 Vulkan 1.3.223 spec update:
  * Update release number to 223 for this update.
Public Issues:
  * Clarify external synchronization requirements for
    ename:VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT and
    ename:VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT
    elink:VkDescriptorBindingFlagBits and flink:vkUpdateDescriptorSets
    (public issue 1713).
  * Add Vulkan 1.0 valid usage statement for *Subgroup* memory scope to
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    (public merge request 1900).
  * Move "`Hit Kind`" valid usage statement from standalone to runtime
    SPIR-V validation statements (public merge request 1903).
Internal Issues:
  * Add the `videocoding` attribute to XML tag:command tags to specify if
    commands can be issued only inside a video coding scope, only outside,
    or both. Update the validity generator script to add a new column to the
    "`Command Properties`" table reflecting this attribute (internal issue
    2593).
  * Terminology improvements and glossary additions for the provisional
    video extensions (internal issue 2609).
  * Add valid usage statement disallowing Android hardware buffers for
    flink:vkGetDeviceImageMemoryRequirements (internal issue 3107).
  * Document why some video and ray tracing bits are defined for
    elink:VkPipelineStageFlagBits2 but not for
    elink:VkPipelineStageFlagBits, and reserve those bits in `vk.xml`
    (internal issue 3120).
  * Fix minor typos and markup issues in apiext:VK_QCOM_image_processing
    (internal issues 3171, 3172).
  * Add interaction with apiext:VK_QCOM_tile_properties to
    apiext:VK_QCOM_render_pass_transform appendix (internal merge request
    5309).
  * Partial sync with OpenXR scripts (internal merge request 5312).
  * Clarify that flink:vkGetQueryPoolResults may return ename:VK_NOT_READY
    (internal merge request 5313).
  * Fix typos identified by the "`codespell`" tool (internal merge request
    5316).
  * Fix XML `limittype` attributes for pname:*subgroupSize members from
    `"exact"` to `"min,pot"`
    (KhronosGroup/Vulkan-Profiles#226).


 
Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9ecfc67442754c9e4c4fecf5e61c48483608a074
Title: Vulkan API specifications 1.3.224 released
Post by: JeGX on August 04, 2022, 12:18:35 PM
QuoteChange log for August 4, 2022 Vulkan 1.3.224 spec update:
  * Update release number to 224 for this update.

Public Issues:

  * Add issues to the apiext:VK_KHR_dynamic_rendering proposal document
    discussing render area granularity (public issue 1899).

Internal Issues:

  * Add missing video `queues` attribute values to commands (internal issue
    1593).
  * Add valid usage statements to enforce render pass scope restrictions on
    flink:vkBeginQuery and flink:vkEndQuery pairs (internal issue 3119).
  * Remove overly restrictive valid usage statements for Y'CbCr layered
    image creation from slink:VkImageViewCreateInfo (internal issue 3180).
  * Enable `codespell` tool in CI to prevent many typos. Switch to pulling
    the updated `asciidoctor-spec` Docker container image by SHA256 instead
    of name, to work around cache pollution problems in Gitlab and Github
    Actions CI (internal merge request 5318).
  * Add "`Description`" sections to the provisional video extension
    appendices (internal merge request 5310).
  * Fix codec-specific stext:VkVideo{De,En}code*CapabilitiesEXT structure
    chaining in XML to refer to the root slink:VkVideoCapabilitiesKHR
    structure that is extended (internal merge request 5323).
  * Update slink:VkImageViewCreateInfo valid usage statement to not require
    a slink:VkSamplerYcbcrConversionInfo structure for non-sampleable image
    views requiring sampler Y'CbCr conversion (internal merge request 5324).

New Extensions

  * apiext:VK_EXT_attachment_feedback_loop_layout
    (internal merge request 4469).
  * apiext:VK_SEC_amigo_profiling - internal extension used within ANGLE, no
    actual spec language exists yet (internal merge request 5332).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5ca346bf39db36ff06e24686f0a815754c5f7c16

New extensions:

- VK_EXT_attachment_feedback_loop_layout (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_attachment_feedback_loop_layout.txt)
QuoteThis extension adds a new image layout,
ename:VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT, which allows
applications to have an image layout in which they are able to both render
to and sample/fetch from the same subresource of an image in a given render
pass.



- VK_SEC_amigo_profiling (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_SEC_amigo_profiling.txt)
QuoteThis extension is intended to communicate information from layered API
implementations such as ANGLE to internal proprietary system schedulers.
It has no behavioural implications beyond enabling more intelligent
behaviour from the system scheduler.

Application developers should avoid using this extension.
It is documented solely for the benefit of tools and layer developers, who
may need to manipulate pname:pNext chains that include these structures.
Title: Vulkan API specifications 1.3.225 released
Post by: JeGX on August 19, 2022, 11:59:22 AM
QuoteChange log for August 18, 2022 Vulkan 1.3.225 spec update:
  * Update release number to 225 for this update.

Public Issues:

  * Remove unused code from `spirvcapgenerator.py` (public merge request
    1912).
  * Remove redundant ftext:vkCmdDraw*Indirect valid usage statements 00478
    and 00530, which are already covered by valid usage statements for the
    corresponding stext:VkDraw*IndirectCommand (public merge request 1913).

Internal Issues:

  * Clarify <<renderpass-attachment-contents, attachment preserve behavior>>
    when multiview is enabled (internal issue 3031).
  * Update apiext:VK_KHR_format_feature_flags2 to version 2, ensuring that
    implementations report
    slink:VkFormatProperties3KHR::pname:bufferFeatures correctly for storage
    reads/writes without format, and replace old valid usage statements
    06423 and 06424 for draw dispatch commands with new statements
    expressing the constraints accurately (internal issue 3091).
  * Make provisional video APIs follow Vulkan API conventions more closely
    (internal issue 3141).
  * Move valid usage statement 06879 for
    slink:VkMultisampledRenderToSingleSampledInfoEXT to the
    slink:VkFramebufferCreateInfo and slink:VkRenderPassAttachmentBeginInfo
    valid usage blocks, where the information needed to evaluate it is known
    (internal issue 3169).
  * Change www.khronos.org/registry/ URLs to registry.khronos.org/ following
    a recent change to Khronos webservers (internal issue 3175).
  * Allow applications to not provide fragment shader via clarifying edits
    in the introduction to the <<fragops, Fragment Operations>> chapter and
    in valid usage statement 06896 for slink:VkGraphicsPipelineCreateInfo
    (internal issue 3178).
  * Fix slink:VkRayTracingPipelineCreateInfoKHR valid usage statement 03590
    to correctly refer to pname:pLibraryInterface (internal merge request
    5333).
  * Fix typo in slink:VkPipelineRasterizationLineStateCreateInfoEXT valid
    usage statement 02770 to correctly refer to the pname:smoothLines
    feature (internal merge request 5349).
  * Fix normative language in the conservative rasterization section to use
    `may:` instead of `will` (internal merge request 5354).

New Extensions:

  * apiext:VK_EXT_rasterization_order_attachment_access

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/1f6a09901674b320bff7cf36c364a461cf1069a6

New Extension

- VK_EXT_rasterization_order_attachment_access (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_rasterization_order_attachment_access.txt)
QuoteThis extension extends the mechanism of input attachments to allow access to
framebuffer attachments that are used both as input and as color or
depth/stencil attachments from one fragment to the next, in rasterization
order, without explicit synchronization.
Title: Vulkan API specifications 1.3.226 released
Post by: JeGX on September 02, 2022, 10:56:44 AM
QuoteChange log for September 1, 2022 Vulkan 1.3.226 spec update:
Public Issues:

  * Add missing SPV_KHR_ray_tracing storage class valid usage statement for
    code:ShaderRecordBufferKHR (public merge request 1895).
  * Add a NOTE to slink:VkAccelerationStructureCreateInfoKHR about
    ename:VK_ACCELERATION_STRUCTURE_TYPE_GENERIC_KHR (public issue 1904).
  * Add a standalone SPIR-V valid usage statement for code:OpImageWrite
    component mismatch (public merge request 1916).
  * Generate the "`SPIRV Image Format`" and "`Plane Compatibility Format`"
    tables from `vk.xml` (public merge request 1922).
  * Add a NOTE to dlink:VK_USE_64_BIT_PTR_DEFINES to define its availability
    Vulkan headers starting with VK_HEADER_VERSION 174 (public merge request
    1918).

Internal Issues:

  * Update issue #2 in the apiext:VK_EXT_depth_range_unrestricted appendix
    to match core spec text (internal issue 2445).
  * Clarify <<shaders-interpolation-decorations, Interpolation decorations>>
    in pre-rasterization (internal issue 2721).
  * Relax implicit layer disabling requirements in slink:VkApplicationInfo
    (internal issue 2856).
  * Update <requires> `extension` attribute in XML to support multiple
    extensions with AND/OR connectives (internal issue 2922).
  * Update provisional video API queries for usage hint and optimized
    implementation settings (internal issue 2986).
  * Relax slink:VkImageViewCreateInfo valid usage statement 01584 to allow
    layers/levels for compressed format views of compressed format images
    (internal issue 3063).
  * Remove slink:VkImageViewCreateInfo valid usage statement 04739 (internal
    issue 3164).
  * Specify that addresses returned by flink:vkGetBufferDeviceAddress must
    satisfy the alignment requirements of the device (internal issue 3176).
  * Update makeSpec script to properly clean OUTDIR when it's explicitly
    specified (internal issue 3194).
  * Ensure that a mutable type list is provided in
    slink:VkDescriptorSetLayoutCreateInfo when required (internal issue
    3198).
  * Update clarity of the Khronos specification copyright statement
    regarding normative references to external specifications and the
    Khronos Intellectual Property Rights Policy (internal issue 3203).
  * Rename '.txt' -> '.adoc' for all asciidoctor markup files in the
    repository, and update scripts and tools to match (internal issue 3204)
  * Tag apiext:VK_ARM_rasterization_order_attachment_access as promoted to
    EXT in XML (internal merge request 5364)
  * Fix a typo in the "` Color Sample Coverage`" section (internal merge
    request 5367)
  * Fix apiext:VK_EXT_fragment_density_map2 appendix to include the correct
    extension interface information (internal merge request 5368)
  * Remove unwieldy and unnecessary list of copy functions from the
    introduction of the <<copies, Copy Commands>> chapter (merge request
    5373).
  * Move asciidoctor attributes enabling version and extension attributes
    into a generated file `specattribs.adoc` (internal merge request 5396).

New Extensions

  * apiext:VK_EXT_depth_clamp_01
  * apiext:VK_EXT_mesh_shader

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/135da3a538263ef0d194cab25e2bb091119bdc42

New extensions:

- VK_EXT_depth_clamp_zero_one (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_depth_clamp_zero_one.adoc)
QuoteThis extension gives defined behavior to fragment depth values which end up outside the conventional [0, 1] range. It can be used to ensure portability in edge cases of features like depthBias. The particular behavior is chosen to match OpenGL to aid porting or emulation.

- VK_EXT_mesh_shader (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_mesh_shader.adoc)
QuoteThis extension provides a new mechanism allowing applications to generate collections of geometric primitives via programmable mesh shading. It is an alternative to the existing programmable primitive shading pipeline, which relied on generating input primitives by a fixed function assembler as well as fixed function vertex fetch.

New or Modified Built-In Variables
- CullPrimitiveEXT
- PrimitivePointIndicesEXT
- PrimitiveLineIndicesEXT
- PrimitiveTriangleIndicesEXT
Title: Vulkan API specifications 1.3.227 released
Post by: Stefan on September 08, 2022, 07:32:02 PM
QuoteChange log for September 8, 2022 Vulkan 1.3.227 spec update:
Public Issues:
  * Add interactions for dynamic rendering in flink:vkCmdClearAttachments
    (public issue 1835).
  * Add code:MinLod clamping rules to <<textures-gather, Texel Gathering>>
    and update the <<features-minLod, pname:minLod>> feature and
    slink:VkImageViewMinLodCreateInfoEXT to reference that language
    (partially resolves public issue 1836).
  * Remove `ifdef` from <<spirvenv-module-validation-standalone, Standalone
    SPIR-V>> valid usage statement (public pull request 1926).
  * Assign VUID 07119 to a <<spirvenv-module-validation-standalone,
    Standalone SPIR-V>> valid usage statement that didn't get one in the
    last spec update (public issue 1928).
  * Add missing <<spirvenv-module-validation-runtime, Runtime SPIR-V>> valid
    usage statements for apiext:VK_EXT_mesh_shader (public pull request
    1931).
  * Fix duplicate
    slink:VkGraphicsPipelineCreateInfo::pname:pInputAssemblyState
    description (public issue 1934).
Internal Issues:
  * Add a valid usage statement for
    ename:VK_ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR to the common
    validity statements for barriers (internal issue 3188).
  * A valid usage statements to performance query begin commands requiring
    matching queue family index (internal issue 3207).
  * Add a `stride` attribute to the XML to annotate arrays passed to
    commands where consecutive members are not tightly packed (internal
    issue 3205).
  * Fix the `limittype` attribute value for
    slink:VkPhysicalDeviceVulkan11Features::pname:subgroupSize and
    slink:VkPhysicalDeviceSubgroupProperties::pname:subgroupSize (internal
    issue 3209).
  * Eliminate asciidoctor warnings about duplicate feature anchors in
    `validusage` build target (internal issue 3216).
  * Add the Vulkan logo to the specification PDF title page and HTML
    document header (internal issue 3217).
  * Markup fixes for VkPerformanceCounterResultKHR and
    VkPipelineRobustnessCreateInfoEXT (internal issue 3219).
  * Add a new section of the <<lexicon, Lexicon>> appendix for
    <<lexicon-video-abbreviations, video-specific abbreviations>> (internal
    merge request 5345).
  * Add <<formats-size-compatibility, size compatible>> definition to the
    <<formats, Formats>> chapter and use it to replace the old "`format size
    compatibility`" language in the <<copies, Copy Commands>> chapter
    (internal merge request 5369).
  * Remove the "`blocked image`" definition from and instead distinguish
    images with a 1x1x1 <<formats-compatibility-classes, texel block
    extent>> from other images. Use this language to simplify valid usage
    statements in the <<copies, Copy Commands>> chapter (internal merge
    request 5370).
  * Add valid usage statement to the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V>> section
    requiring code:Boolean values to be code:BuiltIn values for code:Input /
    code:Output (internal merge request 5387).
  * Add and update valid usage statements for drawing commands with
    multisampled pipelines and single-sampled attachments when
    apiext:VK_EXT_multisampled_render_to_single_sampled is enabled (internal
    merge request 5392).
  * Remove pname:apiVersion loading requirements for implicit layers from
    slink:VkApplicationInfo (internal merge request 5393).
  * Minor markup fixes for slink:VkPipelineRobustnessCreateInfoEXT (internal
    merge request 5399).
  * Refactor style guide markup and use consistent anchor naming scheme
    (internal merge request 5400).
  * Require apiext:VK_KHR_spirv_1_4 for apiext:VK_EXT_mesh_shader in
    `vk.xml` (internal merge request 5401).
  * Add the <<shaders-termination, Shader Termination>> section and a
    corresponding valid usage statement for draw dispatch commands
    (cross-api/memory-model issue #145).
New Extensions:
  * apiext:VK_EXT_legacy_dithering (internal merge request 5042).



source: https://github.com/KhronosGroup/Vulkan-Docs/commit/09d120580acb942d9cc3a96c863815a05990893c


New extension:
- VK_EXT_legacy_dithering (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_legacy_dithering.adoc)
QuoteThis extension exposes a hardware feature used by some vendors to implement OpenGL's dithering. The purpose of this extension is to support layering OpenGL over Vulkan, by allowing the layer to take advantage of the same hardware feature and provide equivalent dithering to OpenGL applications.
Title: Vulkan API specifications 1.3.228 released
Post by: Stefan on September 15, 2022, 07:34:01 PM
QuoteChange log for September 15, 2022 Vulkan 1.3.228 spec update:
Public Issues:
  * Specify that <<pipelines-graphics-subsets-dynamic-state, dynamic state
    for pipeline subsets>> is ignored (public issue 1902).
  * Remove un-needed `wayland-client.h` include from `vulkan.h` (public pull
    request 1905).
  * Add valid usage statement requiring an index buffer be bound for indexed
    drawing commands (public issue 1924).
  * Miscellaneous markup fixes (public pull request 1946).
Internal Issues:
  * Clarify that flink:vkCmdWaitEvents must: not execute before a
    flink:vkSetEvent it waits on (internal issue 2971).
  * Update valid usage statement in the
    <<spirvenv-module-validation-standalone, Standalone SPIR-V>> section to
    clarify the interaction of *Workgroup* *Scope* with code:ExecutionModel
    *TessellationControl* (internal issue 3071).
  * Fix
    slink:VkMemoryDedicatedRequirementsKHR::pname:requiresDedicatedAllocation
    for ename:VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT (internal issue 3074).
  * Clarify in elink:VkFormatFeatureFlagBits that
    ename:VK_FORMAT_FEATURE_TRANSFER_DST_BIT and
    ename:VK_FORMAT_FEATURE_TRANSFER_SRC_BIT are implied for unextended
    Vulkan 1.0 (internal issue 3099).
  * Add `tasks` attribute to XML `<command>` tags and tag core, KHR, and EXT
    commands (internal issue 3117).
  * Add more valid usage statements to prohibit feedback loop layouts when
    the pname:attachmentFeedbackLoopLayout feature is not enabled (internal
    issue 3189).
  * Clarify in the <<fundamentals-floatingpoint, Floating-Point
    Computation>> section that Inf and NaN inputs and outputs may: result in
    undefined values (internal issue 3208).
  * Update common valid usage statements for stage masks to properly
    interact with apiext:VK_NV_shading_rate_image and
    apiext:VK_KHR_fragment_shading_rate (internal issue 3228).
  * Disallow permanent semaphore/fence imports with copy transference in
    slink:VkImportFenceFdInfoKHR and slink:VkImportSemaphoreFdInfoKHR
    (internal merge request 4930).
  * Specify in flink:vkGetPhysicalDeviceSurfacePresentModesKHR and
    slink:VkSurfaceCapabilities2KHR that some surface properties are
    undefined when apiext:VK_GOOGLE_surfaceless_query is used (internal
    merge request 5157).
  * Add an Informative section describing the
    <<boilerplate-video-std-headers, Video Std Headers>> provided with the
    provisional video extensions (internal merge request 5384).
  * Clarify Boolean values vs. <<limits-maxComputeSharedMemorySize,
    pname:maxComputeSharedMemorySize>> (internal merge request 5386).
  * Update markup for the <<boilerplate-wsi-header-table, Window System
    Extensions and Headers>> table to render all header files no matter
    which extensions the spec is built with (internal merge request 5411).
  * Move timestamp example to the correct issue in the
    apiext:VK_EXT_calibrated_timestamps extension appendix (internal merge
    request 5420).
  * Add missing flink:vkCmdPushDescriptorSetWithTemplateKHR valid usage
    statements for pname:set (internal merge request 5428).
New Extensions:
  * apiext:VK_EXT_mutable_descriptor_type (promoted from `VALVE`).




source: https://github.com/KhronosGroup/Vulkan-Docs/commit/355367640f2eabd2a0d492010a0afc166696aa72

New extension:
- VK_EXT_mutable_descriptor_type (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_mutable_descriptor_type.adoc)
QuoteThis extension allows applications to reduce descriptor memory footprint by allowing a descriptor to be able to mutate to a given list of descriptor types depending on which descriptor types are written into, or copied into a descriptor set.

The main use case this extension intends to address is descriptor indexing with ename:VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT where the descriptor types are completely generic, as this means applications can allocate one large descriptor set, rather than having one large descriptor set per descriptor type, which significantly bloats descriptor memory usage and causes performance issues.

This extension also adds a mechanism to declare that a descriptor pool, and therefore the descriptor sets that are allocated from it, reside only in host memory; as such these descriptors can only be updated/copied, but not bound.

These features together allow much more efficient emulation of the raw D3D12 binding model. This extension is primarily intended to be useful for API layering efforts.
Title: Vulkan API specifications 1.3.229 released
Post by: Stefan on September 23, 2022, 03:23:50 AM
QuoteChange log for September 22, 2022 Vulkan 1.3.229 spec update:
Public Issues:
  * Add pname:maxMeshWorkGroup*Count limits when no task shader is used, and
    refactor some mesh shader valid usage statements for
    slink:VkDrawMeshTasksIndirectCommandEXT and flink:vkCmdDrawMeshTasksEXT
    into a common validity block (public merge request 1936).
  * Add SPIR-V valid usage statement for the mesh shader output count, and
    remove some redundant slink:VkPipelineShaderStageCreateInfo valid usage
    statements (public merge request 1938).
  * Add a comment to the <<versions-1.2-promotions, Differences relative to
    VK_EXT_shader_viewport_index_layer>> section describing how the
    code:ShaderViewportIndexLayerEXT capability was split into two
    capabilities in Vulkan 1.2 (internal merge request 1951).
Internal Issues:
  * Be more explicit about floating-point rules in the
    <<spirvenv-precision-operation, Precision and Operation of SPIR-V
    Instructions>> section (internal issues 2795, 2845).
  * Miscellaneous minor phrasing and XML fixes for the H.264 / H.265
    provisional video extensions (internal issue 3065).
  * Clarifications to the style guide to clarify terminology for EXT
    extension process and specify behavior more tightly than before
    (internal merge request 5268).
  * Add a CI script to check consistency of internal links in HTML output
    (internal merge request 5433).
  * Updates to provisional video extensions (internal merge request 5434)
    including:
  ** Remove H.264 MVC support from apiext:VK_EXT_video_decode_h264.
  ** Rename parameter set related fields in the provisional video extension
     APIs.
  ** Rename and clarify miscellaneous parameters in the provisional video
     extension APIs.
  ** Fix implicit valid usage related markup in `vk.xml` related to the core
     and decode video extension APIs.
  ** Add previously missing definitions and fix incorrect definitions in the
     Video Std headers.


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/07560427085af01aafb985bf0cffa959bf85cb8c
Title: Vulkan API specifications 1.3.230 released
Post by: JeGX on September 29, 2022, 12:59:25 PM
QuoteChange log for September 29, 2022 Vulkan 1.3.230 spec update:
Public Issues:

  * Add common valid usage statements for bind buffer and bind image
    commands to prevent rebinding resources after slink:vkFreeMemory (public
    issue 1937).

Internal Issues:

  * Add common valid usage statements for drawing commands to prevent
    binding an input attachment descriptor with an image view that is not in
    the framebuffer (internal issue 3223).
  * Fix references to nonexistent 'fragmentShadingRate' feature (internal
    issue 3235).
  * Add valid usage statement to flink:vkCmdCopyQueryPoolResults disallowing
    usage on active queries (internal issue 3236).
  * Update structure layouts in `video.xml` for the provisional video
    extensions to address alignment issues (internal issue 3242).
  * Clarify that slink:VkGraphicsPipelineLibraryCreateInfoEXT::pname:flags
    excludes linked libraries (internal merge request 5447).
  * Change the type of slink:VkVideoReferenceSlotInfoKHR::pname:slotIndex to
    `int32_t` in the provisional video extensions (internal merge request
    5452).

New Extensions:

  * apiext:VK_EXT_device_address_binding_report
  * apiext:VK_EXT_device_fault
  * apiext:VK_EXT_extended_dynamic_state3
  * apiext:VK_EXT_pipeline_protected_access
  * apiext:VK_NV_optical_flow
  * apiext:VK_NV_present_barrier

New extensions:

- VK_EXT_device_address_binding_report (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_device_address_binding_report.adoc)
QuoteThis extension enables applications to track the binding of regions of the GPU virtual address space, and to associate those regions with Vulkan objects. This extension is primarily intended to aid in crash postmortem, where applications may wish to map a faulting GPU address to a Vulkan object.

For example, a page fault triggered by accessing an address located within a region of the GPU virtual address space that was previously reported as bound and then unbound may indicate a use-after-free error. Similarly, faults generated by accessing virtual addresses outside the limits of a bound region of GPU virtual address space may indicate indexing beyond the bounds of a resource.


- VK_EXT_device_fault (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_device_fault.adoc)
QuoteDevice loss can be triggered by a variety of issues, including invalid API usage, implementation errors, or hardware failures.

This extension introduces a new command: flink:vkGetDeviceFaultInfoEXT, which may be called subsequent to a ename:VK_ERROR_DEVICE_LOST error code having been returned by the implementation. This command allows developers to query for additional information on GPU faults which may have caused device loss, and to generate binary crash dumps, which may be loaded into external tools for further diagnosis.


- VK_EXT_extended_dynamic_state3 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_extended_dynamic_state3.adoc)
QuoteThis extension adds almost all of the remaining pipeline state as dynamic state to help applications further reduce the number of monolithic pipelines they need to create and bind.


- VK_EXT_pipeline_protected_access (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_pipeline_protected_access.adoc)
QuoteThis extension allows protected memory access to be specified per pipeline as opposed to per device. Through the usage of this extension, any performance penalty paid due to access to protected memory will be limited to the specific pipelines that make such accesses.


- VK_NV_optical_flow (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_optical_flow.adoc)
QuoteOptical flow are fundamental algorithms in computer vision (CV) area. This extension allows applications to estimate 2D displacement of pixels between two frames.

- VK_NV_present_barrier (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_present_barrier.adoc)
QuoteThis extension adds support for synchronizing corresponding presentation requests across multiple swapchains using the present barrier.
Title: Vulkan API specifications 1.3.231 released
Post by: Stefan on October 13, 2022, 05:22:10 PM
QuoteChange log for October 13, 2022 Vulkan 1.3.231 spec update:
Public Issues:
  * Add a NOTE about custom border color with combined depth/stencil formats
    and rewrite a corresponding valid usage statement (public issue 1950).
  * Clarify memory domain operation in slink:VkBufferMemoryBarrier for
    ename:VK_ACCESS_HOST_WRITE_BIT and ename:VK_ACCESS_HOST_READ_BIT (public
    issue 1958).
  * Fix slink:VkDescriptorSetLayoutBinding refpage layout (public issue
    1964).
  * Clarify apiext:VK_EXT_mesh_shader builtin execution modes in
    code:PrimitivePointIndicesEXT, code:PrimitiveLinIndicesEXT, and
    code:PrimitiveTriangleIndicesEXT valid usage statements (public pull
    request 1965).
Internal Issues:
  * Clarify behavior of return values when multiple pipelines fail to be
    created when using apiext:VK_EXT_pipeline_creation_cache_control
    (internal issue 3121).
  * Add valid usage statement for flink:vkCmdExecuteCommands clarifying that
    only occlusion and pipeline statistics queries can be inherited in
    slink:VkCommandBufferInheritanceInfo (internal issue 3142).
  * Remove `requiredbitmask` valid usage statement for
    slink:VkSubmitInfo::pname:pWaitDstStageMask by adding `optional`
    attribute to the corresponding XML (internal issue 3200).
  * Clarify <<deferred-host-operations-requesting, allocator expectations
    for deferred host operations>> (internal issue 3202).
  * Add missing SPIR-V capability code:FragmentFullyCovered for
    apiext:VK_EXT_conservative_rasterization in XML and the extension
    appendix (internal issue 3221).
  * Clarify interaction of apiext:VK_KHR_pipeline_robustness with
    apiext:VK_KHR_pipeline_library for
    slink:VkPipelineRobustnessCreateInfoEXT (internal issue 3227).
  * Clarify that code:OpTypeImage code:MS can be 1 for multisampled
    rendering to single samples (internal issue 3231).
  * Clarify behavior of
    ename:VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DEVICE_DEFAULT_EXT in
    slink:VkPipelineRobustnessBufferBehaviorEXT and
    slink:VkPipelineRobustnessImageBehaviorEXT (internal issue 3237).
  * Fix incorrect structure reference for
    ename:VK_DYNAMIC_STATE_DEPTH_CLIP_ENABLE_EXT in elink:VkDynamicState
    (internal issue 3257).
  * Standardize definitions within the copies chapter - formal mathematical
    definitions for pseudocode buffer/image addressing, remove redundant
    YCbCr text, move apiext:VK_QCOM_rotated_copy_commands to the standard
    location for buffer/image copies (internal merge request 5372).
  * Fix SPV and GLSL links in the apiext:VK_EXT_opacity_micromap appendix
    (internal merge request 5461).
  * Use "`enabled *on* the device`" consistently in preference to "`enabled
    *in* the device`", and add a corresponding style guide rule (internal
    merge request 5475).
  * Update Docker instructions in `BUILD.adoc` and add a helper script
    `scripts/runDocker` to run Docker with the latest Khronos build image
    (internal merge request 5483).
New Extensions:
  * apiext:VK_ARM_shader_core_builtins



source: https://github.com/KhronosGroup/Vulkan-Docs/commit/7a319840243ea33aa4caa42cdce0143b150e02bb
Title: Vulkan API specifications 1.3.232 released
Post by: Stefan on November 02, 2022, 09:08:02 PM
QuoteChange log for October 27, 2022 Vulkan 1.3.232 spec update:
Public Issues:
  * Improve code:OpPtrAccessChain code:Base storage class VUs (public
    KhronosGroup/SPIRV-Tools pull request 4965).
Internal Issues:
  * Force applications to specify ename:VK_FORMAT_UNDEFINED for an unused
    attachment in both slink:VkPipelineRenderingCreateInfoKHR and
    slink:VkCommandBufferInheritanceRenderingInfoKHR. The previous behaviour
    of allowing unused attachments to have any format is not supported on
    some conformant implementations that have shipped and cannot be updated.
    This functionality is intended to be restored via a new extension in the
    near future (internal issue 3123).
  * Minor VU fixes for apiext:VK_EXT_extended_dynamic_state3 (internal issue
    3253).
  * Add missing VUs identified during validation layer work for
    apiext:VK_EXT_extended_dynamic_state3 (internal issue 3261).
  * Fix some minor markup and asciidoctor conditionalization errors causing
    dead internal links in some builds of the specification (internal issues
    3267, 3269).
  * Fix misleading warnings from refpage generation and add a couple of
    missing API descriptions it turned up (internal issue 3271).
  * Fix missing extension interaction in generated interfaces description
    for apiext:VK_EXT_legacy_dithering (internal merge request 5479).
  * Clarify how VUs on slink:VkBuffer aliasing for overlapping ranges of
    device memory work for flink:vkGetBufferDeviceAddressEXT (internal merge
    request 5489).
  * Update XML to fix generated VU for
    flink:vkCmdSetColorWriteMaskEXT::pname:pColorWriteMasks (internal merge
    request 5497).
  * Move VU for flink:vkCmdSetAlphaToOneEnableEXT to the right place
    (internal merge request 5500).
  * Add Khronos Roadmap 2022 JSON profile file under `xml/profiles/`, and
    export it to the Vulkan-Headers repository when updating the
    specification (internal merge request 5504).
  * Minor XML reorganization to work around a CTS code generation error
    (internal merge request 5509).
  * Add a new limit property to
    slink:VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM. The corresponding
    extension has not yet been implemented, so this shouldn't cause a
    compatibility break (internal merge request 5512).



Source: https://github.com/KhronosGroup/Vulkan-Docs/commit/7dcf16f3b4a1118ff92207316b68145446f08bb3
Title: Vulkan API specifications 1.3.233 released
Post by: JeGX on November 03, 2022, 09:13:01 PM
QuoteChange log for November 3, 2022 Vulkan 1.3.233 spec update:
Internal Issues:

  * Tighten wording around <<descriptor-validity>> and in the
    <<descriptor-set-initial-state>> section (internal issue 3248).
  * Add VU for code:Component decoration on 64 bit types in
    <<spirvenv-module-validation-standalone Standalone SPIR-V Validation>>
    (internal merge request 5495).
  * Clarify the meaning of "`new image`" in flink:vkWaitForPresentKHR
    (internal merge request 5513).
  * Fix conditional markup around common VUs for
    flink:vkGetPhysicalDeviceSurfaceCapabilities2KHR (internal merge request
    5514).
  * Unify some image usage VUs for slink:VkSwapchainCreateInfoKHR (internal
    merge request 5515).
  * Add some missing conditional markup around common draw VUs for
    apiext:VK_EXT_extended_dynamic_state3, add its features to the
    <<features-requirements, Feature Requirements>> section, and update the
    extension proposal document to fix some typos (internal merge request
    5517).
  * Fix slink:VkCommandBufferInheritanceRenderingInfoKHR VU 06492 along with
    minor markup fixes for an extension glossary term (internal merge
    request 5518).
  * Disallow input attachments being null for
    ename:VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT by refactoring
    slink:VkWriteDescriptorSet VUs (internal issue 3246).
  * Add `SPV_AMD_shader_early_and_late_fragment_tests` to `<spirvextension>`
    XML (internal issue 3276).
  * Fix Makefile dependencies to avoid rebuilding the HTML targets
    unnecessarily, and add a dependency to the `allchecks` Makefile target
    to validate links in the HTML specification output, building it if
    necessary. Note that the new check should be expected to fail unless
    building with `makeSpec -spec all` (internal merge request 5525).
  * Tag apiext:VK_IMG_format_pvrtc as deprecated in XML (internal merge
    request 5527).

New Extensions:

  * apiext:VK_NV_memory_decompression
  * apiext:VK_NV_ray_tracing_invocation_reorder
  * apiext:VK_NV_copy_memory_indirect

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/42d3f5a641810c52bbe53c0f049be1130af07f2f

New extensions:

- VK_NV_memory_decompression (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_memory_decompression.adoc)
QuoteThis extension adds support for performing memory to memory decompression.


- VK_NV_ray_tracing_invocation_reorder (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_ray_tracing_invocation_reorder.adoc)
QuoteThe ray tracing pipeline API provides some ability to reorder for locality, but it is useful to have more control over how the reordering happens and what information is included in the reordering. The shader API provides a hit object to contain result information from the hit which can be used as part of the explicit sorting plus options that contain an integer for hint bits to use to add more locality.


- VK_NV_copy_memory_indirect (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_copy_memory_indirect.adoc)
QuoteThis extension adds support for performing copies between memory and image regions using indirect parameters that are read by the device from a buffer during execution. This functionality may: be useful for performing copies where the copy parameters are not known during the command buffer creation time.
Title: Vulkan API specifications 1.3.234 released
Post by: Stefan on November 11, 2022, 05:37:52 PM
QuoteChange log for November 10, 2022 Vulkan 1.3.234 spec update:
Public Issues:
  * Add slink:VkGraphicsPipelineCreateInfo VUs for using code:ViewIndex and
    for shader interactions, and make phrasing of some other VUs for this
    structure consistent (public Vulkan-ValidationLayers issue 1749).
Internal Issues:
  * Reorder <<synchronization-pipeline-stages-supported, Supported pipeline
    stage flags>> table to more closely match the order in
    elink:VkPipelineStageFlagBits2, add some missing stages, and group flag
    bits representing multiple stages with the individual stages they
    represent (internal issue 3260).
  * Add an issue to the apiext:VK_KHR_fragment_shading_rate proposal
    document clarifying that the default fragment size participates in
    combination operations (internal issue 3266).
  * Clarify that references in entry point interface lists are not "`Static
    Use`" in its glossary definition (internal issue 3287).
  * Add VU for flink:vkGetPhysicalDeviceExternalImageFormatPropertiesNV
    restricting pname:externalHandleType to at most one bit set (internal
    merge request 5528).
  * Add missing code:SPV_NV_shader_invocation_reorder `spirvextension` tag
    in XML (internal merge request 5529).
  * Minor consistency edits to spec language for recently released NV
    extensions - array / bitmask / feature requirement wording, reorder
    sections so refpages are correctly formatted, remove un-needed
    asciidoctor attributes (internal merge request 5530).
  * Update Roadmap 2022 JSON to correct the `maxInlineUniformTotalSize`
    limit to 256 instead of 4, matching the specification text (internal
    merge request 5531).
  * Correct "`less than`" to "`less than or equal to`" in VU for mipmap
    levels in flink:vkCmdClearColorImage and
    flink:vkCmdClearDepthStencilImage (internal merge request 5533).
  * Properly conditionalize and markup language for required pipeline state
    interactions with apiext:VK_EXT_graphics_pipelin_library (internal merge
    request 5535).
  * Add a NOTE to flink:vkSetEvent clarifying when to signal events waited
    for in a command buffer (internal merge request 5536).
  * Add code:HitObjectAttributeNV to
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    VU 06672 (internal merge request 5538).
  * Use consistent wording for "`_handle_ is not dlink:VK_NULL_HANDLE`" and
    update style guide accordingly.


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3abd2bbc91a7e74186a8acc82268d726cee6a731
Title: Vulkan API specifications 1.3.235 released
Post by: JeGX on November 17, 2022, 03:28:42 PM
QuoteChange log for November 17, 2022 Vulkan 1.3.235 spec update:
Public Issues:

  * Require Vulkan 1.1 for apiext:VK_EXT_mesh_shader in XML (public issue
    1976).
  * Reserve driver ID for NVK (public pull request 1983).

Internal Issues:

  * Add VUs for code:PointSize with mesh shaders to
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    and slink:VkGraphicsPipelineCreateInfo (internal issues 681 and 2727).
  * Add the <<features-shadingRateImage, pname:shadingRateImage>> for a
    slink:VkImageCreateInfo VU (internal merge request 5552).

New Extensions:

  * apiext:VK_EXT_descriptor_buffer

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/f4eb3e9a7acdef9ab62ac9af954a50409895ac6d

New extension:

- VK_EXT_descriptor_buffer (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_descriptor_buffer.adoc)
QuoteThis extension introduces new commands to put shader-accessible descriptors directly in memory, making the management of descriptor data more explicit.
Title: Vulkan API specifications 1.3.236 released
Post by: JeGX on December 01, 2022, 07:02:20 PM
QuoteChange log for December 1, 2022 Vulkan 1.3.236 spec update:
Public Issues:

  * Fix Roadmap 2022 JSON by moving pname:lineWidthGranularity and
    pname:pointSizeGranularity to the optionals section of the profile
    (public Vulkan-Profiles issue 321).
  * Expand description of <<devsandqueues-lost-device, Lost Device>> to
    describe how to determine which commands may be affected and return
    ename:VK_ERROR_DEVICE_LOST (public issue 1968).
  * Clarify that input attachment descriptors follow static use rules in the
    <<compatibility-inputattachment, Fragment Input Attachment
    Compatibility>> section and common drawing VUs (public issue 1979).
  * Move WinRT extensions into `vulkan_win32.h` header (public issue 1980).
  * Remove `returnedonly` attribute from slink:VkSubresourceLayout in XML
    (public issue 1988).

Internal Issues:

  * Do not use basetype: for external API types without definitions in the
    Specification, and make basetype: link to the corresponding API
    (internal issue 2703, fixes one sub-issue of public issue 1984).
  * Clarify treatment of shared depth/stencil images in depth-only or
    stencil-only resolve attachments for slink:VkRenderingAttachmentInfo
    (internal issue 3243).
  * Clarify language for acceleration structure and micromap scratch access
    bits (internal issue 3244).
  * Clarify that code:Output variable writes have an effect in
    <<shaders-helper-invocations, Helper Invocations>> (internal issue
    3270).
  * Add missing apiext:VK_EXT_discard_rectangles common drawing VU (internal
    issue 3292).
  * Add VUs to slink:VkRenderingInfo preventing inconsistent layout usage
    (internal issue 3301).
  * Change parent of slink:VkSwapchainKHR to slink:VkDevice (internal merge
    request 5521).
  * Add and tidy up some shared common image copy VUs (internal merge
    request 5371).
  * Fix apiext:VK_EXT_color_write_enable common drawing VUs (internal merge
    request 5548).
  * Add missing apiext:VK_EXT_discard_rectangles common drawing VU (internal
    merge request 5549).
  * Rename slink:VkVideoDecodeH265PictureInfoEXT members ptext:sliceCount ->
    pname:sliceSegmentCount and ptext:sliceOffsets ->
    pname:sliceSegmentOffsets (internal merge request 5550).
  * Clarify <<ray-tracking-capture-replay, Ray Tracing Capture Replay>>
    section and related language for
    slink:VkRayTracingShaderGroupCreateInfoKHR::pname:pShaderGroupCaptureReplayHandle
    and flink:vkGetRayTracingCaptureReplayShaderGroupHandlesKHR (internal
    merge request 5555).
  * Add shader interface variable type and width constraint VU to
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    (internal merge request 5556).
  * Clarify that code:PointSize is not always needed for mesh shaders in
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    VU 07728 (internal merge request 5562).
  * Fix minor markup consistency typos in feature and limit xrefs (internal
    merge request 5563).
  * Fix typo in apiext:VK_QCOM_image_processing for required value of
    code:unnormalizedCooordinates for the input code:sampler (internal merge
    request 5564).
  * Fix typo in slink:VkDescriptorDataEXT language (internal merge request
    5568).
  * Add a NOTE to the apiext:VK_NV_optical_flow appendix and update the
    allowed command queues for flink:vkCmdResetQueryPool and
    flink:vkVmdWriteTimestamp in the XML to include the optical flow queue
    (internal merge request 5570).
  * Require Wayland WSI implementations to send code:wl_surface.commit in
    flink:vkQueuePresentKHR for all present modes (internal merge request
    5574).
  * Add missing slink:VkBindImageMemoryInfo VU for
    etext:VK_IMAGE_CREATE_DISJOINT_BIT images (internal merge request 5580).
  * Fix markup of some common stage mask VUs to prevent duplicate VUIDs
    being generated (internal merge request 5581).
  * Add a common draw/dispatch VU for image view shader mapping (internal
    merge request 5583).
  * Update the registry schema document to describe all allowed command
    queue types.

New Extensions:

  * apiext:VK_LUNARG_direct_driver_loading
  * apiext:VK_QCOM_multiview_per_view_viewports

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/db2b908b59b7774da9aa8b07baed4f5d018ae4d9

New extensions:

- VK_LUNARG_direct_driver_loading (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_LUNARG_direct_driver_loading.adoc)
QuoteThis extension provides a mechanism for applications to add drivers to the implementation. This allows drivers to be included with an application without requiring installation and is capable of being used in any execution environment, such as a process running with elevated privileges.

- VK_QCOM_multiview_per_view_viewports (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_multiview_per_view_viewports.adoc)
QuoteCertain use-cases for multiview have a need for specifying a separate viewport and scissor for each view, without using shader-based viewport indexing as introduced with apiext:VK_EXT_shader_viewport_index_layer.

This extension adds a new way to control ViewportIndex with multiview. When the multiviewPerViewViewports feature is enabled and if the last pre-rasterization shader entry point's interface does not use the code:ViewportIndex built-in decoration, then each view of a multiview renderpass instance will use a viewport and scissor index equal to the code:ViewIndex.
Title: Vulkan API specifications 1.3.237 released
Post by: JeGX on December 08, 2022, 06:53:11 PM
QuoteChange log for December 8, 2022 Vulkan 1.3.237 spec update:
Public Issues:

  * Fix multiple function pointer type definition problem introduced by
    apiext:VK_LUNARG_direct_driver_loading and update CI tests to catch this
    type of issue going forward (public issue 1998).
  * Fix typo in flink:vkCmdCopyImageToBuffer (public issue 1999).
  * Do not require ename:VK_STENCIL_OP_KEEP in
    flink:vkCmdSetStencilWriteMask and
    slink:VkPipelineDepthStencilStateCreateInfo if both front and back
    pname:writeMask values are zero (public Vulkan-ValidationLayers issue
    4921).

Internal Issues:

  * Run Vulkan CTS framework tests as part of CI (internal issue 3274).
  * Clarify that <<spirvenv-evaluation-expressions, denorm ops can reorder
    without code:NoContract (internal issue 3303).
  * Add the <<resources-memory-overlap, Resource Memory Overlap>> section to
    clarify that there is no cache line hazard (internal issue 3306).
  * Restrict ename:VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT to
    three-dimensional images in slink:VkImageCreateInfo and
    elink:VkImageCreateFlagBits (internal merge request 5589).

New Extensions:

  * apiext:VK_EXT_surface_maintenance1
  * apiext:VK_EXT_swapchain_maintenance1

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/0e28607b55dc1eee4ff80967f1e0a7e99356d075

New extensions:

- VK_EXT_surface_maintenance1 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_surface_maintenance1.adoc)
Quoteapiext:VK_EXT_surface_maintenance1 adds a collection of window system integration features that were intentionally left out or overlooked in the original apiext:VK_KHR_surface extension.

The new features are as follows:

- Allow querying number of min/max images from a surface for a particular presentation mode.

- Allow querying a surface's scaled presentation capabilities.

- Allow querying a surface for the set of presentation modes which can be easily switched between without requiring swapchain recreation.


- VK_EXT_swapchain_maintenance1 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_swapchain_maintenance1.adoc)
Quoteapiext:VK_EXT_swapchain_maintenance1 adds a collection of window system integration features that were intentionally left out or overlooked in the original apiext:VK_KHR_swapchain extension.

The new features are as follows:

- Specify a fence that will be signaled when the resources associated with a present operation can: be safely destroyed.

- Allow changing the present mode a swapchain is using at per-present granularity.

- Allow applications to define the behavior when presenting a swapchain image to a surface with different dimensions than the image. Using this feature may: allow implementations to avoid returning ename:VK_ERROR_OUT_OF_DATE_KHR in this situation.

- Allow applications to defer swapchain memory allocation for improved startup time and memory footprint.

- Allow applications to release previously acquired images without presenting them.
Title: Vulkan API specifications 1.3.238 released
Post by: JeGX on December 19, 2022, 02:32:21 PM
QuoteChange log for December 19, 2022 Vulkan 1.3.238 spec update:
Internal Issues:

  * Do not require in-bounds index buffers for flink:vkCmdDrawIndexed if
    pname:robustBufferAccess2 is enabled (internal issue 3311).
  * Only download needed parts of VK-GL-CTS repository for CI test (internal
    issue 3315).
  * Add a NOTE that etext:FORMAT_FEATURE_*_ATOMIC_BIT
    are only advertised for single-component formats
    (internal issue 3318).
  * Add a common acceleration structure copy VU disallowing src/dst overlap
    (internal merge request 5587).
  * Add common VUs for EXT mesh draw calls (internal merge request 5588).
  * Change validation of flink:vkGetImageSubresourceLayout2EXT to allow
    queries of images with ename:VK_IMAGE_TILING_OPTIMAL tiling (internal
    merge request 5590).
  * Add VUs to flink:vkCmdBuildAccelerationStructureNV and common
    acceleration structure copy VUs to require pname:dst to be bound
    completely and contiguously (internal merge request 5602).
  * Fix typo in member name ptext:presentScaling -> pname:scalingBehavior
    for slink:VkSwapchainPresentScalingCreateInfoEXT (internal merge request
    5603).
  * Remove common copy image sample count VU 07745, which duplicates VU
    00136 (internal merge request 5605).
  * Fix common image memory barrier layout VU to refer to correct members
    instead of nonexist pname:layout (internal merge request 5608).

New Extensions:

  * Add final (non-provisional) versions of the Vulkan Video Core and Decode
    extensions (internal merge request 5351):
  ** apiext:VK_KHR_video_queue
  ** apiext:VK_KHR_video_decode_queue
  ** apiext:VK_KHR_video_decode_h264 (promoted from EXT)
  ** apiext:VK_KHR_video_decode_h265 (promoted from EXT)

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9a2e576a052a1e65a5d41b593e693ff02745604b

New Extensions:

- VK_KHR_video_queue (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_video_queue.adoc)
QuoteThis extension provides common APIs to enable exposing queue families with support for video codec operations by introducing the following new object types and related functionalities:

Video session objects that represent and maintain the state needed to perform video codec operations.

Video session parameters objects that act as a container for codec specific parameters.

In addition, it also introduces query commands that allow applications to determine video coding related capabilities, and command buffer commands that enable recording video coding operations against a video session.

This extension is to be used in conjunction with other extensions that enable specific video coding operations.


- VK_KHR_video_decode_queue (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_video_decode_queue.adoc)
QuoteThis extension builds upon the apiext:VK_KHR_video_queue extension by adding common APIs specific to video decoding and thus enabling implementations to expose queue families supporting video decode operations.

More specifically, it adds video decode specific capabilities and a new command buffer command that allows recording video decode operations against a video session.

This extension is to be used in conjunction with other codec specific video decode extensions that enable decoding video sequences of specific video compression standards.

- VK_KHR_video_decode_h264 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_video_decode_h264.adoc)
QuoteThis extension builds upon the apiext:VK_KHR_video_decode_queue extension by adding support for decoding elementary video stream sequences compliant with the H.264/AVC video compression standard.

- VK_KHR_video_decode_h265 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_video_decode_h265.adoc)
QuoteThis extension builds upon the apiext:VK_KHR_video_decode_queue extension by adding support for decoding elementary video stream sequences compliant with the H.265/HEVC video compression standard.

Title: Vulkan API specifications 1.3.239 released
Post by: Stefan on January 19, 2023, 04:41:04 PM
QuoteChange log for January 19, 2023 Vulkan 1.3.239 spec update:
Github Issues:
  * Clarify semaphore/fence behavior of flink:vkAcquireNextImageKHR so that
    if successful, both semaphore and fence will be signaled (whichever
    provided), and if not successful, both are unaffected (public issues
    1533, 1776, 2009).
  * Update common draw VU 07751 to require that
    flink:vkCmdSetDiscardRectangleEXT was called for each discard rectangle
    when the corresponding dynamic state is enabled (public issue 1657).
  * Add ename:VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR to
    access masks VUs (public pull request 1997).
  * Fix a typo in flink:vkCmdSetCoverageToColorLocationNV (public pull
    request 2000).
  * Clarify interpretation of H.265 reference indices
    code:RefPicSetStCurrBefore, code:RefPicSetStCurrAfter, and
    code:RefPicSetLtCurr (public issue 2010).
  * Add missing dimension VUs for slink:VkRenderingInfo (public issue 2015).
  * Fix <<formats-mandatory-features-32bit, Mandatory format support: 32-bit
    components>> table to support ename:VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT
    for ename:VK_FORMAT_R32_SFLOAT without apiext:VK_EXT_shader_atomic_float
    (public pull request 2011).
  * Fix incorrect link in apiext:VK_KHR_create_renderpass2 appendix (public
    pull request 2037).
Internal Issues:
  * Add `scripts/stripAPI.py` to transform the XML by removing non-matching
    `api` elements (internal issue 3281).
  * Update introduction of the <<fragops, Fragment Operations>> chapter to
    allow the <<fragops-samplemask, sample mask test>> to be performed after
    <<fragops-samplecount, sample counting>> (internal issue 3330).
  * Add slink:VkImageViewCreateInfo VU to disallow creating image views with
    multiple plane bits (internal issue 3332)
  * Add a new VU to slink:VkGraphicsPipelineCreateInfo requiring pipeline
    layout compatibility in the graphics pipeline library link step
    (internal issue 3334).
  * Report an error message from generator scripts when an unknown name is
    referenced, rather than just failing (internal merge request 5614).
  * Document in elink:VkPipelineCreateFlagBits that
    ename:VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR
    and
    ename:VK_PIPELINE_CREATE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT
    are only needed when combining fragment shading rate or fragment density
    maps with dynamic rendering (internal merge request 5616).
  * Moved a VU for index offsets when pname:robustBufferAccess2 is not
    enabled from flink:vkCmdDrawIndexed to become a common VU for all the
    index buffer draw calls (internal merge request 5623).
  * Add VUs to slink:VkWriteDescriptorSet and slink:VkDescriptorImageInfo
    restricting use of other descriptor types from being a 2D view of a 3D
    image (internal merge request 5626).
  * Clarify that the tlink:PFN_vkReallocationFunction callback may return
    `NULL` (internal merge request 5637).
  * Clarify that apiext:VK_KHR_format_feature_flags2 only has to be
    supported, not enabled, in the <<resources-image-view-format-features,
    Image View Format Features>> section (internal merge request 5651).
  * Factor some VUs out of the `copy_bufferimage_to_imagebuffer_common`
    common VU file into a new
    `copy_bufferimage_to_imagebuffer_buffer_alignment_common` file (internal
    merge request 5657).
  * Add new driver id ename:VK_DRIVER_ID_IMAGINATION_OPEN_SC (internal merge
    request 5658).
  * Factor some VUs out of the `image_memory_barrier_common` common VU file
    into a new `image_layout_transition_common` file (internal merge request
    5662).
  * Clarify that format-less buffer views only apply to storage texel
    buffers in the <<features-shaderStorageImageReadWithoutFormat>>,
    <<features-shaderStorageImageWriteWithoutFormat>>, and
    <<formats-without-shader-storage-format, Formats without shader storage
    format>>, sections and for elink:VkFormatFeatureFlagBits2 (internal
    merge request 5668).
New Extensions:
  * apiext:VK_HUAWEI_cluster_culling_shader


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/4941f94e8e36e99e6e1fe430c9e2569dfb6c1937
Title: Vulkan API specifications 1.3.240 released
Post by: JeGX on January 26, 2023, 02:16:37 PM
QuoteChange log for January 26, 2023 Vulkan 1.3.240 spec update:
Github Issues:

  * Fix <<limits-maxPushDescriptors, pname:maxPushDescriptors>> description
    (public pull request 2038).

Internal Issues:

  * Finish banning NULL pipeline layouts in
    slink:VkGraphicsPipelineCreateInfo VUs (internal merge request 5673).
  * Fix flink:vkCmdDrawIndirectByteCountEXT VU 02289 to refer to the correct
    structure name (internal merge request 5674).
  * Clarify how to define an inactive acceleration structure instance in the
    <<acceleration-structure-update, Acceleration Structure Update Rules>>
    (internal merge request 5677).
  * Add missing common draw and draw dispatch VUs when setting dynamic state
    at draw time (internal merge request 5679).
  * Add more information about pname:texelBufferAlignment promotion to core
    in the apiext:VK_EXT_texel_buffer_alignment and <<versions-1.3, Version
    1.3>> appendix language (internal merge request 5680).

New Extensions:

  * apiext:VK_EXT_pipeline_library_group_handles

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b33bd816a24012b0ac51e8b05567cc221171ccf1

New extension
- VK_EXT_pipeline_library_group_handles (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_pipeline_library_group_handles.adoc)
QuoteWhen using pipeline libraries in ray tracing pipelines, a library might get linked into different pipelines in an incremental way. An application can have a strategy where a ray tracing pipeline is comprised of N pipeline libraries and is later augumented by creating a new pipeline with N + 1 libraries. Without this extension, all group handles must be re-queried as the group handle is tied to the pipeline, not the library. This is problematic for applications which aim to decouple construction of record buffers and the linkage of ray tracing pipelines.

To aid in this, this extension enables support for querying group handles directly from pipeline libraries. Group handles obtained from a library must: remain bitwise identical in any sname:VkPipeline that links to the library.

With this feature, the extension also improves compatibility with DXR 1.1 AddToStateObject(), which guarantees that group handles returned remain bitwise identical between parent and child pipelines. In addition, querying group handles from COLLECTION objects is also supported with that API.
Title: Vulkan API specifications 1.3.241 released
Post by: Stefan on February 17, 2023, 12:09:50 AM
QuoteChange log for February 16, 2023 Vulkan 1.3.241 spec update:
Github Issues:
  * Clarify apiext:VK_EXT_debug_utils object support (public issue 1668,
    public pull request 2034).
  * Fix capitalization typos in a few VUs (public pull request 2050).
  * Parameterize asciidoc includes of asciidoc files from `vkspec.adoc`
    using `{chapters}` attribute (public pull request 2051).
Internal XML Schema Issues:
Several needed XML schema changes are introduced in this update which may
impact downstream XML users who are doing their own parsing. Users of our
Python generator framework are unlikely to be impacted. If you have
difficulty adapting to these changes, please open an issue on the
Vulkan-Docs Github repository.
  * Introduce a new `depends` attribute to the XML schema, replacing the
    `requires` and `requiresCore` attributes of `<extension>` tags, and the
    `features` and `extension` attributes of `<require>` tags. This is an
    intentional and unavoidable breaking change, allowing us to correctly
    express more complex dependencies. XML users doing their own XML parsing
    and needing this information must treat the `depends` attribute as a
    boolean expression. This change also adds a description of the different
    interpretation of device and instance extension dependencies in a single
    place in the new <<extensions, "`Extension Dependencies`">> section at
    the start of the extensions appendix, rather than including a
    boilerplate comment about "`device-level extensions`" with each relevant
    extension dependency described later in the appendix (internal issue
    2883).
  * Import XML, script, and config file changes from the Vulkan SC spec
    repository. This change uses the `api` XML attribute to specialize some
    tags for the Vulkan and Vulkan SC APIs. While this is not a new
    attribute, it has not been extensively used in this fashion previously
    in this repository. XML users doing their own XML parsing must now
    filter out tags with `api` attributes not matching the API they are
    generating, and must also filter out `<extension>` tags whose
    `supported` attribute does not include that API (internal issue 3348).
  * Remove some redundancies from refactored XML dependencies (internal
    merge request 5713).
  * Express correct XML dependencies of apiext:VK_KHR_buffer_device_address,
    now that the new `depends` schema supports that (internal merge request
    5721).
  * Add a new `deprecated` attribute to several tags in XML schema which
    provides some guidance as to why an API was deprecated. Remove `comment`
    text which some downstream XML parsers were using to infer deprecation,
    which was never an intended or supported purpose of the comments (public
    ash-rs/ash issue 670, internal merge request 5537).
Other Internal Issues
  * Expand the definition of <<fundamentals-validusage-enums, "`valid
    enumerant value`">> to include whether the extension or core version
    defining that enumerant is enabled or supported. This has a global
    effect on corresponding VU statements, and the Vulkan Validation Layer
    is being updated accordingly (internal issue 2912).
  * Update the <<synchronization>> chapter in several places to clarify that
    pipeline barriers work only within a single queue (internal issue 3365).
  * Add ename:VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR in a
    few places it was missing, and update description for copy commands to
    specify where it should be used with apiextVK_KHR_synchronization2
    rather than
    ename:VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR (internal
    merge request 5604).
  * Fix typos in `proposals/VK_KHR_video_decode_queue.adoc` (internal merge
    request 5646).
  * Add dynamic state to apiext:VK_EXT_discard_rectangles
    (ename:VK_DYNAMIC_STATE_DISCARD_RECTANGLE_ENABLE_EXT and
    ename:VK_DYNAMIC_STATE_DISCARD_RECTANGLE_MODE_EXT) and for
    apiext:VK_NV_scissor_exclusive
    (ename:VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_ENABLE_NV) that was overlooked
    in apiext:VK_EXT_extended_dynamic_state3. While this is adding
    functionality to existing extensions, the implementers of these
    extensions have all signed off on this change (internal merge request
    5671).
  * Disallow ename:VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK in
    slink:VkDescriptorGetInfoEXT VU 08018 (internal merge request 5681).
  * Rearrange some language in flink:vkGetRayTracingShaderGroupHandlesKHR
    and flink:vkGetRayTracingCaptureReplayShaderGroupHandlesKHR to follow
    the style guide (internal merge request 5683).
  * Update to new Docker image SHA for CI and building specs (internal merge
    request 5688).
  * Add `SPV_EXT_fragment_fully_covered` to XML `<spirvextensions>` section
    (internal merge request 5689).
  * Add missing pname:pNext description to
    slink:VkVideoDecodeH264DpbSlotInfoKHR (internal merge request 5701).
  * Add missing internal links for the term
    <<pipelines-graphics-subsets-fragment-shader, fragment shader state>>
    (internal merge request 5704).
  * Move ename:VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY VU common draw vertex
    binding VUs, and word VUs 03420 and 07500 the same, minus the reference
    to pname:dynamicPrimitiveTopologyUnrestricted (internal merge request
    5708).
  * Ban some advanced blend modes from slink:VkColorBlendEquationEXT that
    must be set using a different mechanism (internal merge request 5705).
  * Update copyright dates to 2023, and add CI check for Khronos-copyright
    files (internal merge request 5716).
  * Add clarifying NOTE and typo fixes for
    apiext:VK_HUAWEI_cluster_culling_shader (internal merge request 5718).
  * Add missing XML dependencies on
    apiext:VK_KHR_get_physical_device_properties2 to several extensions
    (internal merge request 5719).
  * Remove flink:vkCmdResolveImage VUs where pname:srcImage is of type
    ename:VK_IMAGE_TYPE_3D (internal vulkansc issue 178).
New Extensions:
  * apiext:VK_EXT_image_sliced_view_of_3d
  * apiext:VK_ARM_shader_core_properties
  * apiext:VK_QCOM_multiview_per_view_render_areas


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/1b1c4dd43a35341c8c8e82ad985ed66d8beff5ba

New extensions:

- VK_EXT_image_sliced_view_of_3d (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_image_sliced_view_of_3d.adoc)
QuoteThis extension allows creating 3D views of 3D images such that the views contain a subset of the slices in the image, using a Z offset and range, for the purpose of using the views as storage image descriptors. This matches functionality in D3D12 and is primarily intended to support D3D12 emulation.

- VK_ARM_shader_core_properties (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_ARM_shader_core_properties.adoc)
QuoteThis extension provides the ability to determine device-specific performance properties of Arm GPUs.

It exposes properties for the number of texel, pixel, and fused multiply-add operations per clock per shader core. This can be used in combination with the apiext:VK_ARM_shader_core_builtins extension that provides the ability to query the number of shader cores on the physical device.

- VK_QCOM_multiview_per_view_render_areas (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_multiview_per_view_render_areas.adoc)
QuoteCertain use-cases (e.g., side-by-side VR rendering) use multiview and render to distinct regions of the framebuffer for each view. On some implementations, there may be a performance benefit for providing per-view render areas to the implementation. Such per-view render areas can be used by the implementation to reduce the pixels that are affected by attachment load, store, and multisample resolve operations.

The extension enables a multiview render pass instance to define per-view render areas. For each view of a multiview render pass instance, only those pixels in the per-view render area are affected by load, store and resolve operations.
Title: Vulkan API specifications 1.3.242 released
Post by: JeGX on February 28, 2023, 04:13:36 PM
QuoteChange log for February 26, 2023 Vulkan 1.3.242 spec update:
Github Issues:

  * Separate reflow document traversal and internal logic (public pull
    request 2042).
  * Specify operator evaluation in XML `depends` expressions must be
    left-to-right for operators of the same precedence (public pull request
    2066).
  * Revert to only parenthesizizing formal arguments of VK_DEFINE*HANDLE
    macros in the `vulkansc` api, to work around a bug in MSVC (public issue
    2067).

Internal Issues

  * Clarify <<ray-intersection-candidate-determination, ray transform
    invariance>> with respect to intersection with multiple instances
    (internal issue 3371).
  * Fix extraneous `+` sign appearing in dependency section of extension
    refpages (internal issue 3382).
  * Add draw dispatch common VU for
    ename:VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT and new
    <<resources-buffer-view-format-features, Buffer View Format Features>>
    section (internal merge request 5597).
  * Move subpass self-dependency language into slink:VkSubpassDependency and
    pipeline barrier common VUs (internal merge request 5687).
  * Typo fix for double words ("`the the`") (internal merge request 5739).
  * Clarify Vulkan memory model requirements in the <<memory-model, Memory
    Model>> appendix (internal cross-api/memory-model issue 157).
  * Remove `update_valid_usage_ids.sh` script, which has not worked for a
    long time.

New Extensions:

  * apiext:VK_NV_low_latency

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/f3e686fc22251102713a2a1a1cd071f60ab6efd8

New extension:
-VK_NV_low_latencyVK_NV_low_latency (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_low_latency.adoc)
QuoteThis extension adds the VkQueryLowLatencySupportNV structure, a structure used to query support for NVIDIA Reflex.
Title: Vulkan API specifications 1.3.243 released
Post by: JeGX on March 23, 2023, 12:31:56 PM
QuoteChange log for March 12, 2023 Vulkan 1.3.243 spec update:
Github Issues:

  * Clarify descriptions of
    ename:VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT and
    ename:VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT to include missing
    operations and properly refer to advanced blend operations (public issue
    2047).
  * Add specification language for ename:VK_REMAINING_3D_SLICES_EXT (public
    issue 2063).
  * Fix some out of date cross-references and citations. Update normative
    reference sections and cite them appropriately in the specification,
    registry schema, and style guide documents (public issue 2069).
  * Reverse aliasing of ename:VK_PIPELINE_CACHE_CREATE_READ_ONLY_BIT to a
    reserved bit for Vulkan SC (public issue 2070).
  * Add Mobileye vendor ID reservation (public pull request 2076).

Internal Issues

  * Updates to provisional video encode extensions including minor API
    changes - see change logs in the apiext:VK_EXT_video_encode_h264,
    apiext:VK_EXT_video_encode_h265, and apiext:VK_KHR_video_encode_queue
    extension appendices for more details (internal issue 3329).
  * Add VU logic for ename:VK_DYNAMIC_STATE_RASTERIZATION_SAMPLES_EXT to
    common draw, flink:vkCmdBindPipeline, and
    slink:VkGraphicsPipelineCreateInfo (internal issue 3355).
  * Add to the NOTE in the <<queries-occlusion, Occlusion Queries>> section
    describing possible differences in query results between implementations
    even when ename:VK_QUERY_CONTROL_PRECISE_BIT is specified (internal
    issue 3364).
  * Fix a few pname:pNext pointer input-only structure members defined by
    apiext:VK_EXT_swapchain_maintenance1 to add `const` qualifiers in XML
    (internal issue 3367).
  * Clarify why setting the stride with flink:vkCmdBindVertexBuffers2 has
    additional restrictions relative to setting the static state, and add a
    corresponding issue to the apiext:VK_EXT_extended_dynamic_state appendix
    (internal issue 3391).
  * Fix reflow script so VUID tag generation / duplicate checking can be
    performed independently of text reflowing (internal issue 3394).
  * Fix some incorrectly rewritten text that looks like a link, but is not,
    in refpage source code blocks (internal issue 3401).
  * Add code:Vertex code:Location restrictions when dynamic vertex input
    state is enabled to common draw vertex binding and
    slink:VkGraphicsPipelineCreateInfo VUs (internal merge request 5541).
  * Refactor some common image copy VUs (internal merge request 5659).
  * Refactor common image copy VUs not affected by
    apiext:VK_QCOM_rotated_copy (internal merge request 5660).
  * Update XML `<extension>` dependencies for VulkanSC in cases where an
    extension has been promoted to core in that API, but the extension
    itself is not supported (internal merge request 5723).
  * Call out extension and feature dependencies explicitly in some VUs
    (internal merge request 5737).
  * Fix typo in asciidoctor conditional markup for
    slink:VkPipelineShaderStageCreateInfo VU 06716. (internal merge request
    5726).
  * Update wording of slink:VkImageViewSlicedCreateInfoEXT specifying when
    this structure is ignored (internal merge request 5734).
  * Fix wording of slink:VkD3D12FenceSubmitInfoKHR VUs 00079 and 00080
    (internal merge request 5742).
  * Use "`component`" consistently when referring to pname:format arguments,
    replacing "`aspect`" (internal merge request 5746).
  * Add missing slink:VkImageViewSlicedCreateInfoEXT VU for pname:viewType
    (internal merge request 5749).
  * Remove redundant slink:vkCmdClearAttachments dynamic rendering VUs 07882
    and 07883 (internal merge request 5751).
  * Remove redundant slink:VkGraphicsPipelineCreateInfo code:InputAttachment
    dynamic rendering VU 06056 (internal merge request 5752).
  * Fix description of mesh shader execution modes in the
    apiext:VK_EXT_mesh_shader proposal document (internal merge request
    5756).
  * Minor updates to apiext:VK_HUAWEI_cluster_culling_shader extension APIs.
    These are incompatible changes but the vendor driver release with this
    extension has not been published, so there should be no user impact
    (internal merge request 5767).
  * Restructure <<fundamentals-validusage-enums, Valid Usage for Enumerated
    Types>> and <<fundamentals-validusage-flags, Valid Usage for Flags>>
    sections to make clear that the rules for enums and flag bits follow the
    same formula, and be more precise in defining interactions with
    extensions and core versions (internal merge request 5769).
  * Make normative text and NOTE in the
    <<synchronization-pipeline-stages-masks>> section consistent (internal
    merge request 5772).
  * Refactor single-sampled requirement of copy commands into common VU
    statements (internal merge request 5776).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/84ccde6b1b92820feee54c8b7577387b2cf1ce17
Title: Vulkan API specifications 1.3.244 released
Post by: JeGX on March 23, 2023, 12:34:17 PM
QuoteChange log for March 17, 2023 Vulkan 1.3.244 spec update:
Github Issues:

  * Fix typo in
    slink:VkDeviceGroupRenderPassBeginInfo::pname:deviceRenderAreaCount
    (public issue 2078).

Internal Issues

  * Move copy attribute's pname: to commonvalidity attributes to aid with
    VUID generation (internal MR 5781).
  * Add a .mailmap file (internal MR 5786).
  * Refactor pipeline layout consistency VUs for
    slink:VkComputePipelineCreateInfo, slink:VkGraphicsPipelineCreateInfo,
    and slink:VkRayTracingPipelineCreateInfoNV into common validity
    statements (internal MR 5750).
  * Make VUID tag generation prioritize attributes, helping ensure tags are
    unique when the same common validity file is included twice in the same
    VU block (internal MR 5791).

New Extensions:

  * apiext:VK_KHR_map_memory2

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/7beccb60daac498d700a09763945719c31510ab6

New extension:
- VK_KHR_map_memory2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_map_memory2.adoc)
QuoteThis extension provides extensible versions of the Vulkan memory map and unmap entrypoints. The new entrypoints are functionally identical to the core entrypoints, except that their parameters are specified using extensible structures that can be used to pass extension-specific information.
Title: Vulkan API specifications 1.3.245 released
Post by: Stefan on March 29, 2023, 12:17:01 AM
QuoteChange log for March 24, 2023 Vulkan 1.3.245 spec update:
Github Issues:
  * Tighten wording for <<descriptorsets-compatibility, Pipeline Layout
    Compatibility>> (public issue 1853).
  * Attempt to clarify "`supported`" vs. "`enabled`" in the
    <<extendingvulkan-device-extensions, Device Extensions>>,
    <<fundamentals-validusage-extensions, Valid Usage for Extensions>>, and
    <<extendingvulkan-instanceanddevicefunctionality, Instance and Device
    Functionality>> sections (public issue 2035).
  * Fix markup typo (public issue 2089).
Internal Issues
  * Fix slink:VkRayTracingPipelineCreateInfoKHR VU interactions in the
    presence of stages and groups (internal issue 3104).
  * Fix standalone SPIR-V VU 04924 to clarify components can also be arrays
    of scalars or vectors (internal issue 3411).
  * Add anchors for all <<interfaces-builtin-variables, Built-In Variables>>
    (internal issue 3418).
  * Add common image layout transition VUs to prevent inconsistent image
    barrier with separate depth/stencil (internal MR 5634).
  * Add NOTE of intended use cases for slink:VkDirectDriverLoadingListLUNARG
    to the description of slink:VkInstanceCreateInfo (internal MR 5692).
  * Update Khronos specification license terms to the latest version
    (internal MR 5717).
  * Fix slink:VkGraphicsPipelineCreateInfo VU 07725 requirement that
    code:PointSize be written to for every vertex emitted (internal MR
    5790).
  * Set missing `refpage` attribute when including some pipeline common
    VUIDs (internal MR 5795).
  * Add missing VUs to flink:vkCmdPushDescriptorSetWithTemplateKHR (internal
    MR 5798).
  * Fix style guide word choice table markup problem that resulted in
    off-by-one column errors (internal MR 5808).
  * Use style guide preferred form of "`depth/stencil format`" (internal MR
    5810).
New Extensions:
  * apiext:VK_NV_displacement_micromap


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/729dda35a16d57611636d6684a1fcb27f7e0a722

New extension:
- VK_NV_displacement_micromap (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_displacement_micromap.adoc)
QuoteRay tracing can very efficiently render from geometry which has very fine detail, but when using only a basic triangle representation, memory consumption can be an issue. This extension adds the ability to add a displacement map to add more detail to triangles in an acceleration structure with an efficient in-memory format. The format is externally visible to allow the application to compress its internal geometry representations into the compressed format ahead of time. This format adds displacements along a defined vector to subtriangle vertices which are subdivided from the main triangles.
Title: Vulkan API specifications 1.3.246 released
Post by: Stefan on March 31, 2023, 03:13:51 PM
QuoteChange log for March 31, 2023 Vulkan 1.3.246 spec update:

Github Issues:
  * Remove redundant "`input attachment`" wording in descriptions of
    ename:VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT and
    ename:VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT (public issue
    2083).
  * Add a NOTE describing state of buffers passed in
    flink:vkBindBufferMemory2::pname:pBindInfos if the command fails (public
    issue 2086).
Internal Issues
  * Add new <<spirvenv-module-validation-runtime, Runtime SPIR-V VUs>>
    restricting code:OpTypeImage multisampling to be consistent the
    slink:VkImageCreateInfo::pname:samples its bound image was created with
    (internal issue 2426).
  * Clarify that <<primsrast-sampleshading, sample interpolation>> enables
    sample shading (internal issue 2872).
  * Add <<spirvenv-module-validation-standalone, Standalone SPIR-V VUs>> for
    multiple code:OpVariable for one code:Location, and use code:Location
    and code:Component terminology consistently in related parts of the
    specification, rather than informal equivalent terms (internal MR 5630).
  * Add a new <<spirvenv-module-validation-runtime, Runtime SPIR-V VUs>>
    preventing code:InputAttachmentIndex overlaps (internal MR 5759).
  * Move apiext:VK_NV_displacement_micromap interfaces to the provisional
    `vulkan_beta.h` header (internal MR 5812).
  * Remove redundant common validity VU 07977 for buffer alignment in buffer
    <-> image copies (internal MR 5814).
  * Remove redundant slink:VkWriteDescriptorSet VU 07729 (internal MR 5815).
  * Describe multi-planar aspect masks consistently in VU statements
    (internal MR 5816).
  * Fix ptext:width -> pname:height typo in slink:VkRenderingInfo VU 07816
    (internal MR 5817).
New Extensions:
  * apiext:VK_EXT_shader_object
  * apiext:VK_EXT_shader_tile_image


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ce847fd14cc3a81751329352ce505501c46ce35e

New extensions:

- VK_EXT_shader_object (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_shader_object.adoc)
QuoteThis extension introduces a new VkShaderEXT object type which represents a single compiled shader stage. Shader objects can be used as a more flexible but comparably performant alternative to VkPipeline objects.

- VK_EXT_shader_tile_image (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_shader_tile_image.adoc)
QuoteThis extension allows fragment shader invocations to read color, depth and stencil values at their pixel location in rasterization order. The functionality is only available when using dynamic render passes introduced by VK_KHR_dynamic_rendering. Example use cases are programmable blending and deferred shading.

Title: Vulkan API specifications 1.3.247 released
Post by: Stefan on April 13, 2023, 02:22:43 PM
QuoteChange log for April 12, 2023 Vulkan 1.3.247 spec update:
Github Issues:
  * Fix typo in apiext:VK_EXT_shader_object sample code (public PR 2094).
  * Experimental Antora site generator code for Vulkan Documentation Project
    demo - see https://github.com/KhronosGroup/Vulkan-Site/ (https://github.com/KhronosGroup/Vulkan-Site/) for more
    information and links to the live site demo (public PR 2097).
  * Fix typo to code:StdVideoDecodeH265ReferenceInfo <<decode-h265, H.265
    Decode Operations>> (public PR 2098).
Internal Issues
  * Improve wording for code:Location VUs 04917 and 04919 (internal issue
    2737).
  * Add wording about host write guarantees and non-temporal instructions
    for flink:vkDeviceWaitIdle (internal issue 3404).
  * Clarify undefined values in the <<interfaces-fragmentoutput, Fragment
    Output Interface>> section, and improve the explanation of how fragment
    shader interfaces work (internal issue 3416).
  * Add `ratification` status attribute to <extension> XML and reflect it in
    the extension appendix metadata. Add new '-spec ratified' option to
    `makeSpec` script (internal issue 3417).
  * Add a commonvalidity file `shader_create_spv_common.adoc` for creating
    SPIR-V shaders and use it for slink:VkShaderCreateInfoEXT and
    slink:VkShaderModuleCreateInfo (internal issue 3426).
  * Errata and wording improvements to apiext:VK_EXT_shader_object (internal
    issue 3435).
  * Restore two missing members that were inadvertently removed from the XML
    definition of slink:VkDeviceFaultVendorBinaryHeaderVersionOneEXT. This
    is not a functional change to the specification, and is approved by the
    implementations of the apiext:VK_EXT_device_fault extension (internal
    issue 3443).
  * Add VUs for common draw vertex binding and
    slink:VkGraphicsPipelineCreateInfo so the vertex input has matching
    signed int / unsigned int / float type in both the shader and the
    pipeline (internal MR 5627).
  * Mention <<pipelines-graphics-subsets-vertex-input, vertex input state>>
    in slink:VkGraphicsPipelineCreateInfo VUs 00736 and 00737 (internal MR
    5783).
  * Cleanup <<spirvenv, SPIR-V Environment>> appendix to use code: markup
    consistently on SPIR-V keywords (internal MR 5823).
  * Grammar, markup, and typo fixes for the
    apiext:VK_HUAWEI_cluster_culling_shader extension (internal MR 5827).
  * Use host networking in `scripts/runDocker` (internal MR 5834).
  * Clean up apiext:VK_EXT_shader_object language and extension dependencies
    when building a spec with just this extension included (internal MR
    5837).
  * Add <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>> VU
    to ensure there is a shader output for every shader input slot (internal
    MR 5843).
  * Fix code:OutputVertices language for apiext:VK_EXT_shader_object in the
    <<tessellation, Tessellator>> section to refer to the control stage, not
    the evaluation stage (internal MR 5846).


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/79d2478e22ad88e6206b5f15f2580ca8e9722709
Title: Vulkan API specifications 1.3.248 released
Post by: Stefan on April 20, 2023, 11:57:41 AM
QuoteChange log for April 20, 2023 Vulkan 1.3.248 spec update:
Github Issues:
  * Clarify when <<deferred-host-operations-requesting, parameter access for
    deferred commands>> can be done (public issue 2092).
  * Clarify <<fundamentals-objectmodel-lifetime, object lifetimes for
    deferred commands>> (public issue 2100).
  * Add missing :refpage: markup to pages that use commonvalidity VUs, so
    the API portion of the VUID is rendered correctly (public issue 2104).
Internal Issues
  * Update slink:VkFragmentShadingRateCombinerOpKHR language to address
    differences between Fragment Shading Rate clamping and DX Variable
    Shading Rate input sanitization (internal issue 3339).
  * Add common VU for slink:VkAttachmentDescription2 and
    slink:VkAttachmentReference2KHR, and VU to
    slink:VkGraphicsPipelineCreateInfo, to ensure render pass and pipeline
    sample counts are valid, and related specification language in
    <<renderpass-noattachments>> (internal issue 3422).
  * Clarify that <<textures-texel-mipmap-filtering, minmax filtering applies
    between mip levels>> (internal issue 3450).
  * Add ename:VK_DYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXT to
    slink:VkPipelineColorBlendStateCreateInfo attachment VUs 07353 and 07608
    (internal issue 3455).
  * Fix "`fragment output interface`" -> "`fragment shader state`" typo in
    slink:VkGraphicsPipelineCreateInfo VUs 06485 and 06486 (internal MR
    5824).
  * Collapse redundancies in dynamic state VUs for
    slink:VkGraphicsPipelineCreateInfo and
    slink:VkPipelineViewportStateCreateInfo (internal MR 5838).
  * Collapse redundancies in dynamic state VUs for
    slink:VkGraphicsPipelineCreateInfo and
    slink:VkGraphicsPipelineCreateInfo (internal MR 5853).
  * Clarify source of the custom border color in a NOTE to
    slink:VkSamplerCustomBorderColorCreateInfoEXT and a footnote to the
    <<textures-border-replacement-table, Border Texel Components After
    Replacement>> table (internal MR 5855).
  * Update registry scripts to enable using combined Vulkan and Vulkan SC
    registry entries to generate combined headers for use with SC ecosystem
    tooling (internal MR 5858).
  * Add <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>> VU
    to require decorations to match between shader stages (internal MR
    5861).


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9fff8b252a3688c0231fa78709084bbe677d3bf7
Title: Vulkan API specifications 1.3.249 released
Post by: JeGX on April 27, 2023, 02:23:32 PM
QuoteChange log for April 27, 2023 Vulkan 1.3.249 spec update:
Github Issues:

  * Add a non-normative NOTE on variability in
    <<textures-texel-anisotropic-filtering, Texel Anisotropic Filtering>>
    implementations, and move the theoretical implementation described in
    that section into the NOTE (public issue 1361).
  * Fix XML attributes of slink:VkMicromapEXT structure members to allow
    `NULL` handles (public issue 2114).

Internal Issues

  * Clarify common draw VUs for attachment read feedback loops (internal
    issue 3439).
  * Add flink:vkCmdCopyQueryPoolResults VU requiring queries to have been
    made available by prior executed commands (internal issue 3451).
  * Relax ptext:*DescriptorSize limits to 256 bytes max in the
    <<limits-required, Required Limits>> table (internal issue 3456).
  * Mention shader objects in definitions of code:SubgroupLocalInvocationId
    and code:SubgroupSize built-ins (internal issue 3459).
  * Use numeric format (e.g. etext:*SFLOAT), numeric type (e.g. "`float`"),
    and SPIR-V type (e.g. code:OpTypeFloat, width, sign) consistently in the
    specification, rather than mixing and matching by accident (internal
    merge request 5627).
  * Add <<spirvenv-module-validation-runtime,
    Runtime SPIR-V Validation>> VUs for Mesh and Task
    code:max*Size using the same wording as for
    code:maxComputeSharedMemorySize (internal merge request 5804).
  * Add missing `const` to
    slink:VkVideoDecodeH265PictureInfoKHR::pname:pStdPictureInfo (internal
    merge request 5859).
  * Convert `scripts/genanchorlinks.py` script into an asciidoctor
    extension.

New Extensions

  * apiext:VK_KHR_ray_tracing_position_fetch

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/58e747b4b453a787c1043f30fbf6669b3ba29e0e

New Extension:
- VK_KHR_ray_tracing_position_fetch (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_ray_tracing_position_fetch.adoc)
QuoteVK_KHR_ray_tracing_position_fetch adds the ability to fetch the vertex positions in the shader from a hit triangle as stored in the acceleration structure.

An application adds ename:VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DATA_ACCESS_KHR to the acceleration structure at build time. Then, if the hit is a triangle geometry, the shader (any-hit or closest hit for ray pipelines or using ray query) can: fetch the three, three-component vertex positions in object space, of the triangle which was hit.
Title: Vulkan API specifications 1.3.250 released
Post by: Stefan on May 04, 2023, 11:26:13 AM
QuoteChange log for May 4, 2023 Vulkan 1.3.250 spec update:
Github Issues:
  * Fix common image subresource VUs for fname:vkGetImageSubresourceLayout*
    with planar images (public issue 2109).
  * Fix URL in BUILD.adoc (public merge request 2116).
  * Split up ename:VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT VU for
    slink:VkImageCreateInfo (public issue 2117)
Internal Issues
  * Add some missing VUs for apiext:VK_EXT_shader_object (internal issue
    3449).
  * Add a <<shaders-binding, Binding Shaders>> section and refer to it from
    some apiext:VK_EXT_shader_object VUs, collapsing and simplifying them
    (internal issue 3425).
  * Fix flink:vkGetImageSubresourceLayout2EXT to refer to the output
    structure as undefined for ename:VK_IMAGE_TILING_OPTIMAL, rather than
    the input structure (merge request 5870).
  * Add ename:VK_DYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXT to the
    slink:VkPipelineColorBlendStateCreateInfo::pname:pAttachments
    description (merge request 5873).
  * Clarify how to get slink:VkExternalBufferProperties in
    slink:VkMemoryAllocateInfo VU 00639 (merge request 5873).
  * Replace `~~~~` delimiter for nested open/source blocks with `----`,
    using a custom extension to treat the listing block as an open block
    where needed for continuations (merge request 5886).
  * Fix common stage mask VUIDs 07946, 07947, 07949, and 07950 to
    incorporate the stage mask name and avoid duplication (internal merge
    request 5886).
New Extensions
  * apiext:VK_EXT_attachment_feedback_loop_dynamic_state


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8f2ca84561db97d13717827dc26d600e1c2ac719

New extension:
- VK_EXT_attachment_feedback_loop_dynamic_state (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_attachment_feedback_loop_dynamic_state.adoc)
QuoteThis extension adds support for setting attachment feedback loops dynamically on command buffers.
Title: Vulkan API specifications 1.3.251 released
Post by: Stefan on May 28, 2023, 06:50:44 PM
QuoteChange log for May 28, 2023 Vulkan 1.3.251 spec update:
Github Issues:
  * VUs for graphics pipelines have been reworked regarding state subsets,
    along with the sections describing those state subsets. VUs that
    previously ambiguously stated "`If the pipeline is _created with_ <state
    subset>...`" now instead state "`If the pipeline _requires_ <state
    subset>...`" Those VUs link to the state subset descriptions, which
    previously did not actually indicate anything about when they were
    required, which was instead left to the section on complete subsets. The
    subset sections now document their own independent requirements for when
    they are needed, so that the VUs explicitly point to relevant text.
    Additional VUs have also been added to mirror these updated sections,
    uncovering a handful of incorrect edge cases and clarifying them.
    Previous VUs that required a complete pipeline were now redundant, so
    have been removed. (public issue 1793).
  * Add missing code:SPV_EXT_opacity_micromap to XML (public pull request
    2131).
  * Fix typo in code:SPV_INTEL_shader_integer_functions2 XML (public pull
    request 2132).
Internal Issues
  * Use "`commands are called *in* a command buffer`" rather than "`*on* a
    command buffer`", and add this case to the style guide (internal issue
    3480).
  * Fix common draw dispatch VU 07753 for the
    slink:VkImageView::pname:format to match the code:OpTypeImage
    code:Sampled code:Type (internal issue 3481).
  * Create common draw and slink:VkGraphicsPipelineCreateInfo VUs for
    pname:alphaToCoverageEnable (internal merge request 5811).
  * Add elink:VkDynamicState entry for
    ename:VK_DYNAMIC_STATE_ATTACHMENT_FEEDBACK_LOOP_ENABLE_EXT (internal
    merge request 5894).
  * Use consistent wording for VUs referring to external memory handles
    (internal merge request 5895).
  * Remove redundant <<spirvenv-module-validation-standalone, Standalone
    SPIR-V Validation>> VU 04662 (internal merge request 5898).
  * Revert common draw VU 07620, which was accidentally removed by
    apiext:VK_EXT_shader_object (internal merge request 5899).
  * Allow slink:VkVideoDecodeInfoKhr::pname:pReferenceSlots to be `NULL` in
    its description (internal merge request 5900).
  * Fix slink:VkGraphicsPipelineCreateInfo pipeline topology VUs when
    pname:dynamicPrimitiveTopologyUnrestricted is set and the dynamic state
    is enabled (internal merge request 5916).
New Extensions
  * apiext:VK_EXT_dynamic_rendering_unused_attachments


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/45b5ba66f8128be493745da2d45f0bb407d9296a

New extension:
- VK_EXT_dynamic_rendering_unused_attachments (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_dynamic_rendering_unused_attachments.adoc)
QuoteThis extension lifts some restrictions in the VK_KHR_dynamic_rendering extension to allow render pass instances and bound pipelines within those render pass instances to have an unused attachment specified in one but not the other. It also allows pipelines to use different formats in a render pass as long the attachment is NULL.
Title: Vulkan API specifications 1.3.252 released
Post by: Stefan on June 02, 2023, 04:56:25 PM
QuoteChange log for June 1, 2023 Vulkan 1.3.252 spec update:
Internal Issues
  * Merge Vulkan SC build and support scripts into Vulkan repository. This
    will ease keeping the two repositories closely synchronized (internal
    merge request 5930).
  * Update precision for code:degrees() and code:radians() instructions
    in the <<Precision of GLSL.std.450 Instructions>> table
    (internal merge request 5922).
  * Fix definition of code:ulp() in the
    <<spirvenv-op-prec, Precision of Individual Operations>>
    section to limit the definition to finite numbers
    (internal merge request 5924).
  * Add view mask VU to slink:VkFramebufferCreateInfo for
    apiext:VK_KHR_fragment_shading_rate (internal merge request 5932).
New Extensions
  * apiext:VK_EXT_external_memory_acquire_unmodified


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5718db0a370b5bd91e6cf2268a3dc2af9cfc15d1

New extension:
- VK_EXT_external_memory_acquire_unmodified (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_external_memory_acquire_unmodified.adoc)
QuoteA memory barrier may: have a performance penalty when acquiring ownership of a subresource range from an external queue family. This extension provides API that may: reduce the performance penalty if ownership of the subresource range was previously released to the external queue family and if the resource's memory has remained unmodified between the release and acquire operations.
Title: Vulkan API specifications 1.3.253 released
Post by: Stefan on June 10, 2023, 06:05:36 AM
QuoteChange log for June 9, 2023 Vulkan 1.3.253 spec update:
Github Issues
  * Require the pname:accelerationStructure feature for acceleration
    structure commands (public issue 2134).
  * Fix slink:VkAccelerationStructureCreateInfoKHR::pname:flags typo to
    pname:createFlags (public pull request 2140).
Internal Issues
  * Various fixes to the provisional video encode APIs for rate control,
    capabilities, and other improvements (internal issues 2213, 3013, 3137,
    3138, 3139, 3386, 3440).
  * Add XML representation of pipeline stage ordering relationships and use
    it to generate markup artifacts including stage flag definitions,
    ordering, and the <<synchronization-pipeline-stages-supported, Supported
    pipeline stage flags>> table (internal issue 3260).
  * Clarify <<vkGetPhysicalDeviceVideoFormatPropertiesKHR, video format
    query interactions>> by reference to a new
    <<format-feature-dependent-usage-flags, Format Feature Dependent Usage
    Flags>> section (internal issue 3491).
  * Add slink:VkGraphicsPipelineCreateInfo and common draw vertex binding
    VUs for 64-bit input components (internal merge request 5869).
  * Improve slink:VkImageViewCreateInfo VUs for
    apiext:VK_NV_linear_color_attachment (internal merge request 5884).
  * Update precision for code:normalize() instruction in the <<Precision of
    GLSL.std.450 Instructions>> table (internal merge request 5923).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/2f4ef8371aa309f91954536996582066900ef2a0
Title: Vulkan API specifications 1.3.254 released
Post by: Stefan on June 16, 2023, 05:09:45 PM
QuoteChange log for June 16, 2023 Vulkan 1.3.254 spec update:
Github Issues
  * Clarify discard behavior of dynamic rendering with unused attachments
    (public issue 2125).
Internal Issues
  * Fix typos in execution modes for fragment depth and stencil writes in
    the <<fragops, Fragment Operations>> chapter (internal issue 3519).
  * Add slink:VkDescriptorAddressInfo VUs disallowing descriptors with zero
    range unless pname:nullDescriptor is enabled (internal merge request
    5929).
  * Add asciidoctor conditional mismatch check to spec build (internal merge
    request 5948).
  * Remove unused `start` and `end` attributes from `enum` tags in the
    registry documentation and schema (internal merge request 5951).
  * Clarify flink:vkEndCommandBuffer error behavior (internal vulkansc issue
    184).
New Extensions
  * apiext:VK_EXT_depth_bias_control
  * apiext:VK_QNX_external_memory_screen_buffer


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/7c839d85b51cb639444183c586e53b2b2ab21e2e

New extensions:
- VK_EXT_depth_bias_control (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_depth_bias_control.adoc)
QuoteThis extension adds a new structure, sname:VkDepthBiasRepresentationInfoEXT, that can be added to a pNext chain of sname:VkPipelineRasterizationStateCreateInfo and allows setting the scaling and representation of depth bias for a pipeline.

This state can also be set dynamically by using the new structure mentioned above in combination with the new fname:vkCmdSetDepthBias2EXT command.


- VK_QNX_external_memory_screen_buffer (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QNX_external_memory_screen_buffer.adoc)
QuoteThis extension enables an application to import QNX Screen code:_screen_buffer objects created outside of the Vulkan device into Vulkan memory objects, where they can be bound to images and buffers.
Title: Vulkan API specifications 1.3.255 released
Post by: Stefan on June 23, 2023, 02:19:46 PM
QuoteChange log for June 23, 2023 Vulkan 1.3.255 spec update:
Github Issues
  * Fix XML `<format>` metadata for ename:VK_FORMAT_B10G11R11_UFLOAT_PACK32
    and ename:VK_FORMAT_B5G5R5A1_UNORM_PACK16 (public pull requests 2145,
    2147).
Internal Issues
  * Only extract VU statements for the currently built specification,
    allowing placing conditional markup inside VU statements and the
    simplification or elimination of many VUs that previously had to be
    replicated for extension-dependent behavior (internal issue 3387).
  * Add missing Description section to the
    apiext:VK_EXT_swapchain_colorspace extension appendix (internal issue
    3463).
  * Add VU to disable ftext:vkCmdBeginQuery* with micromap queries (internal
    issue 3511).
  * Add apiext:VK_EXT_calibrated_timestamps proposal document, and update
    some of the specification language and notes for
    flink:vkCmdWriteTimestamp2KHR and flink:vkCmdWriteTimestamp (internal
    issue 3521).
New Extensions
  * apiext:VK_KHR_cooperative_matrix


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/012db30fd16929f9fd30dfbc2a7c86e048d64015
Title: Vulkan API specifications 1.3.256 released
Post by: Stefan on June 30, 2023, 03:25:39 PM
QuoteChange log for June 30, 2023 Vulkan 1.3.256 spec update:
Github Issues
  * Fix minor typos (public pull requests 2154 and 2157).
  * Fix XML `<format>` metadata for etext:VK_FORMAT_R64G64* and
    ename:VK_FORMAT_BC*_SNORM_BLOCK (public pull request 2156).
Internal Issues
  * Specify fragment stage when accessing color attachment via shader tile
    image reads for ename:VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT and
    ename:VK_ACCESS_COLOR_ATTACHMENT_READ_BIT (internal merge request 5918).
  * Clarify in which stages subgroup control flags
    ename:VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT
    and ename:VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT, as
    well as their apiext:VK_EXT_shader_object variants, are allowed to be
    set (internal issue 3529).
  * Fix typo to pname:depth in flink:vkCmdBindInvocationMaskHUAWEI VUID
    04983 (internal merge request 5958).
  * Rename ename:VK_PIPELINE_STAGE_2_SUBPASS_SHADING_HUAWEI to
    ename:VK_PIPELINE_STAGE_2_SUBPASS_SHADER_HUAWEI (internal merge request
    5959).
  * Modify the VU extraction script to correctly handle content that is not
    plain text, such as nested bullets or blocks (internal merge request
    5964).
  * Add a NOTE to the <<pipelines-cache-header, Pipeline Cache Header>>
    section and move one related VU statement. Fix handling of queue types
    with dependencies in generator scripts (internal merge request 5965).
  * Remove explicit `optional="false"` syntax from the XML schema for
    command `param` and structure `member` tags (internal merge request
    5970).
  * Refactor README.adoc to move Vulkan and VulkanSC-specific language into
    READMEVK.adoc and READMESC.adoc, respectively (internal merge request
    5971).
  * Update registry schema document with a current example of `externsync`
    for arrays (internal merge request 5975).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3dae5d7fbf332970ae0a97d5ab05ae5db93e62f0
Title: Vulkan API specifications 1.3.257 released
Post by: Stefan on July 07, 2023, 04:23:14 PM
QuoteChange log for July 7, 2023 Vulkan 1.3.257 spec update:
Github Issues
  * Clarify flink:vkGetQueryPoolResults with
    ename:VK_QUERY_RESULT_WITH_AVAILABILITY_BIT and interactions with
    ename:VK_QUERY_RESULT_64_BIT affecting size of the returned values
    (public issue 1086).
  * Fix link markup in one of the proposal documents (public merge request
    2160).
Internal Issues
  * Attempt to tidy up feedback loop guarantees in common draw VUs,
    elink:VkPipelineDepthStencilStateCreateFlagBits,
    elink:VkPipelineColorBlendStateCreateFlagBits,
    slink:VkRenderingAttachmentInfo, and by reference to the new
    <<renderpass-load-operations, Render Pass Load Operations>>,
    <<renderpass-store-operations, Render Pass Store Operations>>, and
    <<renderpass-resolve-operations, Render Pass Multisample Resolve
    Operations>> sections (internal issues 3375, 3403, 3517).
  * Modify boilerplate language for pname:sType structure members to refer
    to them as elink:VkStructureType values (internal issue 3493).
  * Describe that the <<interfaces-iointerfaces-builtin, mesh shader output
    interface>> can have two built-in interface blocks (internal issue
    3509).
  * Add slink:VkDeviceGroupRenderPassBeginInfo and slink:VkRenderingInfo VUs
    for zero-sized pname:renderArea (internal issue 3535).
  * Generate a warning comment for preprocessor guard definitions in the
    generated C headers. This will show up in some IDEs and may help prevent
    e.g. use of `VK_VERSION_1_3` as a parameter to API calls (internal issue
    3537).
  * Remove check in reflow.py that did not allow embedded conditionals in VU
    statement markup (internal issue 3545).
  * Reduce duplication of spec language in the <<Cooperative Matrices>>
    section, where the apiext:VK_KHR_cooperative_matrix interfaces are
    similar to, but not promoted from the apiext:VK_NV_cooperative_matrix
    interfaces (internal issue 3547).
  * Fix shader tile image access for depth/stencil images in
    elink:VkAccessFlagBits2 and elink:VkAccessFlagsBits (internal merge
    request 5912)
  * Fix missing VUs for apiext:VK_EXT_depth_bias_control (internal merge
    request 5967).
  * Update slink:VkPipelineShaderStageCreateInfo VU 02756 with task and mesh
    shader interactions (internal merge request 5977).
  * Add test cases to CI for nested lists and math blocks in VU statements,
    which are now allowed (internal merge request 5984).
  * Remove code:CrossWorkgroup from the allowed storage classes in
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    (internal merge request 5987).
  * Add missing `<spirvextension>` XML tags for
    apiext:VK_ARM_shader_core_builtins (internal merge request 5988).
  * Add more CI checks for preferred orthography and fix problems identified
    by them (internal merge request 5991).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/2b7d9c9f65cde43580573a677490c3c7d099c09f
Title: Vulkan API specifications 1.3.258 released
Post by: Stefan on July 21, 2023, 12:29:19 PM
QuoteChange log for July 21, 2023 Vulkan 1.3.258 spec update:

Github Issues

  * Add a note explaining subgroup vs. dynamically uniform to the
    <<shaders-scope-device, Device>> section (public pull request 2118).
  * Fix video std headers  to respect VK_NO_STDINT_H,
    involving minor changes to dependencies in `video.xml` as well as the
    header generator script (public issue 2155).

Internal Issues

  * Add spec language and VUs to allow applications to set various members
    of slink:VkGraphicsPipelineCreateInfo to be NULL if all the members of
    the structs they point to are set as dynamic (internal issue 3263).
  * Ban attachment aliasing and color masks with RGB9E5 format. Changes
    affect common draw VUs, flink:vkCmdSetColorWriteMaskEXT,
    slink:VkGraphicsPipelineCreateInfo, slink:VkRenderingInfo,
    flink:vkCmdBeginRenderPass, and flink:vkCmdBeginRenderPass2 (internal
    issues 3338, 3538).
  * Fix typo in structure name for slink:VkSubpassDescription2 VU 06251
    (internal issue 3483).
  * Condense buffer memory barrier VUs, pipeline VUs, and a few
    miscellaneous VUs now that embedded asciidoc conditional markup is
    allowed within a VU statement (internal issue 3543).
  * Use explicit structure member initializer syntax instead of comments
    with the member name consistently in code samples (internal issue 3550).
  * Fix misuse of etext:VK_API_VERSION* in XML `<spirvcapabilities>` tags,
    and add a CI test to prevent recurrence (internal issue 3559).
  * Add VU for slink:VkDescriptorSetLayout sets used by
    flink:vkCmdSetDescriptorBufferOffsetsEXT (internal issue 3560).
  * Explicitly say that flink:vkCreateAccelerationStructure does not write
    to the buffers in the introduction to the <<resources, Resource
    Creation>> chapter and for flink:vkCreateAccelerationStructureNV,
    flink:vkCreateAccelerationStructureKHR, and flink:vkCreateMicromapEXT
    (internal merge request 5914).
  * Add a NOTE regarding ename:VK_IMAGE_LAYOUT_UNDEFINED to the
    <<synchronization-image-layout-transitions, Image Layout Transitions>>
    section (internal merge request 5962).
  * Fix interpretation of variable descriptor count zero in
    slink:VkDescriptorSetVariableDescriptorCountLayoutSupport (internal
    merge request 5983).
  * Fix slink:VkRenderPassBeginInfo VU to include a clause for
    slink:VkMultisampledRenderToSingleSampledInfoEXT (internal merge request
    5996).
  * Add HLSL spirv-intrinsics mapping for
    apiext:VK_NV_ray_tracing_invocation_reorder appendix and for the
    `VK_KHR_ray_tracing_position_fetch` proposal document (internal merge
    requests 6002, 6005).

New Extensions

  * apiext:VK_EXT_host_image_copy
  * apiext:VK_NV_device_generated_commands


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/2c1e07a72b43f53cc7866c55ae32afe97d933621

New Extensions:
- VK_EXT_host_image_copy (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_host_image_copy.adoc)
QuoteThis extension allows applications to copy data between host memory and images on the host processor, without staging the data through a GPU-accessible buffer. This removes the need to allocate and manage the buffer and its associated memory. On some architectures it may also eliminate an extra copy operation. This extension additionally allows applications to copy data between images on the host.

- VK_NV_device_generated_commands (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_device_generated_commands.adoc)
QuoteThis extension allows the device to generate a number of critical graphics commands for command buffers.

When rendering a large number of objects, the device can be leveraged to implement a number of critical functions, like updating matrices, or implementing occlusion culling, frustum culling, front to back sorting, etc. Implementing those on the device does not require any special extension, since an application is free to define its own data structures, and just process them using shaders.

However, if the application desires to quickly kick off the rendering of the final stream of objects, then unextended Vulkan forces the application to read back the processed stream and issue graphics command from the host. For very large scenes, the synchronization overhead and cost to generate the command buffer can become the bottleneck. This extension allows an application to generate a device side stream of state changes and commands, and convert it efficiently into a command buffer without having to read it back to the host.
Title: Vulkan API specifications 1.3.259 released
Post by: Stefan on July 22, 2023, 02:49:00 PM
QuoteChange log for July 21, 2023 Vulkan 1.3.259 spec update:
Internal Issues
  * Remove dangling reference to nonexistent
    `StdVideoH265ShortTermRefPicsSps` in `video.xml` (internal issue 3565).
  * Rename ftext:vkCmdUpdatePipelineIndirectBuffer to
    flink:vkCmdUpdatePipelineIndirectBufferNV in the just-released
    apiext:VK_NV_device_generated_commands_compute extension (internal issue
    3568).
  * Add a CI check for undefined attributes in the spec build (internal
    issue 3567).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3da7531f2f9d48993ab627c02a866479d5163ba4
Title: Vulkan API specifications 1.3.260 released
Post by: Stefan on July 28, 2023, 01:26:26 PM
QuoteChange log for July 28, 2023 Vulkan 1.3.260 spec update:

Internal Issues

  * Refactor `parse_dependency.py:dependencyLanguage()` into a more useful
    form for downstream components such as the validation layers (internal
    issue 3555).
  * Add CI check to `xml_consistency.py` for API names added by extensions
    which have suffix inconsistencies (internal issue 3568).
  * Add notes to flink:vkCreateAccelerationStructureKHR and
    flink:vkCreateMicromapEXT about data capture/replay (internal merge
    request 6015).
  * Add missing explicit common parent VUs for flink:vkCreateImageView and
    flink:vkGetMicromapBuildSizesEXT (internal merge request 6016).
  * Add VU to slink:VkCommandBufferBeginInfo requiring the
    pname:commandBuffer support graphics operations (internal merge request
    6025).
  * Unify unavailable query VUs for flink:vkCmdWriteTimestamp and
    flink:vkCmdWriteTimestamp2 (internal merge request 6027).
  * Make slink:VkGraphicsPipelineLibraryCreateInfoEXT::pname:pNext a `const`
    pointer (internal merge request 6028).

New Extensions

  * apiext:VK_KHR_maintenance5
  * apiext:VK_AMDX_shader_enqueue


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/12ab5855b1608e4b05b270e0dedecd1b1a5458f8

New Extensions:
- VK_KHR_maintenance5 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_maintenance5.adoc)
QuoteVK_KHR_maintenance5 adds a collection of minor features, none of which would warrant an entire extension of their own.

The new features are as follows:

A new ename:VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR format

A new ename:VK_FORMAT_A8_UNORM_KHR format

A property to indicate that multisample coverage operations are performed after sample counting in EarlyFragmentTests mode

Relax VkBufferView creation requirements by allowing subsets of the associated VkBuffer usage using sname:VkBufferUsageFlags2CreateInfoKHR

A new entry point flink:vkCmdBindIndexBuffer2KHR, allowing a range of memory to be bound as an index buffer

flink:vkGetDeviceProcAddr must return code:NULL for supported core functions beyond the version requested by the application.

A property to indicate that the sample mask test is performed after sample counting in EarlyFragmentTests mode

vkCmdBindVertexBuffers2 now supports using VK_WHOLE_SIZE in the pSizes parameter.

A default size of 1.0 is used if code:PointSize is not written

Shader modules are deprecated - applications can now pass slink:VkShaderModuleCreateInfo as a chained struct to pipeline creation via slink:VkPipelineShaderStageCreateInfo

A function flink:vkGetRenderingAreaGranularityKHR to query the optimal render area for a dynamic rendering instance.

A property to indicate that depth/stencil texturing operations with enum:VK_COMPONENT_SWIZZLE_ONE have defined behavior

Add flink:vkGetImageSubresourceLayout2KHR and a new function flink:vkGetDeviceImageSubresourceLayoutKHR to allow the application to query the image memory layout without having to create an image object and query it.

Allow ename:VK_REMAINING_ARRAY_LAYERS as the pname:layerCount member of slink:VkImageSubresourceLayers

Adds stronger guarantees for propagation of ename:VK_ERROR_DEVICE_LOST return values

A property to indicate whether code:PointSize controls the final rasterization of polygons if polygon mode is ename:VK_POLYGON_MODE_POINT

Two properties to indicate the non-strict line rasterization algorithm used

Two new flags words elink:VkPipelineCreateFlagBits2KHR and elink:VkBufferUsageFlagBits2KHR

Physical-device-level functions can now be called with any value in the valid range for a type beyond the defined enumerants, such that applications can avoid checking individual features, extensions, or versions before querying supported properties of a particular enumerant.

Clarification that copies between images of any type are allowed, treating 1D images as 2D images with a height of 1.

- VK_AMDX_shader_enqueue (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_AMDX_shader_enqueue.adoc)
QuoteThis extension adds the ability for developers to enqueue compute shader workgroups from other compute shaders.
Title: Vulkan API specifications 1.3.261 released
Post by: JeGX on August 04, 2023, 01:37:19 PM
QuoteChange log for August 4, 2023 Vulkan 1.3.261 spec update:
Github Issues

  * Disallow mixing multi-present-mode swapchains in slink:VkPresentInfoKHR
    (public issue 2151).
  * Clarify mapping between wait semaphores and fences for
    slink:VkSwapchainPresentFenceInfoEXT (public pull request 2152).
  * Fix incorrect link to `GLSL_EXT_shader_tile_image` extension
    specification (public pull request 2178).
  * Fix formatting issues in apiext:VK_KHR_maintenance5 (public pull request
    2180).
  * Fix bad explanation of
    slink:VkBufferUsageFlags2CreateInfoKHR::pname:usage (public pull request
    2182).
  * Fix markup to improve short descriptions for some
    apiext:VK_NV_device_generated_commands_compute command and structure
    refpages (public issue 2184).
  * Fix VUs for flink:vkGetQueryPoolResults and
    flink:vkCmdCopyQueryPoolResults to disallow
    ename:VK_QUERY_RESULT_WITH_STATUS_BIT_KHR for performance queries
    (public issue 2185).

Internal Issues

  * Add some VUs for bind buffer and image commands to require that buffers
    created with the
    ename:VK_BUFFER_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT flag
    must only be bound to device memory that was likewise allocated
    (internal merge request 5993).
  * Add slink:VkGraphicsPipelineCreateInfo and common draw vertex binding
    VUs for 64-bit input component count matching (internal merge request
    6008).
  * Remove duplicate mesh shading apiext:VK_EXT_shader_object VUs (internal
    merge request 6031).
  * Add missing apiext:SPV_AMDX_shader_enqueue <spirvextension> tag
    (internal merge request 6043).
  * Add CI check to `xml_consistency.py` for `_RESERVED_` enums in
    non-disabled extensions (internal merge request 6044).
  * Consolidate VUs in the <<clears, Clear Commands>> chapter (internal
    merge request 6043).
  * Fix suffixes of incorrectly named flags for apiext:VK_KHR_maintenance5,
    and update XML extension dependencies for those flags (internal merge
    request 6050).
  * Add missing <<features-cooperativeMatrix, cooperativeMatrix>>
    requirement for apiext:VK_KHR_cooperative_matrix (internal merge request
    6051).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b9aad705f0d9e5e6734ac2ad671d5d1de57b05e0
Title: Vulkan API specifications 1.3.262 released
Post by: JeGX on August 25, 2023, 03:08:29 PM
QuoteChange log for August 25, 2023 Vulkan 1.3.262 spec update:
Github Issues

  * Remove ename:VK_ACCESS_2_UNIFORM_READ_BIT from
    ename:VK_ACCESS_SHADER_READ_BIT (public issue 2169).
  * Fix typo in description of slink:VkPerformanceCounterResultKHR (public
    issue 2186).
  * Fix missing vkQueue* row in command properties tables (public PR 2189).
  * Specify that some <<spirvenv-module-validation-runtime, Runtime SPIR-V
    Validation>> VUs apply only to compute shaders (public PR 2199).
  * Misc. markup fixes (public pull request 2200).
  * Specify when compute pipeline metadata must be saved in language
    following slink:VkPipelineShaderStageModuleIdentifierCreateInfoEXT
    (HansKristian-Work/vkd3d-proton#1639, internal
    MR 6058).

Internal Issues

  * Fix MSRTSS + dynamic sample count + single sampling interactions in
    common draw VUs (internal issue 3474).
  * Fixes to block processing and attribute handling when generating
    `validusage.json` (internal issue 3576).
  * Generate implicit `-parent` VUs for more distant ancestor relationships
    if the immediate parent type is not present (internal issue 3582).
  * Fix ename:VK_DYNAMIC_STATE_ALPHA_TO_ONE_ENABLE_EXT interaction with
    apiext:VK_EXT_extended_dynamic_state3 in VUs for
    slink:VkGraphicsPipelineCreateInfo (internal issue 3587).
  * Clarify that synchronization commands do not execute pipeline stages in
    the <<synchronization-pipeline-stages, Pipeline Stages>> section
    (internal issue 3592).
  * VU fixes for apiext:VK_KHR_maintenance5 (internal MR 6032).
  * Update apiext:VK_KHR_dynamic_rendering proposal document to remove a
    sentence that should not have been there (internal MR 6047).
  * Add ray tracing VUs for core synchronization access flags to match the
    64-bit versions (internal MR 6047).
  * Add a CI test to check for include:: paths not starting with a
    recognized path attribute (internal MR 6063).
  * Make slink:VkBufferCreateInfo::pname:usage `noautovalidity` in XML and
    allow for elink:VkBufferUsageFlags2KHR flags (internal MR 6066).
  * Expand CI test checking for missing asciidoctor attributes to the
    refpage build, catching additional cases (internal MR 6071).
  * Remove explicit VU for slink:VkImageFormatProperties2 requiring the
    <<fetaures-hostImageCopy, pname:hostImageCopy>> feature to be enabled if
    slink:VkHostImageCopyDevicePerformanceQueryEXT is included in a
    pname:pNext chain (internal MR 6074).

New Extensions

  * apiext:VK_QCOM_filter_cubic_clamp
  * apiext:VK_QCOM_filter_cubic_weights
  * apiext:VK_QCOM_image_processing2
  * apiext:VK_QCOM_ycbcr_degamma

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/6952ad062f031e3fc99b53ef28e009cbeca64583


New extensions:

- VK_QCOM_filter_cubic_clamp (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_filter_cubic_clamp.adoc)
QuoteThis extension extends cubic filtering by adding the ability to enable an anti-ringing clamp. Cubic filtering samples from a 4x4 region of texels and computes a cubic weighted average of the region. In some cases, the resulting value is outside the range of any of the texels in the 4x4 region. This is sometimes referred to as "filter overshoot" or "filter ringing" and can occur when there is a sharp discontinuity in the 4x4 region being filtered. For some use cases this "ringing" can produces unacceptable artifacts.

The solution to the ringing problem is to clamp the post-cubic-filtered value to be within the max and min of texel values in the 4x4 region. While such "range clamping" can be performed in shader code, the additional texture fetches and clamping ALU operations can be costly.

Certain Adreno GPUs are able to perform the range clamp in the texture unit during cubic filtering at significant performance/power savings versus a shader-based clamping approach. This extension exposes such hardware functionality.


- VK_QCOM_filter_cubic_weights (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_filter_cubic_weights.adoc)
QuoteThis extension extends cubic filtering by adding the ability to select a set of weights. Without this extension, the weights used in cubic filtering are limited to those corresponding to a Catmull-Rom spline. This extension adds support for 3 additional spline weights.

This extension adds a new structure that can: be added to the pname:pNext chain of slink:VkSamplerCreateInfo that can: be used to specify which set of cubic weights are used in cubic filtering. A similar structure can be added to the pname:pNext chain of slink:VkBlitImageInfo2 to specify cubic weights used in a blit operation.


- VK_QCOM_image_processing2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_image_processing2.adoc)
QuoteThis extension enables support for the SPIR-V code:TextureBlockMatch2QCOM capability. It builds on the functionality of QCOM_image_processing with the addition of 4 new image processing operations.


- VK_QCOM_ycbcr_degamma (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_QCOM_ycbcr_degamma.adoc)
QuoteThis extension allows implementations to expose support for "sRGB EOTF" also known as "sRGB degamma", used in combination with images using 8-bit {YCbCr} formats. In addition, the degamma can be selectively applied to the Y (luma) or CrCb (chroma).
Title: Vulkan API specifications 1.3.263 released
Post by: Stefan on September 02, 2023, 01:23:30 PM
QuoteChange log for September 2, 2023 Vulkan 1.3.263 spec update:
Github Issues
  * Clarify H.264 / H.265 level indicator values by reference to the ITU-T
    specifications (public issue 2193).
  * Explicitly state that VkDeviceOrHostAddressConstKHR is also ignored
    (public PR 2205).
  * Fix parameter typo "`cordinates`" and correct markup (public PR 2206).
  * Cleanup slink:VkGraphicspipelineCreateInfo VUs for code:PointSize in the
    context of apiext:VK_KHR_maintenance5 (public Vulkan-ValidationLayers
    issue 6382).
Internal Issues
  * Clarifications for <<framebuffer-dsb, Dual-Source Blending>> in common
    draw VUs (internal issue 3549).
  * Ensure slink:VkHostImageLayoutTransitionInfoEXT::pname:oldLayout is the
    current layout (internal issue 3580).
  * Link to promoted-from extension proposal docs in extension appendices if
    no proposal exists for the extension itself (internal issue 3601).
  * Note that pname:storageInputOutput16 is needed for 16-bit vertex input
    in the <<fxvertex-attrib-location>> and <<interfaces-iointerfaces-user,
    User-defined Variable Interface>> sections (internal MR 5989).
  * Provisional video encode API updates (internal MR 6010).
  * Move requirement that elements of
    slink:VkPresentInfoKHR::pname:pSwapchains must be unique to a VU
    (internal MR 6054).
  * Fix and add missing shader object VUs in common draw VUs and the
    <<shaders-objects-state, Setting State>> section (internal MR 6077).
  * Define slink:VkPipelineColorBlendStateCreateInfo::pname:attachmentCount
    to ignore explicit, not implicit state settings in the context of
    apiext:VK_EXT_extended_dynamic_state3 (internal MR 6079).
  * Fix duplicate VUIDs for apiext:VK_EXT_host_image_copy (internal MR
    6100).
  * Use language for
    slink:VkPipelineColorBlendStateCreateInfo::pname:pAttachments consistent
    with related parts of the specification (internal MR 6103).
New Extensions
  * apiext:VK_NV_descriptor_pool_overallocation
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/4e32929f96e5af77fe5202b959f18c4ad7a06bbc
Title: Vulkan API specifications 1.3.264 released
Post by: Stefan on September 08, 2023, 08:22:25 PM
QuoteChange log for September 8, 2023 Vulkan 1.3.264 spec update:
Github Issues
  * Create Roadmap Feedback issue template (github PR 2207).
Internal Issues
  * Fix ename:VK_GEOMETRY_OPAQUE_BIT_KHR flag reference for
    <<ray-opacity-micromap, Ray Opacity Micromap>> (internal issue 3337).
  * Clarify slink:VkImageMemoryBarrier color format VU (internal issue
    3606).
  * Collapse apiext:VK_EXT_shader_tile_image pipeline barrier common VUs
    08718 and 06191 (internal MR 6065).
  * Use consistent language to describe multi-planar aspect masks for some
    existing VUs (internal MR 6072).
  * Consolidate VUs in the <<commandbuffers, Command Buffers>> chapter
    (internal MR 6114).
New Extensions
  * apiext:VK_EXT_frame_boundary
  * apiext:VK_MSFT_layered_driver



source: https://github.com/KhronosGroup/Vulkan-Docs/commit/3d25cd996b16ae0781e15735df5762efa9f71010

BUG in headers:
Missing new hpp file vulkan_hpp_macros.hpp (https://github.com/KhronosGroup/Vulkan-Headers/issues/437) - fixed



Title: Vulkan API specifications 1.3.265 released
Post by: Stefan on September 23, 2023, 11:56:20 AM
QuoteChange log for September 22, 2023 Vulkan 1.3.265 spec update:
Github Issues
  * Remove misplaced
    ename:VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR
    description from elink:VkPipelineStageFlagBits context (public PR 2210).
  * Swap NV pipeline stage with promoted KHR stage in XML `syncequivalent`
    tag (public issue 2211).
  * Remove redundant slink:VkPipelineShaderStageCreateInfo pname:stage VUs
    (public issue 2222).
  * Remove duplicate definition in apiext:VK_AMD_shader_enqueue proposal
    document (public issue 2225).
Internal Issues
  * Add a common copy image VU to require compressed image-to-image copies
    to have formats with matching texel block extents (internal issue 3610).
  * Add `page` field to `validusage.json` for eventual use with Antora
    (internal issue 3617).
  * Add missing VUs to flink:vkGetCalibratedTimestampsEXT (internal MR
    5974).
  * Attempt to clarify apiext:VK_KHR_fragment_shader_barycentric
    pname:triStripVertexOrderIndependentOfProvokingVertex description
    (internal MR 6048).
  * Add a slink:VkGraphicsPipelineCreateInfo VU restricting
    ename:VK_PIPELINE_CREATE_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT
    (internal MR 6119).
  * Reword several places to clarify that code:PrimitiveId is reset to `0`
    between each draw in a multi-draw command (internal issue 3564 ).
  * Consolidate and simplify VUs in the <<copies, Copy Commands>> chapter
    (internal MR 6124).
  * Remove inconsistent `KHR` suffix in
    slink:VkDeviceImageMemoryRequirements VUIDs (internal MR 6124).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/4871ab9e57fb07f98bf016cb10a3088924976e29
Title: Vulkan API specifications 1.3.266 released
Post by: Stefan on September 30, 2023, 08:02:45 AM
QuoteChange log for September 29, 2023 Vulkan 1.3.266 spec update:
Github Issues
  * Fix slink:VkGraphicsPipelineCreateInfo VU to say a valid pipeline layout
    is always needed without a graphics pipeline library (public issue
    2168).
  * Add missing "`not`" to <<spirvenv-module-validation-standalone,
    Standalone SPIR-V Validation>> VU 04917 (public PR 2229).
  * Add riscv64 64-bit platform to `vk_platform.h` (public PR 2238).
  * Add driver ID for AGXV (Asahi) (public PR 2238).
Internal Issues
  * Fix common draw dynamic state VUs to check for pname:stencilTestEnable
    and pname:depthBoundsTestEnable (internal issue 3486)
  * Fix stride passed to flink:vkGetQueryPoolResults in example code in
    apiext:VK_KHR_performance_query appendix (internal MR 6148).
New Extensions
  * apiext:VK_ANDROID_external_format_resolve
  * apiext:VK_NV_low_latency2
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/e5dbdd580cf0696db8ed0aeb0736e0f512d9bbe1
Title: Vulkan API specifications 1.3.267 released
Post by: Stefan on October 06, 2023, 05:00:23 PM
QuoteChange log for October 6, 2023 Vulkan 1.3.267 spec update:
Internal Issues
  * Detect old wording of boilerplate pname:pNext description in CI
    (internal issue 2186).
  * Clarify ename:VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT with regard
    to queue submission (internal issue 3627).
  * Update apiext:VK_NV_low_latency2 pname:pInfo pointers to be `const`
    (internal issue 3637).
  * Add slink:VkDescriptorSetLayoutBindingFlagsCreateInfo and
    slink:VkDescriptorSetAllocateInfo VUs for
    ename:VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT (internal MR
    6127).
  * Consolidate VUs in `access_mask_2_common.adoc` (internal MR 6166).
  * Fix
    slink:VkGraphicsPipelineCreateInfo::pname:pColorBlendState->attachmentCount
    VU to apply only when the blend state is not dynamic (internal MR 6171).
  * Add missing object types to the <<debugging-object-types, VkObjectType
    and Vulkan Handle Relationship>> table (internal MR 6175).
  * Fix typo ("`Non-private`" -> "`Private`") in the description of
    <<memory-model-non-private, private memory operations obeying program
    order>> (internal MR 6176).
  * Add reflow test for list continuation in VUs (internal MR 6177).
  * Correct type of flink:vkQueueNotifyOutOfBandNV::pname:pQueueTypeInfo
    (internal MR 6179).
  * Add XML `len` attribute for slink:VkFrameBoundaryEXT::pname:pTag order>>
    (internal MR 6180).
  * Consolidate VUs for apiext:VK_ANDROID_external_format_resolve (internal
    MR 6183).
  * Upstream Vulkan SC 1.0.13 changes to this repository (internal vulkansc
    issue 179).
New Extensions
  * apiext:VK_EXT_nested_command_buffer
  * apiext:VK_NV_extended_sparse_address_space
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/66b95bd350a014c7a4dcdcd309206b571750deb3
Title: Vulkan API specifications 1.3.268 released
Post by: Stefan on October 13, 2023, 04:17:08 PM
QuoteChange log for October 13, 2023 Vulkan 1.3.268 spec update:
Github Issues
  * Restrict flink:vkCmdSetEvent2 ptext:*stageMask parameters to not include
    ename:VK_PIPELINE_STAGE_2_HOST_BIT (public issue 1996).
  * Fix <<formats-non-packed, byte mapping table>> for
    ename:VK_FORMAT_A8_UNORM_KHR (public issue 2234).
  * Assign VUIDs to new VUs that were overlooked in the previous spec update
    (public issue 2244).
  * Add a spec build test and refactor Makefile to allow using a different
    repository root directory path, for use with the tests (public PR 2248).
Internal Issues
  * Add VUs to slink:VkCopyMemoryToImageInfoEXT and
    slink:VkCopyImageToMemoryInfoEXT requiring zero row-length /
    image-height when doing a host copy with
    ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT (internal issue 3619).
  * Clarify that fragment shading rate attachments cannot be cleared in VU
    for slink:VkRenderPassCreateInfo2 and language for
    slink:VkAttachmentDescription2KHR (internal issue 3634).
  * Add VUs to slink:VkSparseImageMemoryBind requiring a non-zero extent
    (internal issue 3635).
  * Consolidate VUs in many files (internal MRs 6138, 6141. 6142, 6147,
    6149, 6153, 6161, 6162, 6167, 6170, 6194, and 6197).
  * Use title case consistently for chapter and section titles, and add it
    to the style guide (internal MR 6201).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/bb6783481f96d778772ea9607e2991c27e2bbe96
Title: Vulkan API specifications 1.3.269 released
Post by: JeGX on October 20, 2023, 04:21:53 PM
QuoteChange log for October 20, 2023 Vulkan 1.3.269 spec update:
Github Issues

  * Add and correct a couple of `optional` attributes in the XML (public
    pull request 2252).

Internal Issues

  * Add flink:vkGetQueryPoolResults and flink:vkCmdCopyQueryPoolResults VUs
    requiring that queries be initialized (internal issue 3638).
  * Harmonize shader object state VUs with spec language in common draw,
    common draw vertex binding, slink:VkShaderCreateInfoEXT, and the
    <<shaders-objects-state, Setting State>> section (internal MR 6128).
  * Consolidate VUs in many files (internal MRs 6136, 6137, 6140, 6154,
    6155, 6157).
  * Fix common blit image, copy image, and resolve image VUs for
    interactions with ename:VK_REMAINING_ARRAY_LAYERS when built without
    apiext:VK_KHR_maintenance5 (internal MR 6204).
  * Remove slink:VkClearAttachment VU 00021 for "`validating`" a union type
    (internal MR 6222).
  * Disallow image creation with
    ename:VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT and any
    etext:VK_IMAGE_CREATE_SPARSE_*_BIT flags (internal MR 6223).
  * Combine slink:VkGraphicsPipelineCreateInfo VUs 06575 and 06603 (internal
    MR 6225).
  * Markup fixes for apiext:VK_NV_low_latency2 (internal MR 6228).
  * Add a VU for the
    slink:VkDecompressMemoryRegionNV::pname:decompressedSize limit, and fix
    language describing parameters in slink:VkCopyMemoryIndirectCommandNV
    (internal MR 6230).

New Extensions

  * apiext:VK_ARM_scheduling_controls
  * apiext:VK_NV_cuda_kernel_launch

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/463f8c616f49fb83ae4736de0d84b0048a7c76e2

New extensions:
-VK_NV_cuda_kernel_launch (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_cuda_kernel_launch.adoc)
QuoteInteroperability between APIs can sometimes create additional overhead depending on the platform used. This extension targets deployment of existing CUDA kernels via Vulkan, with a way to directly upload PTX kernels and dispatch the kernels from Vulkan's command buffer without the need to use interoperability between the Vulkan and CUDA contexts. However, we do encourage actual development using the native CUDA runtime for the purpose of debugging and profiling.

-VK_ARM_scheduling_controls (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_ARM_scheduling_controls.adoc)
QuoteThis extension exposes a collection of controls to modify the scheduling behaviour of Arm Mali devices.
Title: Vulkan API specifications 1.3.270 released
Post by: Stefan on November 10, 2023, 05:08:14 PM
QuoteChange log for November 9, 2023 Vulkan 1.3.270 spec update:
Github Issues
  * Remove redundant reference to ename:VK_PIPELINE_STAGE_2_HOST_BIT in
    flink:vkCmdWaitEvents2 VU 03842 (public issue 1986).
  * Fix typo in <<limits-computeCapabilityMajor>> description (as described
    in public PR 2260).
  * Add apiext:VK_KHR_timeline_semaphore dependency for
    apiext:VK_NV_low_latency2 (public PR 2264).
  * Restrict cooperative matrix support to compute stages and subgroup scope
    in slink:VkPhysicalDeviceCooperativeMatrixPropertiesKHR and
    slink:VkCooperativeMatrixPropertiesKHR (public SPIRV-Registry issue
    210).
  * Add additional Vulkan-Hpp headers to the trivial compile test used in CI
    (public Vulkan-Hpp issue 1721).
Internal Issues
  * Update common draw VU 06179 to only apply when the
    pname:dynamicRenderingUnusedAttachments feature is not enabled.
    (internal issue 3645).
  * Consolidate VUs in many files (internal MRs 6151, 6152, 6158, 6174).
  * Add slink:VkDescriptorPoolCreateInfo VU requiring
    slink:VkDescriptorPoolInlineUniformBlockCreateInfo in some situations
    (internal MR 6186).
  * Remove redundant apiext:VK_KHR_maintenance5 VUs constraining
    pname:layerCount in flink:vkCmdCopyMemoryToImageIndirectNV and common
    image copy / blit / resolve VUs (internal MR 6211).
  * Clean up Issues section of apiext:VK_KHR_display appendix (internal MR
    6219).
  * Remove redundant flink:vkCmdBindPipeline VU 06653 (internal MR 6226).
  * Update description of `EXT` extensions in style guide (internal MR
    6236).
  * Revert removal of flink:vkCmdSetLogicOpEnableEXT VU 07366 (internal MR
    6240).
  * Fix typo in <<primsrast-lines-basic, Basic Line Segment Rasterization>>
    (internal MR 6244).
  * Add missing `const` to
    sname:VkDirectDriverLoadingListLUNARG::pname:pNext in `vk.xml` (internal
    MR 6245).
  * Add missing slink:VkDescriptorImageInfo VUs (internal MR 6248).
  * Fix AMD/NV mixed-sample extension VUs that were mistakenly unified in
    `renderpass.adoc` (internal MR 6249).
  * Fix typos in apiext:VK_EXT_opacity_micromap appendix (internal MR 6251).
  * Add guarantees for implementation synchronization in
    flink:vkSetLatencyMarkerNV and flink:vkSetLatencySleepModeNV (internal
    MR 6254).
  * Add texel buffer limits for flink:vkGetDescriptorEXT (internal MR 6255).
  * Remove redundant slink:VkDescriptorSetAllocateInfo VU 08010 (internal MR
    6258).
  * Clean up unreferenced capabilities blocks in
    `profiles/VP_KHR_roadmap_2022.json` (internal MR 6261).
  * Remove duplicate slink:VkGraphicsPipelineCreateInfo VU 09041 (internal
    MR 6266).
  * Clarify common acceleration structure build VUs for pname:firstVertex
    and pname:primitiveCount (internal MR 6273).
New Extensions
  * apiext:VK_IMG_relaxed_line_rasterization

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b4792eab92a1d132ef95b56a7681cc6af69b570e
Title: Vulkan API specifications 1.3.271 released
Post by: Stefan on November 27, 2023, 08:44:05 AM
QuoteChange log for November 27, 2023 Vulkan 1.3.271 spec update:
Github Issues
  * Add zero stride VU for flink:vkGetQueryPoolResults and
    flink:vkCmdCopyQueryPoolResults (public issue 2265).
  * Move pname:timingCount to flink:vkGetLatencyMarkerInfoNV for
    apiext:VK_NV_low_latency2 (public issue 2269).
Internal Issues
  * Allow vkCmdBeginTransformFeedbackEXT to be called without an active
    graphics pipeline bound when using shader objects (internal issue 2785).
  * Autogenerate SPIR-V extension dependencies for extension appendices, and
    remove explicit dependencies now (or already) generated by the scripts
    (internal issue 3678).
  * Consolidate synchronization VUs (internal MR 6164).
  * Rewrite some spec language for apiext:VK_NV_cuda_kernel_launch to be
    internally consistent and follow style guidelines (internal MR 6234).
  * Fix names of apiext:VK_NV_cuda_kernnel_launch enums for use with
    apiext:VK_EXT_debug_report (internal MR 6235).
  * Fix common VUs for slink:VkDeviceImageSubresourceInfoKHR to insert
    correct image parameter name (internal MR 6264).
  * Document some missing apiext:VK_EXT_multi_draw interactions in the
    extension appendix (internal MR 6276).
  * Clarify descriptions of etext:*_MICROMAP_BIT_EXT pipeline flags
    (internal MR 6277).
  * Make pname:deviceRenderAreaCount VU language consistent (internal MR
    6288).
  * Make slink:VkCuModuleCreateInfoNVX::pname:dataSize `optional` in XML
    (internal MR 6291).
  * Add `not` XML `limittype` attribute value for features that are
    supported when the capability value is false (internal MR 6292).
  * Mark apiext:VK_EXT_nested_command_buffer as ratified (internal MR 6293).
  * Add commonvalidity file for query result VUs (internal MR 6295).
  * Autogenerate "`API Interactions`" section in extension appendices from
    XML (internal MR 6297).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/dbad946f7edc9137dbb972ea8e271592e3fb9746
Title: Vulkan API specifications 1.3.272 released
Post by: Stefan on December 01, 2023, 12:24:43 PM
QuoteChange log for December 1, 2023 Vulkan 1.3.272 spec update:
Internal Issues
  * Add common trace rays VU for dynamic stack size (internal issue 3687).
  * Add shading rate function to apiext:VK_HUAWEI_cluster_culling_shader
    (internal MR 6308).
  * Consolidate WSI VUs (internal MR 6165).
  * Relax VkImageCreateInfo VU 02397 to allow slink:VkExternalFormatANDROID
    images to include input attachment images (internal MR 6196).
  * Clarify description of promotion in the
    <<extendingvulkan-extensions-extensiondependencies, Extension
    Dependencies>> section, and of the XML `promotedto` attribute in the
    registry schema document, to draw attention to allowed differences
    between an extension and what it is promoted to (internal MR 6301).
  * Remove duplicate common draw validity VU 07934 (internal MR 6303).
  * Update VU for VkSubpassDescription2 to cover sample count constraints
    for apiext:VK_NV_framebuffer_mixed_samples as well as
    apiext:VK_AMD_mixed_attachment_samples (internal MR 6306).
New Extensions
  * apiext:VK_EXT_layer_settings
  * apiext:VK_ARM_render_pass_striped


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/73207ec2babd7fce921920499ac4427583d7293d

New extensions:
- VK_EXT_layer_settings (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_layer_settings.adoc)
QuoteThis extension provides a mechanism for configuring programmatically through the Vulkan API the behavior of layers.

- VK_ARM_render_pass_striped (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_ARM_render_pass_striped.adoc)
QuoteThis extension adds the ability to split a render pass instance into stripes, and to get a notification when rendering has completed for each stripe.
Title: Vulkan API specifications 1.3.273 released
Post by: Stefan on December 08, 2023, 07:02:54 PM
QuoteChange log for December 8, 2023 Vulkan 1.3.273 spec update:
Github Issues
  * Add missing `bitwidth` attribute for
    elink:VkPhysicalDeviceSchedulingControlsFlagBitsARM (public issue 2277).
Internal Issues
  * Use the new <<glossary-pipeline-trace-ray, pipeline trace ray>> term to
    refer to trace ray instructions, instead of the too-specific
    code:OpTraceRayKHR (internal issue 3284).
  * Improve description of <<pipelines-multiple, multiple pipeline
    creation>>, refer to it from each ftext:vkCreate*Pipelines command, and
    add style guide language to follow this pattern for future multiple
    creation commands (internal issue 3707).
  * Add common blit image and copy image VU that copying an image with the
    same subresource must: be ename:VK_IMAGE_LAYOUT_GENERAL or
    ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR (internal MR 6143).
  * Markup improvements and correct use of normative must: for
    flink:vkGetPhysicalDeviceOpticalFlowImageFormatsNV (internal MR 6315).
  * Refer to "`shader calls`" in the <<memory-model, Memory Model>> chapter
    refers to them as such, rather than "`invocation repacks`" (internal MR
    6316).
  * Make some flink:vkAcquireImageANDROID parameters `optional` in XML
    (internal MR 6325).
New Extensions
  * apiext:VK_KHR_calibrated_timestamps
  * apiext:VK_KHR_vertex_attribute_divisor
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/f8d76125ca22ec65dfcaedc7177e204f11ad7c7b
Title: Vulkan API specifications 1.3.274 released
Post by: Stefan on December 19, 2023, 02:56:03 PM
QuoteChange log for December 19, 2023 Vulkan 1.3.274 spec update:
Github Issues
  * Remove incorrect `optional` attribute on
    slink:VkCudaLaunchInfoNV::pParams and pname:pExtras (public PR 2263).
  * Require identity swizzle for attachments in slink:VkRenderingInfo
    dynamic rendering VUs (public issue 2275).
  * Make slink:VkRenderPassStripeBeginInfoARM::pname:pStripeInfos `const`
    (public PR 2279).
Internal Issues
  * Add a <<introduction-ratified, Ratification>> section to the
    introduction, to define "`ratified`" (as used in the extension appendix
    metadata) in terms useful for developers (internal issues 3472, 3709).
  * Allow fragment shader invocations to be merged for flat shaded
    primitives in the <<fragops-shader, Fragment Shading>> section (internal
    issue 3563).
  * Add alignment VUs to flink:vkCmdDrawIndirectByteCountEXT (internal issue
    3674).
  * Fix etext:VK_*_CREATE_PROTECTED_BIT memory requirements reporting in the
    <<resources-association, Resource Memory Association>> section (internal
    issue 3694).
  * Update common pipeline create info VUs for create flags (internal issue
    3703).
  * Fix slink:VkRenderingInfo dynamic rendering VUs for
    slink:VkRenderingAttachmentInfo::pname:resolveImageView structures
    (internal issue 3711).
  * Minor changes to slink:VkGraphicsPipelinCreateInfo VUs to consistently
    allow pname:pMultisampleState to be optional (internal MR 6312).
  * Update flink:vkGetDescriptorEXT VUs for YCbCr
    ename:VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER (internal MR 6318).
  * Specify alignment requirement VUs for slink:VkSparseMemoryBind
    pname:resourceOffset and pname:memoryOffset values (internal MR 6323).
  * Clarify slink:VkDescriptorSetLayoutBinding::pname:stageFlags VU
    (internal MR 6333).
  * Fix some slink:VkGraphicsPipelineCreateInfo VUs to read properly without
    some related extensions enabled in the build (internal MR 6335).
  * Fix code:OutputTriangles -> code:OutputTrianglesNV in the description of
    code:PrimitiveIndicesNV (internal MR 6338).
  * Add capture replay VUs to slink:VkAccelerationStructureCreateInfoKHR to
    ensure that the acceleration structure and buffer are identical and have
    the same addresses (internal MR 6351).
New Extensions
  * VK_KHR_maintenance6
  * Video Encode Extensions
  ** VK_KHR_video_encode_queue (was provisional KHR)
  ** VK_KHR_video_encode_h264 (promoted from provisional EXT)
  ** VK_KHR_video_encode_h265 (promoted from provisional EXT)
  ** VK_KHR_video_maintenance1
  * VK_NV_per_stage_descriptor_set

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/542718ca30aef2c3c5afbca41de6424bd37e1808




Title: Vulkan API specifications 1.3.275 released
Post by: Stefan on January 05, 2024, 05:14:25 PM
QuoteChange log for January 5, 2024 Vulkan 1.3.275 spec update:
Github Issues
  * Update `VK_EXT_image_compression_control` support query example (public
    PR 2285).
  * Fix markup issue in extension refpages (public issue 2288).
Internal Issues
  * Add requirements for WIN32 multithreading behavior and HWND handling to
    flink:vkCreateWin32SurfaceKHR (internal issue 3402).
  * Link to the appropriate etext:Vk*FlagBits type to improve "`must: be a
    bit value`" terminology (internal issue 3728).
  * Editorial and XML dependency updates for
    apiext:VK_QCOM_render_pass_transform and
    apiext:VK_QCOM_rotated_copy_commands (internal MR 6353).
  * Add missing links to <<resources-image-views-identity-mappings,identity
    swizzle>> in a few places where the term is used (internal MR 6354).
  * Remove unreachable VU 07008 in flink:vkCmdEndQuery (internal MR 6356).
  * Fix XML dependencies for apiext:VK_KHR_maintenance6 (internal MR 6361).
  * Set XML `noautovalidity` attribute on all pipeline create flags
    (internal MR 6364).
  * Remove duplicate flink:vkCmdBindDescriptorSets VUID 06754 (internal MR
    6364).
  * Remove shader object VU 08401 which was inconsistent with specification
    language (internal MR 6368).
  * Editorial fix to use 'must:' normative term in VUs (internal MR 6370).
  * Update buffer usage flag VUs to factor out common VUs to a new
    commonvalidity file, and fix typo in
    slink:VkDescriptorBufferBindingInfoEXT (internal MR 6371).
  * Add flink:vkGetPrivateData VU requiring pname:objectHandle to be valid
    (internal MR 6373).
  * Remove redundant VkGraphicsPipelineCreateInfo VU 06680 and re-word VU
    06679 to combine them (internal MR 6376).
  * Fix field name typos for flink:vkGetDescriptorEXT VUs (internal MR
    6378).
  * Set `noautovalidity` XML attribute on some slink:VkCudaLaunchInfoNV
    parameters (internal MR 6382).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/9b94c27d65dc7d11e50a7c00581b89f1983d34ff
Title: Vulkan API specifications 1.3.276 released
Post by: Stefan on January 25, 2024, 07:25:57 PM
QuoteChange log for January 25, 2024 Vulkan 1.3.276 spec update:
Github Issues
  * Add missing VUs to structures taking elink:VkFormat parameters where
    formats cannot be ename:VK_FORMAT_UNDEFINED (public issue 2165).
  * Add EPUB generation target to the Makefile. NOTE: the `epub` target is
    not supported by Khronos, but provided in case it is of use to people
    building their own specification outputs. Please see
    #2286 (https://github.com/KhronosGroup/Vulkan-Docs/pull/2286) for more about
    this (public PR 2286).
Internal Issues
  * Fix VU 06604 to allow omitting fragment shaders when creating a graphics
    pipeline library (internal issue 3178).
  * Clarify pname:maxCombinedClipAndCullDistances and related VUs (internal
    issue 3325).
  * Refactor apiext:VK_EXT_extended_dynamic_state3 and
    apiext:VK_EXT_shader_object XML to include extension dependencies
    (internal issue 3360).
  * Add <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> VU banning code:PhysicalStorageBuffer pointers in shader
    interfaces (internal issue 3677).
  * Clarified image requirement for slink:VkSparseImageFormatProperties
    (internal issue 3686).
  * Add slink:VkQueryPoolCreateInfo VU requiring pname:pipelineStatistics
    not be zero for that query type (internal issue 3722).
  * Add slink:VkWriteDescriptorSet and flink:vkGetDescriptorEXT VUs banning
    dlink:VK_NULL_HANDLE YCbCr descriptors (internal issue 3727).
  * Clarify acceleration structure binding requirements in a NOTE for
    flink:vkCreateAccelerationStructureKHR and new VUs for
    flink:vkGetAccelerationStructureDeviceAddressKHR (internal issue 3735).
  * Add `optional` attribute to shader parameter of flink:vkDestroyShaderEXT
    (internal issue 3754).
  * Add flink:vkSetEvent VU for pending command buffers (internal MR 6326).
  * Allow pname:pMessage to be `NULL` in
    slink:VkDebugUtilsMessengerCallbackDataEXT (internal MR 6331).
  * Fix link to the H.265 specification (internal MR 6334).
  * Remove redundant slink:VkDeferredOperationKHR check formerly in VUID
    03677 (internal MR 6374).
  * Add VU requiring pname:commandBuffer to not be protected for
    flink:vkCmdBuildAccelerationStructuresKHR (internal MR 6375).
  * Update `genvk.py` to not load generators when they are not available, as
    may be the case in VulkanSC-Headers or downstream repositories (internal
    MR 6384).
  * Add `returnedonly` attributes to some Properties structs missing them
    (internal MR 6392).
  * Remove redundant slink:VkDebugUtilsMessengerCreateInfoEXT VU 01914
    (internal MR 6404).
  * Clarify the conditions under which <<shaders-helper-invocations, shader
    helper invocations>> may become inactive (internal MR 6405).
  * Fix typo in
    slink:VkPipelineMultisampleStateCreateInfo::pname:sampleShadingEnable
    member name (internal MR 6407).
New Extensions
  * Roadmap 2024 Extensions
  ** VK_KHR_dynamic_rendering_local_read
  ** VK_KHR_index_type_uint8 (promoted from EXT)
  ** VK_KHR_line_rasterization (promoted from EXT)
  ** VK_KHR_load_store_op_none (promoted from EXT)
  ** VK_KHR_shader_expect_assume
  ** VK_KHR_shader_float_controls2
  ** VK_KHR_shader_maximal_reconvergence
  ** VK_KHR_shader_quad_control
  ** VK_KHR_shader_subgroup_rotate


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/bf11e6d4ca4b71ae311bb925ae68d215fbe09a86

New extensions:

- VK_KHR_dynamic_rendering_local_read (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_dynamic_rendering_local_read.adoc)
QuoteThis extension enables reads from attachments and resources written by previous fragment shaders within a dynamic render pass.

- VK_KHR_index_type_uint8 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_index_type_uint8.adoc)
QuoteThis extension allows code:uint8_t indices to be used with flink:vkCmdBindIndexBuffer.

- VK_KHR_line_rasterization (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_line_rasterization.adoc)
QuoteThis extension adds some line rasterization features that are commonly used in CAD applications and supported in other APIs like OpenGL. Bresenham-style line rasterization is supported, smooth rectangular lines (coverage to alpha) are supported, and stippled lines are supported for all three line rasterization modes.

- VK_KHR_load_store_op_none (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_load_store_op_none.adoc)
QuoteThis extension provides ename:VK_ATTACHMENT_LOAD_OP_NONE_KHR and ename:VK_ATTACHMENT_STORE_OP_NONE_KHR, which are identically promoted from the apiext:VK_EXT_load_store_op_none extension.

- VK_KHR_shader_expect_assume (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_expect_assume.adoc)
QuoteThis extension allows the use of the SPV_KHR_expect_assume extension in SPIR-V shader modules which enables SPIR-V producers to provide optimization hints to the Vulkan implementation.

- VK_KHR_shader_float_controls2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_float_controls2.adoc)
QuoteThis extension enables use of the more expressive fast floating-point math flags in the SPV_KHR_float_controls2 extension. These flags give finer- grained control over which optimisations compilers may apply, potentially speeding up execution while retaining correct results.

The extension also adds control over the fast-math modes to the GLSL extended instruction set, making these operations more consistent with SPIR-V and allowing their use in situations where floating-point conformance is important.

- VK_KHR_shader_maximal_reconvergence (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_maximal_reconvergence.adoc)
QuoteThis extension allows the use of the SPV_KHR_maximal_reconvergence SPIR-V extension in shader modules. SPV_KHR_maximal_reconvergence provides stronger guarantees that diverged subgroups will reconverge. These guarantees should match shader author intuition about divergence and reconvergence of invocations based on the structure of the code in the HLL.

- VK_KHR_shader_quad_control (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_quad_control.adoc)
QuoteThis extension adds new quad any/all operations, requires that derivatives are well-defined in quad-uniform control flow, and adds the ability to require helper invocations participate in group operations.

- VK_KHR_shader_subgroup_rotate (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_subgroup_rotate.adoc)
QuoteThis extension adds support for the subgroup rotate instruction defined in SPV_KHR_subgroup_rotate.
Title: Vulkan API specifications 1.3.277 released
Post by: Stefan on February 01, 2024, 05:00:51 PM
QuoteChange log for February 1, 2024 Vulkan 1.3.277 spec update:
Internal Issues
  * Add bits to VkSubgroupFeatureFlagBits for VK_KHR_shader_subgroup_rotate
    (internal issue 3773).
  * Add missing `promotedto` XML attribute to VK_EXT_line_rasterization
    (internal issue 3772).
  * Fix VU missing shaderTileImageStencilReadAccess (internal issue 3778).
  * Revert add VUs for VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT
    (internal MR 6402).
  * Add missing VkGraphicsPipelinCreateInfo multisample state VU (internal
    MR 6408).
  * Add VU for null pGeometries and ppGeometries (internal MR 6411).
  * Fix typo in vkCmdWriteAccelerationStructuresPropertiesKHR VU (internal
    MR 6417).
  * Fix typos in some credits (internal MR 6423).
  * Fix missing SPIR-V interface summary in some extension appendices
    (internal MR 6425).
  * Update VK_FORMAT_UNDEFINED for VK_ANDROID_external_format_resolve
    (internal MR 6428)
  * Fix vkGetDescriptorEXT VU for null pCombinedImageSampler (internal MR
    6431).
  * Remove redundant vkGetDescriptorEXT VU (internal MR 6434).
New Extensions
  * VK_KHR_video_decode_av1


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8c4e3f27f12060fd0bd1302393c4808fee6ce81f

New extension:
- VK_KHR_video_decode_av1 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_video_decode_av1.adoc)
QuoteThis extension builds upon the apiext:VK_KHR_video_decode_queue extension by adding support for decoding elementary video stream sequences compliant with the AV1 video compression standard.
Title: Vulkan API specifications 1.3.278 released
Post by: JeGX on February 16, 2024, 01:16:51 PM
QuoteChange log for February 16, 2024 Vulkan 1.3.278 spec update:
Public Issues

  * Restore orphaned vkQueuePresentKHR text to proper locations (public
    issue 2008).
  * Make ename:VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT into a typo alias of
    ename:VK_INCOMPATIBLE_SHADER_BINARY_EXT, since this is actually a
    success code, not an error code (public issue 2295).

Internal Issues

  * Remove VK_INCOMPLETE success code in
    vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI, and tag
    pMaxWorkgroupSize as a pointer to a single returned structure, not an
    array (internal issue 3715).
  * Add missing `len` XML attributes for structure <member> tags which are
    static arrays, but may not use the entire array (internal issue 3743).
  * Fix VkPhysicalDeviceSurfaceInfo2KHR::surface VU 07919 and set
    `noautovalidity` on corresponding XML member (internal MR 6429).
  * Move sections in generated extension appendices down one heading level
    in spec body (internal MR 6436).
  * Remove `returnedonly` XML attribute from VkPhysicalDeviceSurfaceInfo2KHR
    (internal MR 6436).
  * Add `returnedonly` XML attribute to VkLatencyTimingsFrameReportNV
    (internal MR 6463) and slink:VkPerformanceValueINTEL (internal MR 6461).
  * Fix typo in vkCopyAccelerationStructureKHR VU 03728 (internal MR 6457).
  * Remove invalid subpassLoadMS operation from description of
    vkCmdSubpassShadingHUAWEI (internal MR 6454).
  * Remove "`equal to`" clause from VU 09515 (internal MR 6458).
  * Rearrange some function markup and add missing parameter descriptions
    for vkCmdSetPerformanceStreamMarkerINTEL (internal issue 3785).
  * Remove non-sensical VkGraphicsPipelineCreateInfo VUs 07717 and 07719
    (internal MR 6468).
  * Fix various 'a'/'an' typos (internal MR 6470).

New Extensions

  * VK_EXT_map_memory_placed
  * VK_NV_shader_atomic_float16_vector

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/2e3aca8d6a3a6d52a9d904d0511a1c5e57a09e0f

New extensions:

-VK_EXT_map_memory_placed (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_map_memory_placed.adoc)
QuoteThis extension allows a client to request that flink:vkMapMemory2KHR attempt to place the memory map at a particular virtual address.

-VK_NV_shader_atomic_float16_vector (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_shader_atomic_float16_vector.adoc)
QuoteThis extension allows a shader to perform atomic add, min, max, and exchange operations on 2- and 4-component vectors of float16. Buffer, workgroup, and image storage classes are all supported.
Title: Vulkan API specifications 1.3.279 released
Post by: Stefan on March 01, 2024, 03:56:45 PM
QuoteChange log for March 1, 2024 Vulkan 1.3.279 spec update:
Public Issues
  * Add a NOTE to the VK_IMG_format_pvrtc extension appendix specifying that
    PVRTC1 images must have power of two dimensions, and a corresponding VU
    to VkImageCreateInfo (public issue 1991).
  * Remove BETA ifdefs from video enums (public issue 2314).
Internal Issues
  * Clarify using multiple dynamic state to set vertex stride in the
    <<fxvertex-input-address-calculation, Vertex Input Address Calculation>>
    section (internal issue 3381).
  * Specify that reinterpreting images with unused format bits returns
    undefined values in the <<textures-operation-validation,
    Instruction/Sampler/Image View Validation>> and
    <<textures-output-format-conversion, Texel Output Format Conversion>>
    sections (internal issue 3591).
  * Remove redundant VkGraphicsPipelineCreateInfo multiView VUs (internal
    issue 3662).
  * Ensure that created descriptor set layouts are supported in
    vkCreateDescriptorSetLayout (internal issue 3676).
  * Clarify vkGetRenderingAreaGranularityKHR recommendations for optimal
    renderArea (internal issue 3702).
  * Fix link typo in vkRenderingFragmentDensityMapAttachmentInfoEXT
    multiview VU 07908 (internal issue 3714).
  * Tighten <<formats-without-shader-storage-format, Formats Without Shader
    Storage Format>> language regarding storage format support (internal
    issue 3777).
  * Clarify that VkPhysicalDeviceDriverProperties::conformanceVersion
    identifies the most recent version of CTS successfully passed (as
    opposed to requiring the driver to have passed a one-month review period
    and have been officially labelled conformant by the Vulkan working
    group) (internal issue 3780).
  * Provide more detailed description for VK_FORMAT_R16G16_S10_5_NV
    (internal issue 3788).
  * Fix swapped FeatureEnabled indices in the <<decode-av1-picture-info, Std
    Picture Information>> section (internal issue 3793).
  * Improve proposal template and style guide to clarify that the
    specification custom asciidoctor macros are not available in proposal
    documents (internal issue 3808).
  * Improvements and fixes for VK_NV_device_generated_commands_compute
    (internal MR 6410).
  * Fix parameter name typo in vkCmdControlVideoCodingKHR VU 08243 (internal
    MR 6426).
  * Clarify the default values of render pass mappings for
    vkCmdSetRenderingAttachmentLocationsKHR and
    VkRenderingInputAttachmentIndexInfoKHR (internal MR 6469).
  * Fix param name typo in VkRenderingFragmentDensityMapAttachmentInfoEXT VU
    06157 (internal MR 6483).
  * Fix VkMutableDescriptorTypeCreateInfoEXT ->
    VkMutableDescriptorTypeListEXT typo in the <<descriptorsets-mutable,
    Mutable>> introduction (internal MR 6484).
  * Fix VkGraphicsPipelineCreateInfo VU 08899 to refer to vertex input,
    rather than pre-rasterization state (internal MR 6501).
  * Add missing `type` attribute to some AV1 `<enum>` tags in `video.xml`
    (internal MR 6506).
  * Fix styleguide example markup that did not escape ifdef and endif macros
    (internal MR 6506).
  * Add a missing common pipeline barrier VU, and move the "`Explicit Render
    Pass Tile Image Access Synchronization`" section to the
    VK_EXT_shader_tile_image proposal document (internal MR 6510).
New Extensions
  * VK_NV_raw_access_chains


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b8d528e16a5380fc1ffb8e94297d311fe81a6791

New extension:
- VK_NV_raw_access_chains (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_raw_access_chains.adoc)
QuoteThis extension allows the use of the SPV_NV_raw_access_chains extension in SPIR-V shader modules. This enables SPIR-V producers to efficiently implement interfaces similar to Direct3D structured buffers and byte address buffers, allowing shaders compiled from an HLSL source to generate more efficient code.
Title: Vulkan API specifications 1.3.280 released
Post by: Stefan on March 08, 2024, 07:30:49 PM
QuoteChange log for March 8, 2024 Vulkan 1.3.280 spec update:
Public Issues
  * Use full "`queue family ownership transfer`" terminology consistently
    (public PR 2320).
Internal Issues
  * Add a NOTE to the <<pipelines-dynamic-state, Dynamic State>> section
    warning of setting dynamic state on a static pipeline in older drivers
    (internal issue 3675).
  * Fix VkGraphicsPipelineCreateInfo VU 09037 related to pColorBlendState
    with dynamic rendering (internal issue 3748).
  * Add additional vkCmdBeginRendering and common draw dispatch VUs for
    image layouts (internal issue 3758).
  * Add missing common draw shader compatibility VUs for
    VK_KHR_dynamic_rendering_local_read (internal issue 3787).
  * Update sampling restrictions for min/max filtering in common draw
    dispatch VUs (internal issue 3800).
  * Add VkGraphicsPipelineCreateInfo VU requiring stageCount to be zero when
    not needed (internal issue 3804).
  * Clarify submission order for multiple subpasses in the
    <<synchronization-implicit, Implicit Synchronization Guarantees>>
    section (internal issue 3811).
  * Fix miscellaneous minor language and example code issues in the video
    extension proposal and specification language (internal MR 6492).
  * Properly define <<fundamentals-queueoperation-command-types, terms for
    command types>> in the fundamentals chapter (internal MR 6508).
  * Add missing VUs for subresource aspectMask to common image layout
    transition, VkImageViewCreateInfo, and VkSparseImageMemoryBindInfo
    (internal MR 6522).
  * fix shader object interaction with dynamic blend states in the
    <<shaders-objects-state]] Setting State>> section and common draw VUs
    (internal MR 6523).
New Extensions
  * VK_NV_ray_tracing_validation


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/69ba4fefbafa045d0fd1b07060b768b3b1c115cc

New extension:
- VK_NV_ray_tracing_validation (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_ray_tracing_validation.adoc)
QuoteThis extension adds support for performing ray tracing validation at an implementation level.
Title: Vulkan API specifications 1.3.281 released
Post by: Stefan on March 22, 2024, 04:36:49 PM
QuoteChange log for March 22, 2024 Vulkan 1.3.281 spec update:
Public Issues
  * Add matching stride VUs for MultiDraw (public issue 2323).
  * Always generate a failure code section, even for commands with no
    errorcodes specified in the XML (public PR 2325).
Internal Issues
  * Correct issues describing NT handle usage in the
    VK_KHR_external_memory_win32 and VK_KHR_external_semaphore_win32
    extension appendices (internal issue 1291).
  * Fix refpage layout for Vk*Feature* structures so member descriptions
    appear in the right section (internal issue 3314).
  * Add vkCmdBeginTransformFeedbackEXT VU statement for max counter buffers
    (internal issue 3654).
  * Clarify packing of data returned by vkGetRayTracingShaderGroupHandles
    (internal issue 3791).
  * Fix `depends` attribute for many promoted extensions (internal issue
    3810).
  * Clarify OpKill behavior with shader termination (internal issue 3815).
  * Require customBorderColors feature support if the
    VK_EXT_custom_border_color extension is supported (internal issue 3819).
  * Remove explicit VK_ERROR_UNKNOWN errorcodes from XML and add a NOTE not
    to do this in the registry schema document (internal issue 3824).
  * Clarify AV1 loop restoration size values in the
    <<decode-av1-picture-info, Std Picture Information>> description
    (internal MR 6499).
  * Fix VkGraphicsPipelineCreateInfo VU 07609 (internal MR 6535).
  * Add helper script to run the Khronos Docker image used to build
    specifications using podman, instead of docker (internal MR 6538).
  * Mark recently ratified EXT extensions in XML (internal MR 6548).
  * Relocate a NOTE in the "`WSI Swapchain`" section following the normative
    language it refers to (internal MR 6549).
  * Clarify and fix sparse memory bind size requirements in the
    <<sparsememory-memory-requirements, Sparse Resource Memory
    Requirements>>, <<sparsememory-memory-partially-resident, Partially
    Resident Images>>, and VkSparseMemoryBind language (internal MR 6555).




source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d6029cc2b7499faf2e7857420ec4996fc5cb0a50

Bug in headers:
On 32-bit builds VkDebugUtilsMessengerEXT and other non-dispatchable handle types map to unsigned long long. (https://github.com/KhronosGroup/Vulkan-Headers/commit/cfebfc96b2b0bce93da7d12f2c14cc01793ae25c#r140144683)

Bugfix:
https://github.com/KhronosGroup/Vulkan-Hpp/pull/1836
Title: Vulkan API specifications 1.3.282 released
Post by: Stefan on April 14, 2024, 09:42:31 AM
QuoteChange log for April 13, 2024 Vulkan 1.3.282 spec update:

Public Issues
  * Fix typo and move vkCmdCopyAccelerationStructureNV VU 07792 from the
    common copy acceleration structures VUs (based on issues from public
    pull request 2144).
  * Relax video format image usage flags requirement in the
    <<resources-image-creation-limits, Image Creation Limits>> section when
    VK_IMAGE_CREATE_EXTENDED_USAGE_BIT is specified (public issue 2329).
  * Resolve some duplicate consecutive word typos (public PR 2333) and add a
    CI / `allchecks` built target to detect them in the future (public issue
    2338).
  * Adjust proposal links to point to the docs site from the Antora build
    (Vulkan-Site issue 65).
  * Minor fixes to proposal markup and navigation for the Antora build.
Internal Issues
  * Add unnormalizedCoordinates draw-time ImageView VUs (internal issue
    3632).
  * Alias VK_FORMAT_R16G16_S10_5_NV to the more informative
    VK_FORMAT_R16G16_SFIXED5_NV, and add a `SFIXED5` `numericFormat` XML
    attribute to describe the component format (internal issue 3802).
  * Add <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> VU to ban use of SPIR-V dimension `Rect` (internal issue
    3812).
  * Clarify in the <<queries-pipestats, Pipeline Statistics Queries>>
    section that queries are undefined for stages not present in pipelines
    (internal issue 3816).
  * Add VkGraphicsPipelineCreateInfo and vkCreateShadersEXT VUs for
    DrawIndex BuiltIn decorations with Task and Mesh shader stages (internal
    issue 3833).
  * Add CI check to prevent VK_ERROR_UNKNOWN and VK_ERROR_VALIDATION_FAILED
    in XML `errorcodes` attributes (internal issue 3836).
  * Add the robustBufferAccess feature to common draw vertex binding VU
    02721 (internal issue 3838).
  * Enforce American English spelling conventions in CI (as required by the
    style guide) using the codespell British->American English dictionary,
    fix inconsistencies that discovered, and update some external repository
    deep links to include their updated default branch name (internal issue
    3848).
  * Add missing VU for using HOST_BIT with vkCmdPipelineBarrier (internal MR
    6217).
  * Clarify descriptor set layout support in vkCreateDescriptorSetLayout VU
    09582 (internal MR 6567).
  * Add `%unbreakable` asciidoc option to generated API interface blocks,
    preventing long structure and enumerant definitions from being split
    across PDF page boundaries (internal MR 6571).
  * Improve error message from xml_consistency.py (internal MR 6572).
  * Fixes to sampleShadingEnable for VkGraphicsPipelineCreateInfo VU 06637
    and VkGraphicsPipelineCreateInfo VU 09567 (internal MR 6575).
  * Clarify that subpassLoad does not take a "`layer`" argument in
    <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
    VU 04660 (internal MR 6581).
  * Update VK_EXT_metal_objects by adding an `__unsafe_unretained ownership`
    qualifier to all Metal object declarations, to support Automatic
    Reference Counting (ARC) (internal MR 6582).
  * Add a NOTE to the <<textures-operation-validation,
    Instruction/Sampler/Image View Validation>> section about conditions
    requiring a CTS waiver on some implementations (internal MR 6589).
  * Add a common draw vertex binding VU for primitiveRestartEnable list
    topology, corresponding to VkPipelinInputAssemblyStateCreateInfo VU
    06252 (public Vulkan-ValidationLayers issue 4413).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/315493e7b2ed31e3d33f124f95a4b1c0cdbfaf84
Title: Vulkan API specifications 1.3.283 released
Post by: Stefan on April 19, 2024, 05:04:47 PM
QuoteChange log for April 19, 2024 Vulkan 1.3.283 spec update:

Public Issues
  * Add a NOTE to the <<synchronization-queue-transfers-acquire>> section
    explaining how release barrier should be used (public issue 2319).
  * Add VkGraphicsPipelineCreateInfo VU to fix partial dynamic state for
    VK_EXT_conservative_rasterization (public issue 2344).
  * Update Github Actions from @V3 (https://github.com/V3) to @v4 (https://github.com/v4) (public PR 2352).
Internal Issues
  * Limit protected VkBuffer creation to Vulkan 1.0 usages in
    VkBufferCreateInfo VUs and <<spirvenv-module-validation-runtime, Runtime
    SPIR-V Validation>> (internal issue 3596).
  * Clarify meaning of
    VkAccelerationStructureGeometryTrianglesDataKHR::maxVertex (internal
    issue 3796).
  * Require InputAttachmentIndx for arrayed SubpassData variables in
    <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
    (internal issue 3837).
  * Allow external host memory to <<host-memory-import-non-visible-type,
    back non-host visible types>> (internal issue 3841).
  * Add pipeline create flag to VK_EXT_legacy_dithering to enable use with
    dynamic rendering (internal MR 6491).
  * Add missing vkCmdBeginRenderPass VU for VK_EXT_nested_command_buffer
    (internal MR 6595).
  * Remove redundant common draw vertex binding VU 04912 (internal MR 6604).


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/dedb71a7edc6d5af3f9bfd5e2ef53814de999ef7
Title: Vulkan API specifications 1.3.284 released
Post by: Stefan on May 06, 2024, 05:27:33 PM
QuoteChange log for May 5, 2024 Vulkan 1.3.284 spec update:

Public Issues
  * Refactor "`proposals`" into a separate Antora component "`features`" and
    refer to published proposals more consistently as "`feature
    descriptions`" (public PR 2361).
Internal Issues
  * Partial synchronization with OpenXR scripts (internal MR 6419).
  * Refactor extensionmetadocgenerator.py to simplify adding new sections
    (internal MR 6624).
  * Restore structextends="VkPhysicalDeviceProperties2" back for
    VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT (internal MR 6631).
New Extensions
  * VK_EXT_legacy_vertex_attributes



source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ff188a8ffa950a010422c4c4b277f06db10d0dce

New Extension:

- VK_EXT_legacy_vertex_attributes (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_legacy_vertex_attributes.adoc)
QuoteThis extension adds support for legacy features of (non-64-bit) vertex attributes as found in OpenGL:
- Vertex attributes loaded from arbitrary buffer alignments
- Vertex attributes using arbitrary strides
- Vertex attributes where the component data type of the binding does not match the component numeric type of the shader input

These features are only usable with dynamic vertex input. Unaligned loads of vertex attributes may incur performance penalties, indicated with a property.
Title: Vulkan API specifications 1.3.285 released
Post by: Stefan on May 10, 2024, 04:16:39 PM
QuoteChange log for May 10, 2024 Vulkan 1.3.285 spec update:

Public Issues
  * Update VkMemoryMapInfoKHR VUs to not require VK_WHOLE_SIZE with
    VK_MEMORY_MAP_PLACED_BIT (public issue 2350).
  * Add a <<fundamentals-strings, String Representation>> section and
    clarify that fixed-length string buffers in API structures always
    include the null terminator (public issue 2351).
  * Update refpage short descriptions of VkAttachmentLoad/StoreOp to be
    consistent with spec language (public issue 2353).
  * Clarify that the KHR and EXT load_store_op_none extensions were not
    promoted to Vulkan 1.3 (public PR 2357).
Internal Issues
  * Add a VkGraphicsPipelineCreateInfo VU banning "`read-only`" input
    attachments without VkRenderingInputAttachmentIndexInfoKHR (internal
    issue 3862).
  * Add explicit reference to RayQueryPositionFetchKHR SPIR-V capability in
    the VK_KHR_ray_tracing_position_fetch extension appendix and XML
    spirvcapability tags (internal MR 6617).
  * Remove MaximallyReconvergesKHR capability (which is not a capability,
    but an execution mode) from XML (internal MR 6618).
  * Add alias and enum value-> type maps in `reg.py` (internal MR 6620).
  * Add missing shader object VU for vkCmdDispatchBase (internal MR 6623).
  * Make build tests less sensitive to asciidoctor versions and CSS changes
    by just comparing HTML body content (internal MR 6637).
  * Do not allow overlapping builtin decorations for an entry point in the
    <<interfaces-builtin-variables, Built-In Variables>> section, and add
    some related <<spirvenv-module-validation-standalone, Standalone SPIR-V
    Validation>> VUs (KhronosGroup/SPIRV-Cross issue 2313).
New Extensions
  * VK_MESA_image_alignment_control


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8fc686b6321f035dc4a589e5ec1dc67208a71ac2
Title: Vulkan API specifications 1.3.286 released
Post by: Stefan on May 31, 2024, 04:02:13 PM
QuoteChange log for May 31, 2024 Vulkan 1.3.286 spec update:

Public Issues
  * Clarify dynamic state lifetime VU statements for pipelines and shader
    objects (public issue 2276).
  * Add the `depends` attribute to XML feature tags, deprecating the
    `number` attribute, which will eventually be retired (public issue
    2327).
  * Add a `type="constants"` attribute to `enums` XML tags so all of them
    have a `type` attribute (public issue 2359).
  * Clarify behavior of VK_PRESENT_MODE_FIFO_RELAXED_KHR in the "`Display
    Timing Queries`" portion of the VK_GOOGLE_display_timing extension
    (public pull request 2363).
Internal Issues
  * Clarify that host-image-copy functions work on the host for
    vkCopyMemoryToImageEXT, vkCopyImageToMemoryEXT, and
    vkCopyImageToImageEXT (internal issue 3857).
  * Clarify that stage masks are ignored for acquire/release in sync2
    vkCmdPipelineBarrier2 and <<synchronization-queue-transfers-acquire>>
    (internal issue 3865).
  * Explain why mapping state is duplicated in the
    VK_KHR_dynamic_rendering_local_read proposal document (internal issue
    3881).
  * Add description of VK_ERROR_NOT_PERMITTED_KHR to the
    <<fundamentals-errorcodes, Error codes>> section (internal issue 3888).
  * Remove redundant near-duplicate markup for the "`Precision of core
    SPIR-V Instructions`" table (internal MR 6645).
  * Remove UnpackDouble2x32 from the list of instructions affected by
    DenormFlushToZero in the <<spirvenv-precision-operation, Precision and
    Operation of SPIR-V Instructions>> section (internal MR 6648).
  * Add `returnedonly="true"` attributes to VkSurface*Capabilities*
    structures (internal MR 6657).
  * Add a note about an AV1 decode reference info type bug in the
    <<decode-av1-reference-info, Std Reference Information>> section
    (internal MR 6662).
  * Fix incorrect use of "`forward prediction`" vs. "`backward prediction`"
    in the video extensions and glossary (internal MR 6663).
  * Do not print checker script warning headers when no warnings are printed
    (internal MR 6670).
  * Add VU statements tying features to queue types (internal MR 6672).
  * Fix VkGraphicsPipelineCreateInfo VU 06601 to correspond to the description
    of pRasterizationState when EDS3 is enabled
    (internal MR 6674).
New Extensions
  * VK_EXT_shader_replicated_composites


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ed4ba0242beb89a1795d6084709fa9e713559c94
Title: Vulkan API specifications 1.3.287 released
Post by: Stefan on June 07, 2024, 04:36:20 PM
QuoteChange log for June 7, 2024 Vulkan 1.3.287 spec update:

Public Issues
  * Fix subpass content validation rule by replacing vkCmdExecuteCommands VU
    06018 with two new VUs (public issue 2372).
  * Clarify how <<clears-values, clear values>> are converted to 64-bit
    integer types (public issue 2375, internal issue 2947).
Internal Issues
  * Tag extensions in the list of deprecated extensions as "`promoted to
    core`", if they are (internal issue 3839).
  * Unify markup for corresponding, but differently named subgroup property
    members of VkPhysicalDeviceVulkan11Properties and
    VkPhysicalDeviceSubgroupProperties (internal issue 3886).
  * Fix <<spirvenv-module-validation-runtime Runtime SPIR-V Validation>> VU
    09644 for SubpassData variables declared as arrays (internal issue
    3887).
  * Clarify when VkDescriptorSetLayout objects can be freed in the
    <<fundamentals-objectmodel-lifetime, Object Lifetime>> section (internal
    MR 5019).
  * Fix VkValidationFeaturesEXT pNext VU 06904 and add corresponding
    structures to its `structextends` XML attribute (internal MR 6681).
  * Add links from VkGraphicsPipelineCreateInfo VUs back to the
    corresponding structure members, to avoid duplicating lists of relevant
    dynamic state (internal MR 6681).
  * Fix typo in Vk_KHR_dynamic_rendering_local_read proposal document
    (internal MR 6686).
  * Make the <<ray-tracing-shader-call, Shader Call Instructions>> list into
    a table (internal MR 6687).
  * Change the formal parameter name of
    vkCmdSetRenderingInputAttachmentIndicesKHR::pInputAttachmentIndexInfo
    from pLocationInfo, to match specification language. While this does
    affect the header, it does not constitute an API break for C99 or the
    other language bindings we're aware of (internal MR 6689).
  * Replace use of "`entry point`" with "`command`" globally (except when
    referring to shader entry points, as that terminology is defined by
    SPIR-V) and add this rule to the style guide (internal MR 6686).
  * Add CI checks, and replace uses of misspelled "`closest hit`" and
    "`any-hit`" terms (internal MR 6693).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ae3e824136b336fe99025eaf0cd55d073c6e6a0a
Title: Vulkan API specifications 1.3.288 released
Post by: Stefan on June 14, 2024, 03:27:11 PM
QuoteChange log for June 14, 2024 Vulkan 1.3.288 spec update:

Public Issues
  * Update language describing
    <<introduction, extending physical device core functionality>>
    (internal MR 6667, replacing public PR 2355).
Internal Issues
  * Clarify that it is the implementation that sets the fragment shading
    rate to (1, 1) in the <<primsrast-fragment-shading-rate-combining,
    Combining the Fragment Shading Rates>> section (internal issue 3893).
  * Add validation tying renderpasses and framebuffers to graphics queue
    (internal issue 3895).
  * Replace "`user`" with "`application`" where possible, following the
    style guide. Remaining uses relate to callback user data, user-defined
    shader variables, and external API terminology (internal issue 3898).
  * Use VK_FILTER_CUBIC_IMG instead of the EXT alias in the
    VkSamplerCreateInfo IMG-specific VU 07911 (internal MR 6697).
  * All VK_IMAGE_CREATE_PROTECTED_BIT to report different memoryTypes in the
    implementiation guarantees of properties about memory requirements in
    the <<resources-association, Resource Memory Association>> section
    (internal MR 6698).
  * Fix markup in vkCmdExecuteCommands VU 09681 (internal MR 6713).
  * Fix markup in vkCmdDraw VU 09000 so nested conditionals render correctly
    (internal MR 6714).
New Extensions
  * VK_KHR_shader_relaxed_extended_instruction
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/bf457079af2a599bbcb018cf5d032429a7121d97
Title: Vulkan API specifications 1.3.289 released
Post by: Stefan on June 28, 2024, 02:01:14 PM
QuoteChange log for June 28, 2024 Vulkan 1.3.289 spec update:

Internal Issues
  * Add missing zero binding vkUpdateDescriptorSets VU (internal issue
    3890).
  * Remove vkCmdBuildAccelerationStructuresKHR VU 03770 (and variants),
    which are not needed by implementations (internal issue 3896).
  * Fix extensionmetadocgenerator so missing APIs from some extension
    interactions are shown in the generated interfaces section (internal
    issue 3907).
  * Fix typo in VkVideoEncodeH265RateControlInfoKHR (temporalLayerCount ->
    subLayerCount) (internal MR 6712).
  * Fix typo in VK_QCOM_fragment_density_map_offset regarding
    fragmentDensityMapOffset feature (internal MR 6727).
  * Improve and combine many vkCmdDraw VUs to properly test in the presence
    of dynamic state that must have been set, and not subsequently
    invalidated. This batch of changes primarily affects dynamic state with
    graphics pipelines (internal MRs 6345, 6653, 6654, 6683, 6721, 6722,
    6723, 6724).
  * Add vkCmdSetDepthBoundsTestEnable VU for depthBounds feature (internal
    MR 6715).
  * Mark VK_KHR_shader_relaxed_extended_instruction as ratified, which was
    overlooked when initially released (internal MR 6717).
  * Clarify interactions between the VK_ARM_render_pass_striped extension
    and render pass suspend resume (internal MR 6734).
  * Allow VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXT to be used with
    VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXT,
    reserving a descriptor set slot when using DebugPrintF in the validation
    layers (internal MR 6744).
  * Update the bundled KaTeX distribution to 0.16.10 (internal MR 6746).
New Extensions
  * VK_KHR_maintenance7


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/7bb606eb87cde1d34f65f36f4d4c6f2c78f072c8

New Extensions:
- VK_KHR_maintenance7 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_maintenance7.adoc)
QuoteVK_KHR_maintenance7 adds a collection of minor features, none of which would warrant an entire extension of their own.

The proposed new features are as follows:

Add a property query to determine if a framebuffer writes to depth or stencil aspect does not trigger a write access in the sibling aspect. For example, this allows sampling stencil aspect as a texture while rendering to the sibling depth attachment and vice-versa given appropriate image layouts.

Add a way to query information regarding the underlying devices in environments where the Vulkan implementation is provided through layered implementations. For example, running on Mesa/Venus, driver ID is returned as ename:VK_DRIVER_ID_MESA_VENUS, but it can be necessary to know what the real driver under the hood is. The new slink:VkPhysicalDeviceLayeredApiPropertiesKHR structure can be used to gather information regarding layers underneath the top-level physical device.

Promote ename:VK_RENDERING_CONTENTS_INLINE_BIT_EXT and ename:VK_SUBPASS_CONTENTS_INLINE_AND_SECONDARY_COMMAND_BUFFERS_EXT to KHR

Add a limit to report the maximum total count of dynamic uniform buffers and dynamic storage buffers that can be included in a pipeline layout.

Require that for an unsigned integer query, the 32-bit result value must: be equal to the 32 least significant bits of the equivalent 64-bit result value.

Add query for robust access support when using fragment shading rate attachments
Title: Vulkan API specifications 1.3.290 released
Post by: Stefan on July 12, 2024, 10:24:25 AM
QuoteChange log for July 12, 2024 Vulkan 1.3.290 spec update:

  * Explicitly state that PackHalf2x16 rounding is implementation-dependent
    <<spirvenv-op-prec, Precision of Individual Operations>> section (public
    issue 1825).
  * Update `asciidoctor-spec` Docker build image to one based on ruby:3.3.3
    to reduce the number of reported CVEs on the image and update toolchain
    components (public MR 2073, internal MR 6754).
  * Fix display/encoding statements and interchanged concepts of EOTF and
    OETF for the VK_EXT_swapchain_colorspace extension (partially addresses
    public issue 2312).
  * Fix <<copies-buffers-images-addressing, copy buffer <-> image
    equations>> and corresponding common validity statements for block image
    formats (public issues 2377 and 2378).
  * Clarify that the query LOD is relative to the base level in the
    <<textures-queries, Image Query Instructions>> section (public issues
    2383).
Internal Issues
  * Improve cross-referencing links in refpages, primarily by adding
    crosslinks for all corresponding VkFlags* / VkFlagBits* types (internal
    issue 861).
  * Clarify VUs for OpCooperativeMatrixMulAdd (internal issue 3708).
  * Add CI check for consistency of Vk*Flags and corresponding Vk*FlagBits
    type names and sizes (internal issue 3716).
  * Add CI check to prevent custom macro use in proposal documents (internal
    issue 3919).
  * Remove references to "`reference monitor`" in the VK_EXT_hdr_metadata
    extension and replace with "`display used to optimize the content`"
    (internal MR 6566).
  * Add new <<fundamentals-commandsyntax-array-results, Array Results>>
    section summarizing behavior of commands which query arrays (internal MR
    6685).
  * Fix incorrect description of
    VkDisplaySurfaceCreateInfoKHR::VkDisplayPlaneAlphaFlagBitsKHR in
    `vk.xml` (internal MR 6704).
  * Add additional terminology checks to CI (internal MR 6747).
  * Fix VkFramebufferCreateInfo VU 04587 (internal MR 6756).
  * Remove redundant VU 08921 (internal MR 6766).
  * Fix a/an typos (internal MR 6773).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/043260d06e96c8586492be41cc109945e92a69ff
Title: Vulkan API specifications 1.3.291 released
Post by: Stefan on July 19, 2024, 06:15:06 PM
QuoteChange log for July 19, 2024 Vulkan 1.3.291 spec update:

GitHub Issues
  * Remove stale dangling video Std* type references from vk.xml (public
    issue 2388).
  * Update NOTE block markup so asciidoctor outputs match Antora outputs
    (public issue 2392).
  * Fix incorrect registry schema doc information regarding XML type tags
    (public issue 2394).
Internal Issues
  * Add comments in generated headers and interface includes for APIs with
    XML 'deprecated' attributes, describing why they're deprecated (internal
    issue 2897).
  * Clarify language about OpFDiv(x,0) generating infinity and relocate to
    the <<spirvenv-precision-core-table>> Precision of core SPIR-V
    Instructions>> table (internal issue 3902).
  * Update the <<memory-external-android-hardware-buffer-external-formats,
    Android Hardware Buffer External Formats>> section to address confusion
    about content preservation and input attachments with external format
    resolves (internal issue 3931).
  * Fix dynamic state interaction in common draw dispatch VU 08608 (internal
    issue 3935).
  * Refactor SPIR-V precisions to reduce duplication by introducing the term
    _bit-preserving operations_. Add additional bit-preserving operations in
    <<spirvenv-precision-operation, Precision and Operation of SPIR-V
    Instructions>>, and move OpTranspose into the bit-preserving operations
    section of that list (internal issue 3902).
  * Update test build expectations, and add a spec-toolchain step to CI
    invoking the test build (internal MR 6632).
  * Correct use of normative must: in several places that had accumulated
    (internal MR 6750).
  * Update VkImageCreateInfo VU 06722 and add new VU to fix mutable image
    creation for planar images to match up with imageview VUs (internal MR
    6774).
  * Remove unhelpful (because unobserveable) additional notes about float
    precision in <<spirvenv-precision-operation, Precision and Operation of
    SPIR-V Instructions>> (internal MR 6778).
  * Add video codec and capabilities metadata to the XML (internal MR 6787).
  * Refactor the VK_AMD_anti_lag and VK_NV_low_latency2 extensions from very
    short standalone chapters into the WSI chapter (internal MR 6792)

New Extensions
 
* VK_AMD_anti_lag

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/4b01c384d9fc4ffff9bb7dc18a1b76d57c6d7d4f
Title: Vulkan API specifications 1.3.292 released
Post by: Stefan on July 27, 2024, 03:16:21 PM
QuoteChange log for July 26, 2024 Vulkan 1.3.292 spec update:

Internal Issues
  * Add missing <<spirvenv-precision-operation, bit-preserving operations>>
    (internal issue 3902).
  * Add <<spirvenv-precision-core-table, precision of some SPIR-V
    operations>> (internal issue 3902).
  * Require OpIsNan and OpIsInf to allow <<spirvenv-precision-operation,
    preserving Nan and Inf>> (internal issue 3902).
  * Remove 'requires="VkVideoEncodeFlagBitsKHR"' from VkVideoEncodeFlagsKHR
    (internal issue 3934).
  * Add common pipeline create info VU and add VkShaderCreateInfoEXT VUs to
    match pipeline VUs (internal MR 6684).
  * Add common draw dispatch VU to validate sampler/image array access
    (internal MR 6793).
  * Split vkAcquireNextImage fence state VUs into separate VUs for
    independently testable clauses (internal MR 6802).
  * Remove "`either`" typo from vkCmdWaitEvents2 VU 03842 (internal MR
    6803).
  * Make pNext pointers in VkDescriptorBufferBindingInfoEXT and
    VkDescriptorBufferBindingPushDescriptorBufferHandleEXT `const` (internal
    MR 6804).
  * Update generated "`Extension and Version Dependencies`" link to API
    version language to include the API name (Vulkan or Vulkan SC) (internal
    MR 6805).
  * Fix bug in video codec test generator script (internal MR 6807).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/e090b1020fb9636b752e73adfc82a3c595fb6615
Title: Vulkan API specifications 1.3.293 released
Post by: Stefan on August 16, 2024, 04:39:04 PM
QuoteChange log for August 16, 2024 Vulkan 1.3.293 spec update:

Public Issues
  * Fix reference to VkPhysicalDeviceLimits::maxMemoryAllocationCount in
    VkMemoryAllocateInfo (public issue 2398).
  * Improve vkWriteMicromapsPropertiesEXT VUs 07573 and 07574, and remove
    incomplete VU 07575 (public issue 2399).
  * Fix markup in vkGetPhysicalDeviceDisplayPropertiesKHR so
    VkDisplayPropertiesKHR is formatted as a link (public issue 2401).
  * Merge multiple equivalent require blocks in XML and add a script to
    detect them (public pull request 2404).
Internal Issues
  * Refactor and clarify a NOTE in VkSparseMemoryBind (internal issue 3938).
  * Require VK_EXT_sample_locations for vkCmdSetSampleLocationsEXT in common
    draw VU 06666 (internal issue 3944).
  * Update `scripts/extdependency.py` to compute version dependencies, and
    use this in the `makeSpec` script instead of a hardcoded list of version
    tokens required for the requested API version (internal MR 6823).
  * Add glossary entries for basic video coding block types (internal merge
    request 6765).
  * Add depthBoundsTestEnable language to the <<features-depthBounds,
    depthBounds>> feature description (internal merge request 6806).
  * Clarify VK_VALIDATION_FEATURE_DISABLE_SHADERS_EXT to better explain
    exactly what it is disabling (internal merge request 6812).
  * Fix VkLayerSettingEXT spec language and VU for VK_EXT_layer_settings
    (internal merge request 6817).
  * Use consistent wording to describe features including removal of
    un-needed "`set to`" when referring to a value that is not being set
    (internal merge request 6831).
New Extensions
  * VK_NV_command_buffer_inheritance
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/59dc3a34d2c3a6704cc569a82a2798fae337367c
Title: Vulkan API specifications 1.3.294 released
Post by: JeGX on August 23, 2024, 03:42:24 PM
QuoteChange log for August 23, 2024 Vulkan 1.3.294 spec update:
Public Issues

  * Update registry schema document to describe that XML processing
    frameworks are responsible for all defined tags and attributes, whether
    used or not, and refer to that from two rarely used attributes (public
    issue 2395).

Internal Issues

  * Initial support for generating feature requirements from XML metadata
    (internal issue 1694).
  * Allow resource access to be dynamically uniform within a subgroup via
    minor language changes in many places within the specification (internal
    issue 3745).
  * Update common draw dispatch VU 07752 to refer to the new
    <<spirvenv-image-dimensions, Compatibility Between SPIR-V Image
    Dimensions and Vulkan ImageView Types>> section for sampler-descriptor
    compatibility, and simplify related language in the
    <<textures-operation-validation, Instruction/Sampler/Image View
    Validation>> section (internal issue 3812).
  * Remove common draw indexed VU 07825, replaced by comparable VU 08798
    (internal issue 3961).
  * Fix typos in video codec XML metadata, and add more consistency check to
    the corresponding generator script (internal MR 6840).
  * Clarify VkBuildAccelerationStructureFlagBitsKHR and common build
    acceleration structure VUs to clarify that compact + update is
    explicitly allowed (internal MR 6819).
  * Update VK_NV_low_latency2 specification language to match use the same
    capitalization as the `presentID` formal parameter name in the XML and
    headers (internal MR 6837).
  * Add gitlab CI build test for new extension branches, to verify a
    ratification candidate with just that extension included can be built
    (internal issue 3955).

New Extensions

  * VK_KHR_pipeline_binary

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/fb9f45c5ee8f4e8cd6f2b19eeb751fd305773a67

New Extension:

-VK_KHR_pipeline_binary (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_pipeline_binary.adoc)
QuoteThis extension provides a method to obtain binary data associated with individual pipelines such that applications can manage caching themselves instead of using VkPipelineCache objects.
Title: Vulkan API specifications 1.3.295 released
Post by: Stefan on August 30, 2024, 01:06:50 PM
QuoteChange log for August 30, 2024 Vulkan 1.3.295 spec update:

Public Issues
  * Add explicit <require> tag to XML for
    VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR in VK_KHR_pipeline_binary (public
    pull request 2423).
  * Minor wording change to avoid ambiguity of
    <<synchronization-semaphores-waiting, "`the act of waiting`">> (public
    pull request 2418).
Internal Issues
  * Deprecate VK_COLOR_SPACE_DOLBYVISION_EXT from
    VK_EXT_swapchain_colorspace and add a NOTE to VkColorSpaceKHR explaining
    why (internal issue 3884).
  * Fix markup in registry schema document to move video tag descriptions to
    the proper place and avoid mis-grouping of other tag descriptions
    (internal issue 3978).
  * Remove structextends="VkPipelineCreateInfoKHR" XML attributes from
    VkCreate*PipelineCreateInfo structs that were erroneously added with
    VK_KHR_pipeline_binaries (internal issue 3979).
  * Add vkCreateRayTracingPipelinesKHR VU and update VkPipelineCreateInfoKHR
    VU 09604 to disallow pipeline binaries with VK_NV_ray_tracing (internal
    merge request 6849).
New Extensions
  * VK_KHR_compute_shader_derivatives
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/8e435deb15124bbf9a7e3340e6cc7975999ed5c5
Title: Vulkan API specifications 1.3.296 released
Post by: JeGX on September 26, 2024, 12:38:01 PM
QuoteChange log for September 26, 2024 Vulkan 1.3.296 spec update:
Public Issues

  * Fix spelling of StdVideoH264SpsVuiFlags::color_description_present_flag
    member in video.xml (public issue 2428).
  * Fix copy-paste typo in vkAcquireNextImageKHR VU 07783 (public issue
    2433).
  * Document support for the `stride` XML attribute for array pointers in
    both command `<param>` and structure `<member>` tags (public issue
    2435).

Internal Issues

  * Add accuracy and denorm specifications for SPIR-V OpSubgroupAllEqualKHR
    and OpGroupNonUniformAllEqual to the <<spirvenv-precision-operation,
    Precision and Operation of SPIR-V Instructions>> section (internal issue
    3902).
  * Clean up markup and description of the Cube Map Derivative
    Transformation equations (internal issue 4010).
  * Add new `Required_Limits` refpage containing the tables from the
    <<limits-minmax, Limit Requirements>> section (internal issue 4014).
  * Move the description of VkResult code VK_ERROR_NOT_ENOUGH_SPACE_KHR to
    the <<fundamentals-errorcodes, Error Codes>> list instead of the Success
    Codes list (internal issue 4017).
  * Fix some VUs for VK_EXT_swapchain_maintenance1 (internal MR 6199).
  * Reword the first synchronization scope description for
    <<synchronization-semaphores-waiting, Semaphore Waiting>> to be more
    clear and explicit (internal MR 6835).
  * Coalesce decode output variants in XML `<videoformat>` tags (internal MR
    6850).
  * Fix some structure names in new 'require' / 'feature' tags (internal MR
    6852).
  * Move VK_KHR_compute_shader_derivatives feature requirement to vk.xml
    (internal MR 6854).
  * Remove redundant VkDrawIndirectCommand VU 00500 and
    VkDrawIndexedIndirectCommand VU 00552 (internal MR 6856).
  * Add SPIR-V definition for "`<<spirvenv-correct-result, Correct
    Result>>`" and use it to not imply rounding for exact operations in the
    <<spirvenv-precision-core-table, Precision of core SPIR-V Instructions>>
    table (internal MR 6859).
  * Remove asciidoctor-generated footer text from spec outputs (internal MR
    6860).
  * Require OpFDiv to respect SignedZeroInfNanPreserve in the
    <<spirvenv-precision-operation, Precision and Operation of SPIR-V
    Instructions>> section (internal MR 6862).
  * Add feature tags to vk.xml that were tested in CTS already but not
    mentioned in the specification (internal MR 6864).
  * Improve API code version refpages by including the
    automatically-generated API interface content from the version appendix
    of the specification that was previously omitted (internal MR 6865).
  * Merge common draw VUs for shader object and pipeline viewport scaling
    when VK_NV_clip_space_w_scaling is enabled (internal MR 6871).
  * Merge common draw VUs for shader object and pipeline viewport rate
    palette when VK_NV_shading_rate_image is enabled (internal MR 6872).
  * Merge common draw vertex binding VUs for shader object and pipeline
    patch control and update corresponding language in the shader object
    <<shaders-objects-state Setting State>> section (internal MR 6876).
  * Fix definition of the built-in variable
    <<interfaces-builtin-variables-viewindex, ViewIndex>> to specify it
    returns bit indexes, not bit values (internal MR 6877).
  * Add pipeline coarse sample order to shader object common draw VU 09233
    when VK_NV_shading_rate_image is enabled (internal MR 6882).
  * Add missing XML `feature` tags for AMD vendor extensions (internal MR
    6889).
  * Fix common draw VU interactions with dynamic rasterization samples state
    from VK_EXT_sample_locations (internal MR 6896).

New Extensions

  * VK_EXT_depth_clamp_control
  * VK_EXT_device_generated_commands

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/486e4b289053a7d64784e7ce791711843c60c235

new extensions:

- VK_EXT_depth_clamp_control (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_depth_clamp_control.adoc)
QuoteThis extension allows the application to control the viewport depth clamp range separately from the viewport pname:minDepth and pname:maxDepth. This gives the ability for the application to restrict depth values to an application-defined range rather than the viewport depth range.

It can be used to set a smaller or larger clamping range than the viewport depth range without affecting the depth mapping of the viewport transform.

- VK_EXT_device_generated_commands (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_device_generated_commands.adoc)
QuoteThis extension allows the device to generate a number of commands for command buffers. It provides a subset of functionality from both VK_NV_device_generated_commands and VK_NV_device_generated_commands_compute as well as some new features.
Title: Vulkan API specifications 1.3.297 released
Post by: Stefan on October 04, 2024, 05:30:53 PM
QuoteChange log for October 4, 2024 Vulkan 1.3.297 spec update:

Public Issues
* Fix references to images in proposal documents (public issue 2441). Internal Issues * Add new <<acceleration-structure-degenerate-prims, Degenerate Primitives and Instances>> section for acceleration structures (internal issue 3932). * Rewrite language to clarify behavior with out-of-AABB intersections in the <<ray-intersection-confirmation, Ray Intersection Confirmation>> section (internal issue 3973).

New Extensions
* VK_EXT_present_mode_fifo_latest_ready

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/74d7efc182c8e91002221c68f321c05fd596cc70

New Extension:
- VK_EXT_present_mode_fifo_latest_ready (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_present_mode_fifo_latest_ready.adoc)
QuoteThis device extension adds a new present mode, ename:VK_PRESENT_MODE_FIFO_LATEST_READY_EXT.

This tear-free present mode behaves much like ename:VK_PRESENT_MODE_FIFO_KHR, except that each vertical blanking period dequeues consecutive present requests until the latest ready is found to update the current image.

While this seems similar in concept to ename:VK_PRESENT_MODE_MAILBOX_KHR, the fundamental difference is that the processing of the present requests is done during vblank. From the application perspective, this means for example, that in a flip-based model, a single vblank may: cause multiple swapchain images to be released at once, while ename:VK_PRESENT_MODE_MAILBOX_KHR may: continuously be releasing images as new requests become ready.

This additional present mode is useful when using a time-based present API.

Title: Vulkan API specifications 1.3.298 released
Post by: Stefan on October 11, 2024, 05:13:39 PM
QuoteChange log for October 11, 2024 Vulkan 1.3.298 spec update:

Public Issues
* Add location order to the definition of from-reads in the <<memory-model-acyclicity, Acyclicity>> section (public PR 2402). Internal Issues
* Add VK_KHR_cooperative_matrix to the <<memory-model-cooperative-matrix, Cooperative Matrix Memory Access>> section and allow multiple invocations to do the load (internal MR 6833).
* Fix VkIndirectCommandsPushConstantTokenEXT::pPushConstant XML for all relevant union `selection` values (internal MR 6906).
* Add missing limittypes to VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT in XML (internal MR 6907).
* Fix missing exception for VK_IMAGE_CREATE_EXTENDED_USAGE_BIT in the <<video-profile-compatibility, Video Profile Compatibility>> section (internal MR 6908).
* Add missing `const` to VkGeneratedCommandsMemoryRequirementsInfoEXT::pNext in XML (internal MR 6912).

New Extensions
* VK_AMDX_shader_enqueue (provisional extension updated to V2 API) (public PR 2442).

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/05d5444cce55e340e07ead87d552407da5ea8771

New extension:
- VK_AMDX_shader_enqueue (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_AMDX_shader_enqueue.adoc)
QuoteThis extension adds the ability for developers to enqueue mesh and compute shader workgroups from other compute shaders.
Title: Vulkan API specifications 1.3.299 released
Post by: Stefan on October 18, 2024, 06:46:51 PM
QuoteChange log for October 18, 2024 Vulkan 1.3.299 spec update:

Internal Issues

  * Update XML feature description schema to support feature names in the
    `depends` attributes of `require` tags, as well as enabling AND/OR lists
    of feature dependencies, and use the new syntax to generate more of the
    content in the <<features-requirements, Feature Requirements>> section
    (internal issues 3947, 3949, and 3950).
  * Minimize use of extraneous "`set to`" and add corresponding style guide
    section and CI test (internal issue 3966).
  * Add a <<features-multisampledRenderToSingleSampled,
    pname:multisampledRenderToSingleSampled>> exception to common draw VU
    07474 (internal issue 4024).
  * Update VkVideoEncodeRateControlInfoKHR VU 08358 to allow
    initialVirtualBufferSizeInMs to equal virtualBufferSizeInMs (internal
    issue 4028).
  * Add conditional render state VU for vkCmdExecuteGeneratedCommandsEXT
    (internal issue 4037).
  * Combine common draw validity VUs 03417, 03418, 03419, and 08635 covering
    shader object and graphics pipeline viewport count (internal MR 6870).
  * Fix missing exception for
    VK_IMAGE_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR in video profile
    compatibility in <<video-profile-compatibility, Video Profile
    Compatibility>> (internal MR 6909).
  * Fix buffer offset calculation to not offset based on image offsets in
    the <<copies-buffers-images, Copying Data Between Buffers and Images>>
    section (internal MR 6919).
  * Fix and add VkImageCreateInfo and VkImageViewCreateInfo VUs to restrict
    sparse and 2D views, moving them to image create time (internal MR
    6920).
  * Fix minor asciidoc conditional markup errors causing errors when
    building with specific extensions, which required refactoring some
    vendor extension interactions with KHR extensions into the vendor
    extension (internal MR 6923).
  * Remove redundant VkWriteIndirectExecutionSetPipelineEXT VU 11028
    (internal MR 6926).
  * Improve cross-references to the deviceGeneratedCommands feature from
    different VUs to distinguish between the NV and EXT
    device_generated_commands extensions where relevant (internal MR 6933).
  * Update cross-references and XML descriptions of spirvcapability alias
    names to match alias naming introduced in SPIRV-Headers by
    KhronosGroup/SPIRV-Headers#447 (internal MR
    6936).
  * Fix UniformTexelBufferArrayDynamicIndexing VUs 10132 and 10133, and
    StorageTexelBufferArrayNonUniformIndexing VU 10140 to properly limit the
    VUs to when the corresponding capability is *not* declared (internal MR
    6938).
  * Mark VK_EXT_feedback_loop_layout and VK_EXT_feedback_loop_dynamic_state
    as `specialuse="glemulation,d3demulation"` (internal MR 6941).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/46e04bb59e0f85b9124899e694a477dd9025d17c
Title: Vulkan API specifications 1.3.300 released
Post by: Stefan on October 25, 2024, 05:01:52 PM
QuoteChange log for October 25, 2024 Vulkan 1.3.300 spec update:

Github Issues

  * Add SHADY author ID (public PR 2448).
  * Migrate antora/Makefile targets into top-level Makefile (public PR
    2450).

Internal Issues

  * Update XML feature schema and generators to express more dependency
    cases, allowing replacing more hand-written feature specification
    language (internal issues 3949, 3947, 3950):
  ** Allows multiple versions of the same feature to be required in the xml
    (e.g. the same feature in two structs), without duplicating
    autogenerated text in the feature requirements section of the spec.
  ** Allows definition of "this or that feature" as a requirement.
  ** Adds features to depends attributes on require/remove blocks with
    features in them, enabling more complex feature dependencies.
  ** Enables more complex dependencies for feature requirements (and/or
    lists with no parentheses).
  * Fix typo in common draw dispatch validity VU 08607 (internal issue
    4056).
  * Clarify device-host concurrent resource access language for
    vkFlushMappedMemoryRanges and the <<resources-memory-overlap, Resource
    Memory Overlap>> section (internal MR 5771).
  * Improve readability of the <<features, Features>> chapter introduction
    (internal MR 6888).
  * Fix typo in VkGeneratedCommandsInfoEXT VU 11072 (internal MR 6904).
  * Move VkRayTracingPipelineCreateInfoNV VU 11008 from the common ray
    tracking pipeline create info validity section to be specific to that
    structure (internal MR 6905).
  * Add missing VkGeneratedCommandsInfoEXT VU mirroring
    VkGeneratedCommandsMemoryRequirementsInfoEXT VU 11011 (internal MR
    6948).
  * Remove duplicate VkSwapchainCreateInfoKHR VU 10156 (internal MR 6942).
  * Combine common draw validity discard rectangle VUs for
    vkCmdSetDiscardRectangleEnableEXT and vkCmdSetDiscardRectangleModeEXT
    (internal MR 6953).
  * Combine common draw validity sample location VUs for
    VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_ENABLE_EXT and
    vkCmdSetSampleLocationsEnableEXT (internal MR 6955).
  * Combine common draw validity line stipple dynamic state VUs for shader
    objects and pipelines (internal MR 6956).
  * Remove vkCmdDrawMeshTasksIndirectCountNV,
    vkCmdDrawMeshTasksIndirectCountEXT, vkCmdDrawIndirectCount, and
    vkCmdDrawIndexedIndirectCount VUs since drawCount is already capped by
    maxDrawCount (internal MR 6969).
  * Fix typo in description of vkCmdCopyMemoryToMicromapEXT::pInfo (internal
    MR 6974).


New Extensions

  * VK_NV_cooperative_matrix2
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/c9304f8dd1aa20183942c6a3638b28c81b4e681d
Title: Vulkan API specifications 1.3.301 released
Post by: Stefan on November 02, 2024, 07:31:17 AM
QuoteChange log for November 1, 2024 Vulkan 1.3.301 spec update:

Github Issues

  * Remove bullet about concurrent host / device atomics from the
    <<memory-model-atomic-operation, Atomic Operation>> section (public
    issue 2449).
  * Add docs.vulkan.org page information to validusage.json (public PR
    2453).

Internal Issues

  * Clarify promotion language in extension appendices to specify that only
    API definitions are promoted, while e.g. SPIR-V names remain unchanged
    (internal issue 4021).
  * Fix spec conditional markup to avert build issues when only
    VK_NV_ray_tracing is included (internal issue 4053).
  * Add VkGeneratedCommandsInfoEXT VU for zero maxSequenceCount and
    sequenceCountAddress (internal issue 4060).
  * Refactor the rounding mode specification for the
    <<spirvenv-correctly-rounded, Correctly Rounded>> and
    <<spirvenv-correctly-rounded-impl-defined, Correctly Rounded with
    Implementation-Defined Rounding Mode>> definitions (internal MR 6863).
  * Fix VkImageCreateInfo image flags and sparse flags VUs (internal MR
    6920).
  * Add GPU assisted validation and tooling to the extension proposal
    template (internal MR 6962).
  * Refactor the <<resources-acceleration-structures, Acceleration
    Structures>> section to more cleanly organize the KHR and NV extension
    API descriptions and to document
    VK_ACCELERATION_STRUCTURE_CREATE_MOTION_BIT_NV (internal MR 6973).
  * Replace common draw validity and VUs language depending on
    VK_*_line_rasterization extensions being enabled to depend on the
    corresponding features being enabled (internal MR 6976).
  * Add missing VkInstanceCreateInfo pNext VUs (internal MR 6979).
  * Move hostImageCopy feature enable VU from the vkCopy* commands to
    VkImageCreateInfo (internal MR 6982).

New Extensions

  * VK_HUAWEI_hdr_vivid
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/d095b206f80dc85140898a7979b2c3bb81aeb7f9
Title: Vulkan API specifications 1.3.302 released
Post by: JeGX on November 21, 2024, 02:11:08 PM
QuoteChange log for November 21, 2024 Vulkan 1.3.302 spec update:
Github Issues

  * Add a NOTE clarifying that VkImageLayout VK_IMAGE_LAYOUT_GENERAL cannot
    support all device uses in all cases (public issue 2430).
  * Update and cross-reference descriptions of dispatching commands in the
    glossary and the introduction of the <<dispatch, Dispatching Commands>>
    and <<shaders-compute, Compute Shader>> sections, so that instead of a
    list, they are defined by the contents of the Dispatching Commands
    chapter (public issue 2457).

Internal Issues

  * Make descriptions of framebuffer coordinates consistent with the rest of
    the specification for `FragCoord` VkSubpassDescription, and in the
    <<primsrast-depthbias-computation, Depth Bias Computation>> and
    <<vertexpostproc-viewport, Controlling the Viewport>> sections (internal
    issue 962).
  * Replace uses of "`currently bound`" with "`bound`" and add a CI check
    enforcing the existing rule in the style guide (internal issue 993).
  * Clarify that <<fragops-shader-termination, termination and demotion>>
    discard samples, not fragments (internal issue 2125).
  * Add common draw vertex binding VU for setting
    VK_PRIMITIVE_TOPOLOGY_PATCH_LIST (internal issue 4073).
  * Add CI check that an instance extension does not have a dependency on a
    device extension (internal issue 2385).
  * Remove "`on the device`" when referring to feature enables (internal
    issue 4056).
  * Add a new 'featurelink' attribute to feature struct members that
    indicates the link name for a Boolean API feature when it differs from
    the feature name (internal issues 4042, 4057).
  * Use "`enumerant *specifies*`" wording consistently, per the style guide,
    and add a CI check for it (internal issue 4077).
  * Clarify the <<introduction>> chapter in descriptions of how the
    specification expresses requirements, fix minor issues, and reorder the
    chapter for increased readability (internal issue 3921).
  * Add missing <feature> tags to several extensions, a `nofeatures`
    attribute attribute for extensions to explicitly indicate they don't
    require any features, and added CI to check that every extension either
    requires at least one feature, or sets the `nofeatures` tag to true
    (internal issues 3946, 3951).
  * Add a NOTE to the VK_EXT_host_image_copy command descriptions that host
    image copy to / from an image is not internally synchronized (internal
    issue 4040).
  * Use consistent phrasing to describe links to feature names (internal
    issue 4056).
  * Fix XML tagging for VkSwapchainPresentFenceInfoEXT::pFences to
    accommodate array elements which can optionally be VK_NULL_HANDLE
    (internal issue 4067).
  * XML workaround so that APIs that should not appear in Vulkan SC
    generated artifacts are treated correctly (internal issue 4074).
  * Remove use of "`recommended`" as a normative term, and replace the
    couple of places it was used in that fashion. Add a new "`Use the Active
    Voice`" section of the style guide and apply its recommendations
    (internal issue 4085).
  * Clarify descriptor buffer binding limits for
    vkCmdBindDescriptorBuffersEXT and the
    <<limits-maxDescriptorBufferBindings, maxDescriptorBufferBindings>> and
    <<limits-maxSamplerDescriptorBufferBindings,
    maxSamplerDescriptorBufferBindings>> limits (internal issue 4086).
  * Clarify that the taskShader feature is mandatory in the
    VK_EXT_mesh_shader proposal document (internal issue 4088).
  * Remove overzealous `protectedNoFault` VUs from vkCmdDecodeVideoKHR and
    vkCmdEncodeVideoKHR (internal MR 6994).
  * Update VK_NVX_binary_import and VK_NVX_image_view_handle for 64-bit
    handles (internal MR 6995).
  * Remove stale references to `tg_start` and `tg_end` in the
    <<decode-av1-picture-info, Std Picture Information>> definition
    (internal MR 6996).
  * Add a VkDeviceCreateInfo VU for robustBufferAccessUpdateAfterBind
    (internal MR 7008).
  * Reorder ci to catch schema errors validation errors before spec
    generation, for more intelligible error messages (internal MR 7013).
  * Remove VkValidationFeaturesEXT VU 02968, as the validation layers no
    longer have the corresponding restriction (internal MR 7016).
  * Remove redundant vkCreateShadersEXT VU 09669 (internal MR 7021).
  * Update proposal documents to link into the right specification page in
    docs.vulkan.org instead of into the independent reference pages in the
    registry (internal MR 7026)

New Extensions

  * VK_EXT_vertex_attribute_robustness
  * VK_KHR_video_encode_av1
  * VK_KHR_video_encode_quantization_map
  * VK_NV_display_stereo

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/310c86fb5a06544a84bce70867f7c038b748e51c

New extensions:

- VK_EXT_vertex_attribute_robustness (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_vertex_attribute_robustness.adoc)
QuoteIt can be detrimental to performance for applications to have to define fake vertex attribute locations and buffer bindings for vertex shaders that may reference attribute locations for which there is no vertex data.

This extension allows applications to not have to specify fake vertex attribute locations, and if the vertex shader reads those attributes it will read (0,0,0,0) or (0,0,0,1).

- VK_KHR_video_encode_av1 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_video_encode_av1.adoc)
QuoteThis extension builds upon the apiext:VK_KHR_video_encode_queue extension by adding support for encoding elementary video stream sequences compliant with the AV1 video compression standard.

- VK_KHR_video_encode_quantization_map (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_video_encode_quantization_map.adoc)
QuoteThis extension builds upon the apiext:VK_KHR_video_encode_queue extension by enabling fine grained control of codec-specific quantization parameters in video encode operations.

More specifically, it adds support for quantization maps:

Quantization delta maps to directly control the relative value of quantization parameter values on a per-block basis for all rate control modes (including when rate control is disabled).

Emphasis maps to indirectly control the relative quantization parameter values on a per-block basis when rate control is not disabled and the rate control mode is not configured to the implementation-defined default mode.

This extension is to be used in conjunction with other codec specific video encode extensions that specify the codec specific quantization parameters these maps control.

- VK_NV_display_stereo (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_display_stereo.adoc)
QuoteThis extension allows the application to choose which type of 3D stereo hardware it wants to use so the driver can configure it properly. This configuration is useful for swapchains created from display surfaces because some environments do not have an intermediate windowing system available for easy configuration. This extension will override any stereo type configuration in the windowing system.

For HDMI 3D, only some display modes support stereo rendering, and a new structure is needed to expose that information to the application.

Title: Vulkan API specifications 1.4.303 released
Post by: Stefan on December 02, 2024, 05:04:21 PM
QuoteChange log for December 3, 2024 Vulkan 1.4.303 spec update:

Internal Issues 

* Vulkan 1.4 initial release. Update release number to 303 for this update. The patch number will be used for all Vulkan 1.x spec updates, and continue to increment continuously from the previous Vulkan 1.3.302 update.
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/c7a3955e47d223c6a37fb29e2061c973eec98d0a
Title: Vulkan API specifications 1.4.304 released
Post by: Stefan on December 20, 2024, 07:37:49 AM
QuoteChange log for December 20, 2024 Vulkan 1.4.304 spec update:

Github Issues

  * Add common draw vertex binding VUs for vertex attribute alignment
    (public issue 1277).
  * Fix XML `limittype` for the minMemoryMapAlignment limit (public
    issue 2461).
  * Remove vkCmdPushDescriptorSetWithTemplate explicitly for Vulkan SC in
    XML (public issue 2469).

Internal Issues

  * Fix typo in common draw validity VU 07834 (internal issue 4005).
  * Clarify that the pipeline binary key is always written by
    vkGetPipelineBinaryDataKHR (internal issue 4006).
  * Add queue family VUs for vkCmdPipelineBarrier{,2} (internal issue 4092).
  * Clarify definition of
    VkRayTracingPipelineInterfaceCreateInfoKHR::maxPipelineRayPayloadSize
    and maxPipelineRayHitAttributeSize (internal issue 4080).
  * Add VUs for arrays of inline uniform block descriptors (internal issue
    4083).
  * Adds VK_KHR_draw_indirect_count dependency to
    vkCmdDrawMeshTasksIndirectCountEXT XML (internal issue 4106).
  * Fix vkGetPhysicalDeviceImageFormatProperties and the
    <<features-required-format-support, Required Format Support>> section to
    refer to the `hostImageCopy` feature, rather than to the underlying
    Vulkan 1.4 or VK_EXT_host_image_copy that can provide that feature
    (internal issue 4120).
  * Add vkDestroyMicromapEXT VU to require the <<features-micromap,
    micromap>> feature be enabled (internal MR 7023).
  * Add VK_KHR_get_physical_device_properties2 dependency to
    VK_EXT_vertex_attribute_robustness XML (internal MR 7038).
  * Refactor and clean up common draw dispatch sampler VUs (internal MR
    7042).
  * Remove redundant <<spirvenv-module-validation-runtime, Runtime SPIR-V
    Validation>> VUs 08728, 08729, and 08730 (internal MR 7045).
  * Add missing XML `limittype` for the
    maxCombinedImageSamplerDescriptorCount limits (internal MR 7048).
  * Move non-mesh shader object VUs 07619 and 08684-08687 to remove them
    from mesh draws (internal MR 7054).
  * Add requirement for Vulkan 1.3 device support for
    VK_EXT_extended_dynamic_state2 in VkGraphicsPipelineCreateInfo VUs 03378
    and 04868 (internal MR 7057).
  * Add <<spirvenv-precision-operation, precisions for more SPIR-V
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/b04fc6a9c5893fe0f8345844a1d62ebed94d09d9
Title: Vulkan API specifications 1.4.305 released
Post by: Stefan on January 17, 2025, 04:47:51 PM
QuoteChange log for January 17, 2025 Vulkan 1.4.305 spec update:

Github Issues

  * Clarify dynamic array layer access in common draw dispatch VU 09600 and
    the <<resources-image-layouts, Image Layouts>> introduction (public
    issue 2474).
  * Remove Ash CI in both Github and Gitlab (public PR 2479).

Internal Issues

  * Consolidate common draw discard rectangle VUs and clarify behavior
    (internal issue 3400).
  * Clarify the maxMemoryAllocationSize limit (internal issue 4119).
  * Restrict vkCmdExecuteCommands VU 09376 to secondary command buffers
    (internal issue 4126).
  * Fix AV1 decode frameHeaderOffset typo in vkCmdDecodeVideoKHR VU 09251
    (internal MR 7043).
  * Add more detail about
    VkAccelerationStructureCreateInfoKHR::deviceAddress (internal MR 7067).
  * Clarify ambiguities related to <<decode-av1-picture-info, AV1 decode
    parameters>> FeatureEnabled, FeatureData, loop_filter_ref_deltas, and
    loop_filter_mode_deltas (internal MR 7070).
  * Remove common buffer memory barrier and image memory barrier VUs already
    converted by VUIDs 10387 and 10388 (internal MR 7075).
  * Remove redundant VkShaderCreateInfoEXT VUs 08452 and 08458 (internal MR
    7076).
  * Fix typo in VkSwapchainPresentScalingCreateInfoEXT VU 10154 (internal MR
    7077).
  * Remove redundant explicit VkPhysicalDeviceSurfaceCapabilitiesKHR VU
    06523 (internal MR 7078).
  * Remove redundant VkWriteDescriptorSetAccelerationStructureKHR and
    VkWriteDescriptorSetAccelerationStructureNV VUs 02236 and 03747
    (internal MR 7079).
  * Remove redundant vkCmdBindShadersEXT feature bit VUs 08474, 08475,
    08490, and 08491, (internal MR 7083).
  * Revert vkCmdWaitEvents2 dependencyFlags VU that should not have been
    removed (internal MR 7089).
  * Reword common draw vertex binding vertex attribute VU 10390 (internal MR
    7091).
  * Fix asciidoctor markup for the VK_QCOM_image_processing proposal and
    update some descriptions (internal MR 7097).


New Extensions

  * VK_ARM_pipeline_opacity_micromap
  * VK_KHR_depth_clamp_zero_one
  * VK_KHR_maintenance8

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/840c7b817f7ff0e61a047a842c2569a1ecf5d807

New Extensions:

- VK_ARM_pipeline_opacity_micromap (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_ARM_pipeline_opacity_micromap.adoc)
QuoteThe Opacity Micromap extension VK_EXT_opacity_micromap supports the new pipeline creation flag VK_PIPELINE_CREATE_RAY_TRACING_OPACITY_MICROMAP_BIT_EXT, indicating that the ray tracing pipeline may be used with acceleration structures referencing micromaps. This allows for possible optimizations, knowing beforehand that opacity micromaps may be used with the pipeline.

- VK_KHR_depth_clamp_zero_one (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_depth_clamp_zero_one.adoc)
QuoteThis extension is based on the apiext:VK_EXT_depth_clamp_zero_one extension. This extension gives defined behavior to fragment depth values which end up outside the conventional [0, 1] range. It can be used to ensure portability in edge cases of features like depthBias. The particular behavior is chosen to match OpenGL to aid porting or emulation.

- VK_KHR_maintenance8 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_maintenance8.adoc)
Quoteapiext:VK_KHR_maintenance8 adds a collection of minor features, none of which would warrant an entire extension of their own.

The new features are as follows:

Allow copies between depth/stencil and "matching" color attachments

Allow dstCache in vkMergePipelineCaches to be implicitly synchronized.

Require src/dst sync scopes to work when doing queue family ownership transfers

Support Offset (as an alternative to ConstOffset) image operand in texture sampling and fetch operations

Use the SPIR-V definition of code:OpSRem and code:OpSMod, making these operations produce well-defined results for negative operands

Loosen layer restrictions when blitting from 3D images to other image types

Add space for an additional 64 access flags for use with VkMemoryBarrier2, VkBufferMemoryBarrier2, and VkImageMemoryBarrier2
Title: Vulkan API specifications 1.4.306 released
Post by: Stefan on January 24, 2025, 04:04:06 PM
QuoteChange log for January 24, 2025 Vulkan 1.4.306 spec update:
Github Issues

  * Refactor binary blob text to consistently specify how structures are
    written to the blob (based on public PR 2477).

Internal Issues

  * Update common draw and draw vertex binding VUs to allow graphics
    pipelines to ignore tessellation / geometry dynamic state if not using
    that stage (internal issue 3982)
  * Clarify in vkUpdateDescriptorSets that descriptors are just a bag of
    bits until they are dereferenced (internal issue 4125)
  * Use correct xref for the term "`multi-planar`" (internal issue 4144)
  * Remove VU 06323 from runtime SPIR-V VUs (internal issue 4147)
  * Clarify that the <<sparsememory, initial state of sparse resources>> is
    unbound (internal MR 7123).
  * Move mesh shader VUs 08694 and 08695 from common draw validity to common
    draw mesh validity, so they only affect mesh-drawing commands (internal
    MR 7126).
  * Fix typo in VU 01708 (internal MR 7139).

New Extensions

  * VK_EXT_external_memory_metal
  * VK_KHR_video_maintenance2

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/faf3ba598d6339c5590e544ffb3fdd182b46c544

New Extensions:
- VK_EXT_external_memory_metal (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_external_memory_metal.adoc)
QuoteAn application may wish to reference device memory in multiple Vulkan device instances, in multiple processes, and/or in Metal API. This extension enables an application to export and import Metal handles from Vulkan memory objects such that the underlying resources can be referenced outside the scope of the Vulkan device instance that created them.

- VK_KHR_video_maintenance2 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_video_maintenance2.adoc)
QuoteVK_KHR_video_maintenance2 adds a collection of minor video coding features, none of which would warrant an entire extension of their own.

The new features are as follows:

Allow video coding control commands (such as video session reset) to be issued without the need for a bound video session parameters object for video decode operations that would otherwise require the use of video session parameters objects.

Allow applications to specify codec-specific parameter sets inline for each decode operation instead of having to construct video session parameters objects.

Require support for ename:VK_VIDEO_ENCODE_RATE_CONTROL_MODE_DISABLED_BIT_KHR in all applicable video encode profiles.

Provide additional guarantees on Video Std parameters that the encoder implementation will not override.
Title: Vulkan API specifications 1.4.307 released
Post by: Stefan on January 30, 2025, 05:23:53 PM
QuoteChange log for January 30, 2025 Vulkan 1.4.307 spec update:
Internal Issues

  * Update common blit image VUs to clamp slice blitting to a single
    layer/slice when the `maintenance8` feature is supported (internal issue
    4160).
  * Mention added SPIR-V version support that was not previously shown for
    <<versions-1.1, Vulkan Version 1.1>> (internal issue 4166).
  * Update the introduction to the <<extensions, Layers & Extensions>>
    appendix to reflect how we publish specifications now (internal MR
    7131).
  * Update VkSurfaceFormat2KHR VU 06750 to depend on the underlying
    extension not being support, rather than the
    pname:imageCompressionControlSwapchain feature (internal MR 7138).

New Extensions

  * VK_NV_cooperative_vector
  * VK_NV_cluster_acceleration_structure
  * VK_NV_partitioned_acceleration_structure
  * VK_NV_ray_tracing_linear_swept_spheres


source: https://github.com/KhronosGroup/Vulkan-Docs/commit/645c59c70e826d9738b6bb103316c03d887dfed3
Title: Vulkan API specifications 1.4.308 released
Post by: Stefan on February 07, 2025, 06:27:25 PM
QuoteChange log for February 7, 2025 Vulkan 1.4.308 spec update:
Github Issues

  * Correct typos (public PRs 2485, 2489, 2493, 2494).

Internal Issues

  * Better specify <<interfaces-iointerfaces-locations, Location and
    Component Assignment>> (internal issues 1954, 2758, 3445).
  * Add missing conditional markup for the
    VK_KHR_video_encode_quantization_map extension (internal MR 7148).
  * Clarify wording around <<ray-intersection-confirmation, AABB primitive
    bounds>> (internal issue 4134).
  * Add missing common draw VU for
    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT (internal issue
    4150).
  * Fix grammar from the feature requirements generator script when one of
    exactly two features is required (internal issue 4170).
  * Add missing `returnedonly` to XML for
    VkPhysicalDeviceSchedulingControlsPropertiesARM and
    VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV (internal MRs 7156
    and 7157).
  * Add `structextends` to
    VkAccelerationStructureGeometryLinearSweptSpheresDataNV and
    VkAccelerationStructureGeometrySpheresDataNV (internal MR 7163).
  * Fix VkCooperativeVectorPropertiesNV inputType / inputInterpretation
    mixup for packed types (internal MR 7172).

New Extensions

  * VK_NV_present_metering

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ccac48a1126828018e570331999b9a7c2e17d742

New Extension:
- VK_NV_present_metering (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_NV_present_metering.adoc)
QuoteThis extension is provisional and should: not be used in production applications.

This extension is used to evenly meter presents.
Title: Vulkan API specifications 1.4.309 released
Post by: Stefan on February 21, 2025, 01:08:08 PM
QuoteChange log for February 21, 2025 Vulkan 1.4.309 spec update:
Github Issues

  * Fix CullPrimitiveEXT VUs (public PR 2475).
  * Fix promoted extension dependencies in vk.xml (public PR 2492).
  * Fix XML dependency of VK_KHR_video_maintenance2
    (public Vulkan-ValidationLayers issue 9464).

Internal Issues

  * Clarify VUs for
    VkAccelerationStructureBuildRangeInfoKHR::primitiveOffset in cases where
    packed formats are used (internal issue 4058).
  * Add bufferFeatures restriction to VkFormatProperties for depth/stencil
    and multi-planar formats (internal issue 4155).
  * Add a standalone SPIR-V validation VU requiring that interpolation
    qualifiers match for any given location (internal issue 4161).
  * Clarify template text in transcluded tag::features language used to
    describe features consistently (internal issue 4190).
  * Fix XML `limittype` attributes for
    VkPhysicalDeviceCooperativeVectorPropertiesNV (internal MR 7160).
  * Specify that only the lower 32 bits are used in VkStridedDeviceAddressNV
    (internal MR 7173).
  * Add Vulkan object and base generator scripts for inclusion in
    Vulkan-Headers (internal MR 7180),
  * Update links to SPIR-V registry and add a missing spirvextension XML
    block (internal MR 7187).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/5a38e1f41285241a29f6428978aae6d1cf13fd16
Title: Vulkan API specifications 1.4.310 released
Post by: Stefan on March 07, 2025, 05:52:35 PM
QuoteChange log for March 7, 2025 Vulkan 1.4.310 spec update:

Github Issues

  * Add VU for relaxed control barrier with storage class semantics (public
    PR 2495).
  * Fix typo for structure cross reference in the
    VK_KHR_ray_tracing_pipeline extension appendix (public issue 2503).
  * Add aliases to VulkanObject generator (public Vulkan-Headers issue 530).
  * Add FullType to VulkanObject generator (public Vulkan-Headers issue
    533).

Internal Issues

  * State that the <<vertexpostproc-transform-feedback, Transform Feedback>>
    counts increment even when the output is not written to (internal issue
    3054).
  * Add VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT filtering rule to
    the <<textures-depth-compare-operation, Depth Compare Operation>>
    section (internal issue 3058).
  * Add dynamic equivalent of VkGraphicsPipelineCreateInfo VU 02766
    (internal issue 3372).
  * Add common build acceleration structure device VU for disabling
    VK_GEOMETRY_INSTANCE_DISABLE_OPACITY_MICROMAPS_EXT in instances
    (internal issue 3768).
  * Add some more descriptive language for data_update to the
    <<acceleration-structure-update, Acceleration Structure Update Rules>>
    (internal issue 3769).
  * Remove XML tagging of Vulkan 1.3 as supporting
    SPV_KHR_subgroup_uniform_control_flow (internal issue 4171).
  * Update XML and add explicit VU to VkDependencyInfo for the
    VkMemoryBarrier2 pNext chain (internal issue 4174).
  * Swap order of aliasing for NV and EXT device_generated_command enums to
    follow the usual XML convention (internal issue 4182).
  * Clarify that <<interfaces-fragmentoutput, fragment outputs>> are
    discarded with no attachments (internal issue 4186).
  * Add more returnedonly="true" tagging to XML for structures extending
    VkPhysicalDeviceProperties2 (internal MR 7171).
  * Use limittype="exact" for all VkBool32 limits in XML, update description
    in the registry schema document, and add a CI check to disallow the old
    "bitmask" limit type in this context (internal MR 7189).
  * Add missing attributes so provisional="true" matches
    platform="provisional", due to different downstream consumers needing
    one or the other attribute (internal MR 7196).
  * Mention that a pipeline barrier is needed to resume transform feedback
    with counter buffers for vkCmdBeginTransformFeedbackEXT (internal MR
    7198).
  * Add Vulkan prefix to the Roadmap limits (internal MR 7206).
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ab5fa3690263718c4c4dc8f7110ba4a52528e063
Title: Vulkan API specifications 1.4.311 released
Post by: Stefan on March 21, 2025, 03:22:34 PM
QuoteChange log for March 21, 2025 Vulkan 1.4.311 spec update:

Github Issues

  * Clarify that all specified vkCmdClearAttachments::pRects are cleared in
    all specified attachments (public issue 2497).
  * Add VkPushConstantRange link in VkPipelineLayoutCreateInfo (public PR
    2508).
  * Link _identically defined_ to the glossary definition (public PR 2510).

Internal Issues

  * Add binary <<fundamentals-binaryresults, Opaque Binary Data Results>>
    section to the Fundamentals chapter, and describe exceptions from this
    default behavior in legacy commands behaving differently (internal issue
    4101).
  * Update common draw dispatch VU 07753 to require that an accessed
    VkBufferView's numeric type must match the OpTypeImage (internal issue
    4128).
  * Annotate the <<limits-required, Required Limits>> table so all limits
    with multiple values shown explicitly tag them as Vulkan core or a
    Roadmap limit (internal issue 4167).
  * Clarify that STD_VIDEO_H264_PROFILE_IDC_BASELINE indicates support for
    the constrained baseline profile only in VkVideoDecodeH264ProfileInfoKHR
    and VkVideoEncodeH264ProfileInfoKHR (internal MR 7153).
  * Update promotion language in some extension appendices that were
    initially partially promoted, and further promoted in later core
    versions (internal MR 7191).
  * Invoke scripts in CI explicitly with python3 so execute bit is not
    needed (internal MR 7215).
  * Ignore antora generated files in .gitignore (internal MR 7217).
  * Update descriptions of VkDebugUtilsMessengerCallbackDataEXT members
    pMessageIdName, messageIdNumber, and pMessage (internal MR 7218).
  * Conditionalize VkDependencyInfo VU 10606 for VK_KHR_maintenance8
    (internal MR 7220).
  * Add Enum / Flag value and value string to the Vulkan Object generator
    (internal MR 7221).
  * Numerous minor markup fixes and missing boilerplate sType / pNext member
    descriptions detected by new checker scripts (internal MRs 7228, 7229,
    7230).
  * Use Python f-strings more consistently (internal MR 7231).
  * Fix math for VK_QCOM_fragment_density_map_offset to match the shipping
    implementation (internal MRs 7237, 7240).
  * Update limittypes for VkBool32 limits in vk.xml again after discovering
    the previous update caused issues with Vulkan-Profiles' interpretation
    (internal MR 7243).

New Extensions

  * VK_EXT_fragment_density_map_offset
  * VK_KHR_shader_bfloat16

source: https://github.com/KhronosGroup/Vulkan-Docs/commit/7719d5eb8eb1df49469cdf684c6b370d0ee56a34

New Extensions:
- VK_EXT_fragment_density_map_offset (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_EXT_fragment_density_map_offset.adoc)
QuoteThis extension allows an application to specify offsets to a fragment density map attachment, changing the framebuffer location where density values are applied to without having to regenerate the fragment density map.

- VK_KHR_shader_bfloat16 (https://github.com/KhronosGroup/Vulkan-Docs/blob/main/appendices/VK_KHR_shader_bfloat16.adoc)
QuoteThis extension enables support for bfloat16 ("brain float") operations in shaders as defined in SPV_KHR_bfloat16.
Title: Vulkan API specifications 1.4.312 released
Post by: Stefan on April 04, 2025, 05:34:58 PM
QuoteChange log for April 4, 2025 Vulkan 1.4.312 spec update:
Github Issues

  * Fix SRGB alpha numeric formats in XML (public issue 2513).

Internal Issues

  * Update BUILD.adoc to refer to the `htmldiff` script instead of the
    currently non-working `diff_html` Makefile target (internal issue 4210).
  * Clarify that resolves may ignore sRGB for vkCmdResolveImage and
    VkResolveModeFlagBits (internal issue 4181).
  * Upgrade <<ray-traversal-watertight, Watertightness>> from should: to
    must: (internal MR 7208).
  * Add standalone SPIR-V VU for explicit layout decorations, referring to
    the <<interfaces-explicit-layout-decorations>> section (internal MR
    7256).
  * Merge changes from Vulkan SC 1.0.18 to main (internal MR 7259).
  * Add VU fix for common blit image VUs 10579 and 10580 (internal MR 7261).

New Extensions

  * VK_NV_external_compute_queue_vendor
  * VK_QCOM_tile_shading
source: https://github.com/KhronosGroup/Vulkan-Docs/commit/ec56ad8828af2b089de2fc7a64cf59c588d8c753