Vulkan-Docs/doc/specs/vulkan/appendices
Jon Leech ab08f0951e Change 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`
2018-02-19 15:19:38 -08:00
..
VK_AMD_buffer_marker.txt Change log for February 19, 2018 Vulkan 1.0.69 spec update: 2018-02-19 15:19:38 -08:00
VK_AMD_draw_indirect_count.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
VK_AMD_gcn_shader.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
VK_AMD_gpu_shader_half_float.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
VK_AMD_gpu_shader_int16.txt Update some old date formats 2017-10-26 19:45:00 +02:00
VK_AMD_mixed_attachment_samples.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
VK_AMD_negative_viewport_height.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
VK_AMD_rasterization_order.txt Fix random grammar 2017-12-15 21:01:02 +01:00
VK_AMD_shader_ballot.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
VK_AMD_shader_explicit_vertex_parameter.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
VK_AMD_shader_fragment_mask.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_AMD_shader_image_load_store_lod.txt Update some old date formats 2017-10-26 19:45:00 +02:00
VK_AMD_shader_info.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
VK_AMD_shader_trinary_minmax.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
VK_AMD_texture_gather_bias_lod.txt Fix random grammar 2017-12-15 21:01:02 +01:00
VK_EXT_acquire_xlib_display.txt Change log for September 5, 2017 Vulkan 1.0.60 spec update: 2017-09-04 03:06:55 -07:00
VK_EXT_blend_operation_advanced.txt Fix random grammar 2017-12-15 21:01:02 +01:00
VK_EXT_conservative_rasterization.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_EXT_debug_marker.txt Merge pull request #644 from krOoze/fix_random_typos 2017-12-20 16:12:02 -08:00
VK_EXT_debug_report.txt Merge pull request #644 from krOoze/fix_random_typos 2017-12-20 16:12:02 -08:00
VK_EXT_depth_range_unrestricted.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
VK_EXT_direct_mode_display.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_EXT_discard_rectangles.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_EXT_display_control.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_EXT_display_surface_counter.txt Change log for September 5, 2017 Vulkan 1.0.60 spec update: 2017-09-04 03:06:55 -07:00
VK_EXT_external_memory_dma_buf.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_EXT_external_memory_host.txt Change log for November 27, 2017 Vulkan 1.0.66 spec update: 2017-11-27 01:07:06 -08:00
VK_EXT_global_priority.txt Change log for November 27, 2017 Vulkan 1.0.66 spec update: 2017-11-27 01:07:06 -08:00
VK_EXT_hdr_metadata.txt Fix random name markup 2017-11-09 00:09:27 +01:00
VK_EXT_post_depth_coverage.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
VK_EXT_queue_family_foreign.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_EXT_sample_locations.txt Fix random name markup 2017-11-09 00:09:27 +01:00
VK_EXT_sampler_filter_minmax.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
VK_EXT_shader_stencil_export.txt Update some old date formats 2017-10-26 19:45:00 +02:00
VK_EXT_shader_subgroup_ballot.txt Fix random name markup 2017-11-09 00:09:27 +01:00
VK_EXT_shader_subgroup_vote.txt Fix random name markup 2017-11-09 00:09:27 +01:00
VK_EXT_shader_viewport_index_layer.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_EXT_swapchain_colorspace.txt Fix some quotes and apostrophes 2017-12-11 20:02:07 +01:00
VK_EXT_validation_cache.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
VK_EXT_validation_flags.txt Change log for September 5, 2017 Vulkan 1.0.60 spec update: 2017-09-04 03:06:55 -07:00
VK_GOOGLE_display_timing.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_IMG_filter_cubic.txt Cute up extension typography 2017-12-20 18:00:32 +01:00
VK_KHR_16bit_storage.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_android_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_bind_memory2.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_dedicated_allocation.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_descriptor_update_template.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_display.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
VK_KHR_display_swapchain.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_fence.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_fence_capabilities.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_fence_fd.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_fence_win32.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_memory.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_memory_capabilities.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_memory_fd.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_memory_win32.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
VK_KHR_external_semaphore.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_semaphore_capabilities.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_semaphore_fd.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_external_semaphore_win32.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_get_memory_requirements2.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_get_physical_device_properties2.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_get_surface_capabilities2.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_image_format_list.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_incremental_present.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_maintenance1.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_maintenance2.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_mir_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_push_descriptor.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_relaxed_block_layout.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_sampler_mirror_clamp_to_edge.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_sampler_ycbcr_conversion.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_shader_draw_parameters.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_shared_presentable_image.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_storage_buffer_storage_class.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_swapchain.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_variable_pointers.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_wayland_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_win32_keyed_mutex.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_win32_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_xcb_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHR_xlib_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHX_device_group.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHX_device_group_creation.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_KHX_multiview.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_MVK_ios_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_MVK_macos_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_NN_vi_surface.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_NVX_device_generated_commands.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_NVX_multiview_per_view_attributes.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_NV_clip_space_w_scaling.txt Merge pull request #643 from krOoze/fix_quotes_and_apostrophes 2017-12-20 16:15:54 -08:00
VK_NV_dedicated_allocation.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
VK_NV_external_memory.txt Fix random grammar 2017-12-15 21:01:02 +01:00
VK_NV_external_memory_capabilities.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_NV_external_memory_win32.txt Fix random grammar 2017-12-15 21:01:02 +01:00
VK_NV_fill_rectangle.txt Fix random name markup 2017-11-09 00:09:27 +01:00
VK_NV_fragment_coverage_to_color.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
VK_NV_framebuffer_mixed_samples.txt Fix some quotes and apostrophes 2017-12-11 20:02:07 +01:00
VK_NV_geometry_shader_passthrough.txt Merge pull request #643 from krOoze/fix_quotes_and_apostrophes 2017-12-20 16:15:54 -08:00
VK_NV_glsl_shader.txt Fix random grammar 2017-12-15 21:01:02 +01:00
VK_NV_sample_mask_override_coverage.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
VK_NV_viewport_array2.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_NV_viewport_swizzle.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
VK_NV_win32_keyed_mutex.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
boilerplate.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
compressedtex.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
credits.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
extensions.txt Change log for February 19, 2018 Vulkan 1.0.69 spec update: 2018-02-19 15:19:38 -08:00
glossary.txt Change log for January 5, 2018 Vulkan 1.0.67 spec update: 2018-01-05 17:39:15 -08:00
invariance.txt Change log for January 15, 2018 Vulkan 1.0.68 spec update: 2018-01-15 05:29:25 -08:00
spirvenv.txt Change log for February 19, 2018 Vulkan 1.0.69 spec update: 2018-02-19 15:19:38 -08:00