2016-02-16 09:53:44 +00:00
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
|
|
|
# Vim temp files
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
# Python cache
|
|
|
|
__pycache__
|
2016-11-18 10:33:28 +00:00
|
|
|
*.pyc
|
2016-02-16 09:53:44 +00:00
|
|
|
|
2016-09-17 04:22:17 +00:00
|
|
|
# Spec build generated, temporary, and output files
|
|
|
|
|
|
|
|
# Files generated from vk.xml
|
2018-04-05 06:08:43 +00:00
|
|
|
api
|
|
|
|
hostsynctable
|
|
|
|
validity
|
|
|
|
appendices/meta
|
2016-09-17 04:22:17 +00:00
|
|
|
|
|
|
|
# Files generated by extraction from spec source
|
2018-04-05 06:08:43 +00:00
|
|
|
man/PFN*.txt
|
Change log for November 18, 2018 Vulkan 1.1.93 spec update:
* Update release number to 93.
Public Issues:
* Add spec language for ename:VK_INDEX_TYPE_NONE_NV and fix up
slink:VkAccelerationStructureTypeNV (public issue 848).
* Add missing suffix in description of slink:VkSubpassDescription2KHR
parameters (public pull request 851).
* Fix miscellaneous typos (public pull request 855).
* Add driver ID for Pastel (public pull request 856).
* Add missing include directive for slink:VkMemoryWin32HandlePropertiesKHR
implicit valid usage statements (public pull request 857).
Internal Issues:
* Restrict the storage classes permitted for SPIR-V atomics to what is
actually supported, in the <<spirvenv-module-validation, Validation
Rules within a Module>> section (internal issue 1123).
* Add a missing Valid Usage statement to slink:VkRenderPassCreateInfo for
the case pname:stencilLoadOp == ename:VK_LOAD_OP_CLEAR, pname:layout ==
ename:VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL (internal issue
1408).
* Modify optimize-pdf script and Makefile to retain non-optimized original
PDF on errors (internal issue 1435).
* Add <<spirvenv-module-validation, SPIR-V validation rules>> stating that
only the listed code:BuiltIn decorations are permitted, and only when
relevante features and extensions are enabled (internal issue 1449).
* Remove some duplicated Valid Usage IDs created via cut & paste error
(internal issue 1455).
* Build HTML output for extension reference pages (internal issue 1461).
** Improve genRef.py handling of aliases defined inside other refpages.
** Emit aliases in pygenerator.py.
** Add XML noautovalidity flag for VkRenderPassCreateFlags until there
are some corresponding FlagBits defined.
** Corrected types= attribute on some refpage blocks to 'flags'
** Added refpage blocks for some missing types detected by CI tests.
* Fixed many Valid Usage statement issues in slink:VkRenderPassCreateInfo,
slink:VkSubpassDescription, slink:VkSubpassDescription2KHR,
slink:VkSubpassDependency2KHR, flink:vkCmdBeginRenderPass,
flink:vkCmdBeginRenderPass2KHR, and slink:VkRenderPassBeginInfo
discovered while adding `VK_KHR_create_renderpass2` to the validation
layers.
New Extensions:
* `VK_EXT_scalar_block_layout`
* `VK_EXT_separate_stencil_usage`
2018-11-18 10:55:14 +00:00
|
|
|
man/A[A-Z][a-z]*.txt
|
2018-04-05 06:08:43 +00:00
|
|
|
man/[Vv][Kk]*.txt
|
2018-04-09 23:10:03 +00:00
|
|
|
man/apispec.txt
|
|
|
|
man/logfile
|
2016-09-17 04:22:17 +00:00
|
|
|
|
|
|
|
# Files otherwise generated by the Makefile
|
2018-04-05 06:08:43 +00:00
|
|
|
specversion.txt
|
2018-04-09 23:10:03 +00:00
|
|
|
vkapi.py
|
2016-09-17 04:22:17 +00:00
|
|
|
|
|
|
|
# Output files and directories
|
2018-04-09 23:10:03 +00:00
|
|
|
out/**
|
|
|
|
!out/index.html
|
2016-02-16 09:53:44 +00:00
|
|
|
|
2016-09-17 04:22:17 +00:00
|
|
|
# Files generated by the vulkan.h build
|
2018-04-09 23:10:03 +00:00
|
|
|
xml/diag.txt
|
2016-02-16 09:53:44 +00:00
|
|
|
|
|
|
|
# OS X folder attributes
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Auto-generated files
|
2018-04-05 06:08:43 +00:00
|
|
|
# */timeMarker
|