diff --git a/ChangeLog.txt b/ChangeLog.txt index fdc9f809..00e200de 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1394,11 +1394,11 @@ Internal Issues: Other Issues: - * Reflowed text of the entire spec using the 'reflow' Makefile gater, - to (hopefully) reduce future internal git churn as edits are made - and extensions added in return for one-time pain. This has no - perceptible change on the spec outputs but considerable changes on - the asciidoc source (internal issue 367). + * Reflowed text of the entire spec using the 'reflow' Makefile target, to + (hopefully) reduce future internal git churn as edits are made and + extensions added in return for one-time pain. This has no perceptible + effect on the spec outputs, but considerable changes on the asciidoc + source (internal issue 367). ----------------------------------------------------- @@ -1558,3 +1558,43 @@ Internal Issues: validity. Doesn't affect output, other than some statements appearing in another block now (internal issue 513). +----------------------------------------------------- + +Change log for November 11, 2016 Vulkan 1.0.33 spec update: + + * Bump API patch number and header version number to 33 for this update. + +Github Issues: + + * Added implicit external synchronization parameters to + vkBegin/EndCommandBuffer, and fixed missing command pool host + synchronization from per-command lists (public issue 398). + * Started using git tags including the spec release number, such as + 'v1.0.32-core', instead of tags including the date of release, such as + 'v1.0-core-20161025' (public issue 405). + +Internal Issues: + + * Add validity constraint for + slink:VkImportMemoryWin32HandleInfoNV::pname:handle (internal issue + #480). + * Add scripts to compare two Vulkan HTML specifications, derived from W3 + htmldiff service (internal issue 525). + * Relax requirement that memoryTypeBits can't depend on format, to allow + it to differ only for depth/stencil formats (internal issue 544). + * Add a new generator script to create a simple extension loader for + Vulkan based on +vk.xml+ (internal issue 558). + * Add the overlooked requirement that buffer and image memory + alignment requirements must be a power of two in the + <> section + (internal issue 569). + +Other Issues: + + * Add a naming rule to the style guide for members of extension structures + defining array lengths which are the same as array lengths of the core + structure they are chained from. + * Add a new generator to create a simple extension loader in + +src/ext_loader/vulkan_ext.[ch]+ from +vk.xml+. This code can be + included in your project, and is expected to be packaged in the Vulkan + SDK provided by LunarG in the future. diff --git a/doc/specs/vulkan/Makefile b/doc/specs/vulkan/Makefile index 5ffca396..a7934f85 100644 --- a/doc/specs/vulkan/Makefile +++ b/doc/specs/vulkan/Makefile @@ -160,7 +160,7 @@ GENDEPENDS = api/timeMarker validity/timeMarker hostsynctable/timeMarker COMMONDOCS = $(CHAPTERS) $(GENINCLUDE) $(GENDEPENDS) # A generated included file containing the spec version, date, and git commit SPECVERSION = specversion.txt -SPECREVISION = 1.0.32 +SPECREVISION = 1.0.33 SPECREMARK = # Spec targets diff --git a/doc/specs/vulkan/README.html b/doc/specs/vulkan/README.html index 1aca9bcd..cc45ccc9 100644 --- a/doc/specs/vulkan/README.html +++ b/doc/specs/vulkan/README.html @@ -1288,39 +1288,39 @@ Devel/git (2.5.1-1) - Needed for updating specversion.txt