Vulkan-Docs/doc/specs/vulkan/chapters
Jon Leech 0a1c49409f 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:
2017-10-28 02:15:09 -07:00
..
VK_EXT_acquire_xlib_display Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_EXT_blend_operation_advanced Change log for August 14, 2017 Vulkan 1.0.58 spec update: 2017-08-14 01:58:07 -07:00
VK_EXT_direct_mode_display Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_EXT_display_control Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_EXT_display_surface_counter Change log for August 14, 2017 Vulkan 1.0.58 spec update: 2017-08-14 01:58:07 -07:00
VK_EXT_validation_cache Change log for September 5, 2017 Vulkan 1.0.60 spec update: 2017-09-04 03:06:55 -07:00
VK_GOOGLE_display_timing Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_IMG_filter_cubic Change log for October 6, 2017 Vulkan 1.0.62 spec update: 2017-10-06 21:51:59 -07:00
VK_KHR_16bit_storage Change log for August 14, 2017 Vulkan 1.0.58 spec update: 2017-08-14 01:58:07 -07:00
VK_KHR_android_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_KHR_display Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_KHR_display_swapchain Change log for October 6, 2017 Vulkan 1.0.62 spec update: 2017-10-06 21:51:59 -07:00
VK_KHR_incremental_present Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_KHR_mir_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_KHR_shared_presentable_image Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_KHR_surface Merge pull request #602 from krOoze/fix_math_markup 2017-10-26 16:36:28 -07:00
VK_KHR_swapchain Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
VK_KHR_wayland_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_KHR_win32_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_KHR_xcb_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_KHR_xlib_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_MVK_ios_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_MVK_macos_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_NN_vi_surface Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_NVX_device_generated_commands Change log for August 14, 2017 Vulkan 1.0.58 spec update: 2017-08-14 01:58:07 -07:00
VK_NV_clip_space_w_scaling Update VkPipelineViewportWScalingStateCreateInfoNV 2017-10-18 12:41:42 +02:00
VK_NV_external_memory Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_NV_external_memory_capabilities Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_NV_external_memory_win32 Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_NV_win32_keyed_mutex Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07: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_EXT_debug_marker.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
VK_EXT_debug_report.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
VK_EXT_hdr_metadata.txt Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
VK_EXT_validation_flags.txt Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
clears.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
cmdbuffers.txt Merge pull request #547 from krOoze/pointer_implicit_validity 2017-10-26 16:19:38 -07:00
copies.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
debugging.txt Change log for September 5, 2017 Vulkan 1.0.60 spec update: 2017-09-04 03:06:55 -07:00
descriptorsets.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
devsandqueues.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
dispatch.txt Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
drawing.txt Fix vkCmdDraw*AMD minor text bugs 2017-10-07 20:52:14 +02:00
extensions.txt Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
features.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
fragops.txt Clarify pointer autovalidity and threading 2017-10-14 02:42:50 +02:00
framebuffer.txt Change log for October 6, 2017 Vulkan 1.0.62 spec update: 2017-10-06 21:51:59 -07:00
fundamentals.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
fxvertex.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
geometry.txt Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
initialization.txt Change log for June 24, 2017 Vulkan 1.0.53 spec update: 2017-06-26 19:32:10 -07:00
interfaces.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
introduction.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
memory.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
pipelines.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
primsrast.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
queries.txt Change log for September 5, 2017 Vulkan 1.0.60 spec update: 2017-09-04 03:06:55 -07:00
renderpass.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
resources.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
samplers.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
shaders.txt Change log for October 20, 2017 Vulkan 1.0.64 spec update: 2017-10-20 17:18:37 -07:00
sparsemem.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
synchronization.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
tessellation.txt Change log for September 15, 2017 Vulkan 1.0.61 spec update: 2017-09-14 22:41:33 -07:00
textures.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00
vertexpostproc.txt Change log for October 27, 2017 Vulkan 1.0.65 spec update: 2017-10-28 02:15:09 -07:00