Vulkan-Docs/doc/specs/vulkan
Jon Leech 7cba8f5d99 Change log for December 1, 2016 Vulkan 1.0.36 spec update:
* Bump API patch number and header version number to 36 for this update.

Github Issues:

  * Fix "recorded with" terminology in the valid usage language for the
    flink:vkCmdExecuteCommands::pname:pCommandBuffers parameter (public
    issue 390).
  * Modify +genvk.py+ to support specifying extensions to remove from output
    generators, allowing the extension loader +vulkan_ext.c+ to be created
    without WSI extensions which are statically exported by the Vulkan
    loader (public issue 412).
  * Added validation language for slink:VkSubpassDependency and in the
    <<synchronization-access-types-supported,supported access types>>
    section to catch access masks that include bits which are not supported
    by pipeline stages in the stage masks (partially addresses public issue
    1006).

Internal Issues:

  * Added validation language for flink:vkCmdWaitEvents,
    flink:vkQueueSubmit, flink:VkRenderPassCreateInfo, and in the
    <<synchronization-pipeline-stages-supported>> section to prevent
    recording stage dependencies that aren't supported on the queue
    (internal issue 516).
  * Make a few changes that generalize spec language for use with possible
    future extensions by adding glossary terms and generalizing ``feature''
    to ``feature or extension'' where relevant (internal issues 448, 590).
  * Added "pipeline type" attribute to +vk.xml+ for relevant commands and
    utilize it in automatic generation of the Command Properties table
    (internal issue 517).
  * Specify that WSI implementations must provide both UNORM and sRGB
    formats in the description of slink:VkColorSpaceKHR (internal issue
    529).
  * Remove nesting of explicit valid usage statements where it is not
    meaningful (internal issue 583).

Other Issues:

  * Add validity language requiring that
    slink:VkPushConstantRange::pname:offset be a multiple of 4, as stated in
    the spec language.
2016-12-02 03:32:05 -08:00
..
appendices Change log for December 1, 2016 Vulkan 1.0.36 spec update: 2016-12-02 03:32:05 -08:00
chapters Change log for December 1, 2016 Vulkan 1.0.36 spec update: 2016-12-02 03:32:05 -08:00
config Change log for September 30, 2016 Vulkan 1.0.29 spec update: 2016-09-30 21:13:37 -07:00
images Merge some binary files from private repository 2016-03-10 19:02:57 -08:00
man Change log for September 23, 2016 Vulkan 1.0.28 spec update: 2016-09-24 01:54:47 -07:00
scripts Change log for November 11, 2016 Vulkan 1.0.33 spec update: 2016-11-12 03:23:34 -08:00
style Change log for November 25, 2016 Vulkan 1.0.35 spec update: 2016-11-26 02:33:44 -08:00
Makefile Change log for December 1, 2016 Vulkan 1.0.36 spec update: 2016-12-02 03:32:05 -08:00
README.adoc Change log for September 16, 2016 Vulkan 1.0.27 spec update: 2016-09-16 21:22:17 -07:00
README.html Change log for November 11, 2016 Vulkan 1.0.33 spec update: 2016-11-12 03:23:34 -08:00
README.md Change log for July 22, 2016 Vulkan 1.0.22 spec update: 2016-07-23 03:15:48 -07:00
checkLinks.py Change log for November 25, 2016 Vulkan 1.0.35 spec update: 2016-11-26 02:33:44 -08:00
copyright-ccby.txt Change log for July 15, 2016 Vulkan 1.0.21 spec update: 2016-07-15 19:05:43 -07:00
copyright-spec.txt Change log for September 23, 2016 Vulkan 1.0.28 spec update: 2016-09-24 01:54:47 -07:00
genRef.py Change log for November 25, 2016 Vulkan 1.0.35 spec update: 2016-11-26 02:33:44 -08:00
genRelease Change log for November 11, 2016 Vulkan 1.0.33 spec update: 2016-11-12 03:23:34 -08:00
genspec.py Change log for November 25, 2016 Vulkan 1.0.35 spec update: 2016-11-26 02:33:44 -08:00
insertTags.py Change log for November 25, 2016 Vulkan 1.0.35 spec update: 2016-11-26 02:33:44 -08:00
installRelease Change log for September 16, 2016 Vulkan 1.0.27 spec update: 2016-09-16 21:22:17 -07:00
makeAllExts Change log for November 25, 2016 Vulkan 1.0.35 spec update: 2016-11-26 02:33:44 -08:00
makeExt Change log for September 16, 2016 Vulkan 1.0.27 spec update: 2016-09-16 21:22:17 -07:00
makeKHR Change log for September 16, 2016 Vulkan 1.0.27 spec update: 2016-09-16 21:22:17 -07:00
refDesc.py Change log for September 16, 2016 Vulkan 1.0.27 spec update: 2016-09-16 21:22:17 -07:00
refPageNotes.md Change log for July 10, 2016 Vulkan 1.0.20 spec update: 2016-07-10 18:13:41 -07:00
reflib.py Change log for November 25, 2016 Vulkan 1.0.35 spec update: 2016-11-26 02:33:44 -08:00
reflow.py Change log for November 18, 2016 Vulkan 1.0.34 spec update: 2016-11-18 02:33:28 -08:00
sandboxCopy Vulkan 1.0 branch 1.0 for release 2016-02-16 01:53:44 -08:00
styleguide.txt Change log for September 30, 2016 Vulkan 1.0.29 spec update: 2016-09-30 21:13:37 -07:00
vkspec.txt Change log for November 25, 2016 Vulkan 1.0.35 spec update: 2016-11-26 02:33:44 -08:00

README.md

See README.html (asciidoc source in README.adoc) 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.