Vulkan-Docs/doc/specs/vulkan
Jon Leech ce3204c7dd Change 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.
2016-04-01 03:04:38 -07:00
..
appendices Change log for April 1, 2016 Vulkan 1.0.8 spec update: 2016-04-01 03:04:38 -07:00
chapters Change log for April 1, 2016 Vulkan 1.0.8 spec update: 2016-04-01 03:04:38 -07:00
config Change log for March 10, 2016 Vulkan 1.0.6 spec update: 2016-03-10 17:33:02 -08:00
enums Change log for March 4, 2016 Vulkan 1.0.5 spec update: 2016-03-03 05:06:18 -08:00
flags Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
funcpointers Change log for March 25, 2016 Vulkan 1.0.7 spec update: 2016-03-25 02:25:04 -07:00
hostsynctable Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
images Merge some binary files from private repository 2016-03-10 19:02:57 -08:00
man Change log for March 25, 2016 Vulkan 1.0.7 spec update: 2016-03-25 02:25:04 -07:00
protos Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
structs Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
style Change log for March 25, 2016 Vulkan 1.0.7 spec update: 2016-03-25 02:25:04 -07:00
validity Change log for April 1, 2016 Vulkan 1.0.8 spec update: 2016-04-01 03:04:38 -07:00
Makefile Change log for April 1, 2016 Vulkan 1.0.8 spec update: 2016-04-01 03:04:38 -07:00
README.html Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
README.md Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
README.txt Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
buildRelease Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
checkLinks.py Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
copyright.txt Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
genRelease Change branch names for released specs. 2016-02-16 02:10:24 -08:00
installRelease Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
sandboxCopy Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
vkapi.py Change log for March 10, 2016 Vulkan 1.0.6 spec update: 2016-03-10 17:33:02 -08:00
vkspec.txt Change log for March 10, 2016 Vulkan 1.0.6 spec update: 2016-03-10 17:33:02 -08:00

README.md

See README.html (asciidoc source in README.txt) for instructions and notes about building the spec. Unfortunately gitlab won't render HTML or Asciidoc in its web view page, so this README.md is of limited utility.