Vulkan-Docs/chapters
Jon Leech 099174883d 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.
2018-10-28 21:32:44 -07:00
..
VK_AMD_buffer_marker Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_EXT_acquire_xlib_display Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_EXT_blend_operation_advanced Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
VK_EXT_direct_mode_display Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_EXT_display_control Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_EXT_display_surface_counter Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_EXT_validation_cache Random markup fixes 2018-06-11 21:04:31 +02:00
VK_FUCHSIA_imagepipe_surface Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
VK_GOOGLE_display_timing Change log for August 13, 2018 Vulkan 1.1.83 spec update: 2018-08-13 06:23:03 -07:00
VK_KHR_android_surface Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_KHR_display Change log for October 13, 2018 Vulkan 1.1.88 spec update: 2018-10-13 03:23:03 -07:00
VK_KHR_display_swapchain Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_KHR_incremental_present Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_KHR_mir_surface Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_KHR_shared_presentable_image Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_KHR_surface Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
VK_KHR_swapchain Change log for October 13, 2018 Vulkan 1.1.88 spec update: 2018-10-13 03:23:03 -07:00
VK_KHR_wayland_surface Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
VK_KHR_win32_surface Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_KHR_xcb_surface Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_KHR_xlib_surface Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_MVK_ios_surface Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_MVK_macos_surface Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_NN_vi_surface Change log for October 13, 2018 Vulkan 1.1.88 spec update: 2018-10-13 03:23:03 -07:00
VK_NVX_device_generated_commands Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
VK_NVX_raytracing Change log for September 29, 2018 Vulkan 1.1.86 spec update: 2018-09-29 03:23:41 -07:00
VK_NV_clip_space_w_scaling Change log for March 5, 2018 Vulkan 1.1.72 spec update: 2018-04-05 04:24:56 -07:00
VK_NV_device_diagnostic_checkpoints Change log for August 13, 2018 Vulkan 1.1.83 spec update: 2018-08-13 06:23:03 -07:00
VK_NV_external_memory Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_NV_external_memory_capabilities Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_NV_external_memory_win32 Change log for June 18, 2018 Vulkan 1.1.78 spec update: 2018-06-18 01:46:28 -07:00
VK_NV_mesh_shader Change log for September 19, 2018 Vulkan 1.1.85 spec update: 2018-09-15 18:35:16 -07:00
VK_NV_win32_keyed_mutex Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_AMD_shader_info.txt Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_EXT_debug_marker.txt Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_EXT_debug_report.txt Change log for October 13, 2018 Vulkan 1.1.88 spec update: 2018-10-13 03:23:03 -07:00
VK_EXT_debug_utils.txt Merge pull request #800 from krOoze/fix788_debug_bit_vs_bitmask 2018-10-12 23:40:14 -07:00
VK_EXT_hdr_metadata.txt Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
VK_EXT_validation_flags.txt Restructure the repository to put the specification Makefile and 2018-04-04 23:08:43 -07:00
clears.txt Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
cmdbuffers.txt Change log for October 21, 2018 Vulkan 1.1.89 spec update: 2018-10-21 06:08:41 -07:00
copies.txt Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
debugging.txt Update the Object Type table 2018-10-03 17:55:15 +02:00
descriptorsets.txt Change log for October 28, 2018 Vulkan 1.1.90 spec update: 2018-10-28 21:32:44 -07:00
devsandqueues.txt Change log for October 13, 2018 Vulkan 1.1.88 spec update: 2018-10-13 03:23:03 -07:00
dispatch.txt Change log for September 19, 2018 Vulkan 1.1.85 spec update: 2018-09-15 18:35:16 -07:00
drawing.txt Change log for October 21, 2018 Vulkan 1.1.89 spec update: 2018-10-21 06:08:41 -07:00
extensions.txt Fix several more "a" vs "an" typos 2018-08-06 16:59:12 -06:00
features.txt Change log for October 28, 2018 Vulkan 1.1.90 spec update: 2018-10-28 21:32:44 -07:00
fragops.txt Change log for October 28, 2018 Vulkan 1.1.90 spec update: 2018-10-28 21:32:44 -07:00
framebuffer.txt Random markup fixes 2018-06-11 21:04:31 +02:00
fundamentals.txt Convert to pretty quotes 2018-10-09 01:41:40 +02:00
fxvertex.txt Change log for September 8, 2018 Vulkan 1.1.84 spec update: 2018-09-08 15:52:13 -07:00
geometry.txt Change log for August 13, 2018 Vulkan 1.1.83 spec update: 2018-08-13 06:23:03 -07:00
initialization.txt Convert to pretty quotes 2018-10-09 01:41:40 +02:00
interfaces.txt Change log for October 21, 2018 Vulkan 1.1.89 spec update: 2018-10-21 06:08:41 -07:00
introduction.txt Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
memory.txt Change log for October 13, 2018 Vulkan 1.1.88 spec update: 2018-10-13 03:23:03 -07:00
pipelines.txt Change log for October 28, 2018 Vulkan 1.1.90 spec update: 2018-10-28 21:32:44 -07:00
primsrast.txt Change log for October 28, 2018 Vulkan 1.1.90 spec update: 2018-10-28 21:32:44 -07:00
queries.txt Change log for October 13, 2018 Vulkan 1.1.88 spec update: 2018-10-13 03:23:03 -07:00
renderpass.txt Change log for October 28, 2018 Vulkan 1.1.90 spec update: 2018-10-28 21:32:44 -07:00
resources.txt Merge pull request #822 from krOoze/markup 2018-10-21 04:18:00 -07:00
samplers.txt Change log for June 10, 2018 Vulkan 1.1.77 spec update: 2018-06-10 19:43:40 -07:00
shaders.txt Convert to pretty quotes 2018-10-09 01:41:40 +02:00
sparsemem.txt Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
synchronization.txt Change log for October 21, 2018 Vulkan 1.1.89 spec update: 2018-10-21 06:08:41 -07:00
tessellation.txt Change log for October 7, 2018 Vulkan 1.1.87 spec update: 2018-10-07 06:10:21 -07:00
textures.txt Change log for October 28, 2018 Vulkan 1.1.90 spec update: 2018-10-28 21:32:44 -07:00
vertexpostproc.txt Change log for October 13, 2018 Vulkan 1.1.88 spec update: 2018-10-13 03:23:03 -07:00