Update some old date formats

This commit is contained in:
Petr Kraus 2017-10-26 19:45:00 +02:00
parent 5436521608
commit bf6a0a1137
8 changed files with 10 additions and 10 deletions

View File

@ -93,8 +93,8 @@ VERBOSE =
# ADOCOPTS options for asciidoc->HTML5 output
NOTEOPTS = -a editing-notes -a implementation-guide
SPECREVISION = 1.0.64
# Spell out RFC2822 format as not all date commands support -R
SPECDATE = $(shell echo `date -u "+%a, %d %b %Y %T %z"`)
# Spell out ISO 8601 format as not all date commands support --rfc-3339
SPECDATE = $(shell echo `date -u "+%Y-%m-%d %TZ"`)
# Generate Asciidoc attributes for spec remark
# Could use `git log -1 --format="%cd"` to get branch commit date

View File

@ -1,7 +1,7 @@
include::meta/VK_AMD_gpu_shader_int16.txt[]
*Last Modified Date*::
06/08/2017
2017-06-08
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::

View File

@ -1,7 +1,7 @@
include::meta/VK_AMD_shader_image_load_store_lod.txt[]
*Last Modified Date*::
08/21/2017
2017-08-21
*Interactions and External Dependencies*::
- This extension requires the
https://www.khronos.org/registry/spir-v/extensions/AMD/SPV_AMD_shader_image_load_store_lod.html[+SPV_AMD_shader_image_load_store_lod+]

View File

@ -1,7 +1,7 @@
include::meta/VK_AMD_texture_gather_bias_lod.txt[]
*Last Modified Date*::
03/21/2017
2017-03-21
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::

View File

@ -1,7 +1,7 @@
include::meta/VK_EXT_shader_stencil_export.txt[]
*Last Modified Date*::
07/19/2017
2017-07-19
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::

View File

@ -5,7 +5,7 @@
include::meta/VK_KHR_maintenance2.txt[]
*Last Modified Date*::
Tue 28 Apr 2017
2017-04-28
*Contributors*::
- Michael Worcester, Imagination Technologies
- Stuart Smith, Imagination Technologies
@ -136,4 +136,4 @@ unextended Vulkan to have a default of an upper-left origin.
=== Version History
* Revision 1, Tue 28 Apr 2017
* Revision 1, 2017-04-28

View File

@ -1,7 +1,7 @@
include::meta/VK_NN_vi_surface.txt[]
*Last Modified Date*::
2016-12-2
2016-12-02
*IP Status*::
No known IP claims.
*Contributors*::

View File

@ -897,7 +897,7 @@ In this case, the application can: use any valid elink:VkFormat value.
====
In the initial release of the +VK_KHR_surface+ and +VK_KHR_swapchain+
extensions, the token ename:VK_COLORSPACE_SRGB_NONLINEAR_KHR was used.
Starting in the May 13, 2016 updates to the extension branches, matching
Starting in the 2016-05-13 updates to the extension branches, matching
release 1.0.13 of the core API specification,
ename:VK_COLOR_SPACE_SRGB_NONLINEAR_KHR is used instead for consistency with
Vulkan naming rules.