Vulkan-Docs/doc/specs/vulkan/appendices
Jon Leech e958791a01 Change 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`
2018-03-17 04:04:05 -07: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 March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -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 Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_ANDROID_external_memory_android_hardware_buffer.txt Change log for March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07: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 Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_EXT_debug_report.txt Change log for March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07:00
VK_EXT_debug_utils.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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_EXT_vertex_attribute_divisor.txt Change log for March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -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 Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_16bit_storage.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_android_surface.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_bind_memory2.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_dedicated_allocation.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_descriptor_update_template.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_device_group.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_device_group_creation.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_external_fence_capabilities.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_external_memory_capabilities.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_external_semaphore_capabilities.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_get_physical_device_properties2.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_get_surface_capabilities2.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07:00
VK_KHR_maintenance2.txt Change log for March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07:00
VK_KHR_maintenance3.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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_multiview.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_push_descriptor.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_relaxed_block_layout.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_shader_draw_parameters.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -08:00
VK_KHR_variable_pointers.txt Change log for March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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_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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 Change log for March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07: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 March 7, 2018 Vulkan 1.1.70 spec update: 2018-03-07 04:18:52 -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 March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07:00
extensions.txt Change log for March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07:00
glossary.txt Change log for March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07: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 March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07:00
versions.txt Change log for March 16, 2018 Vulkan 1.1.71 spec update: 2018-03-17 04:04:05 -07:00