Skip to content

Commit

Permalink
Updated third-party modules
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jul 29, 2023
1 parent 8129422 commit a9f9f4b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ See [Apache 2.0 license](License.txt).

This project has some third-party dependencies, each of which may have independent licensing:

* [Vulkan-Headers](https://github.com/KhronosGroup/Vulkan-Headers): Vulkan Header files and API registry ([Apache License 2.0](https://github.com/DiligentGraphics/Vulkan-Headers/blob/master/LICENSE.txt)).
* [Vulkan-Headers](https://github.com/KhronosGroup/Vulkan-Headers): Vulkan Header files and API registry ([Apache License 2.0](https://github.com/DiligentGraphics/Vulkan-Headers/blob/master/LICENSE.md)).
* [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross): SPIRV parsing and cross-compilation tools ([Apache License 2.0](https://github.com/DiligentGraphics/SPIRV-Cross/blob/master/LICENSE)).
* [SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers): SPIRV header files ([Khronos MIT-like license](https://github.com/DiligentGraphics/SPIRV-Headers/blob/master/LICENSE)).
* [SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools): SPIRV optimization and validation tools ([Apache License 2.0](https://github.com/DiligentGraphics/SPIRV-Tools/blob/master/LICENSE)).
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (VULKAN_SUPPORTED OR METAL_SUPPORTED)
set(Vulkan-Headers_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Vulkan-Headers")
add_library(Vulkan::Headers ALIAS Vulkan-Headers)
target_include_directories(Vulkan-Headers INTERFACE "${Vulkan-Headers_SOURCE_DIR}/include")
install(FILES "${Vulkan-Headers_SOURCE_DIR}/LICENSE.txt" DESTINATION "Licenses/ThirdParty/${DILIGENT_CORE_DIR}" RENAME Vulkan-Headers-License.txt)
install(FILES "${Vulkan-Headers_SOURCE_DIR}/LICENSE.md" DESTINATION "Licenses/ThirdParty/${DILIGENT_CORE_DIR}" RENAME Vulkan-Headers-License.md)
endif()

option(DILIGENT_NO_GLSLANG "Do NOT build glslang compiler" OFF)
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/SPIRV-Cross
Submodule SPIRV-Cross updated 519 files
2 changes: 1 addition & 1 deletion ThirdParty/SPIRV-Tools
Submodule SPIRV-Tools updated 350 files
2 changes: 1 addition & 1 deletion ThirdParty/Vulkan-Headers
Submodule Vulkan-Headers updated 75 files
+8 −0 .gitattributes
+0 −1 .github/ISSUE_TEMPLATE/bug_report.md
+0 −1 .github/pull_request_template.md
+89 −0 .github/workflows/ci.yml
+0 −58 .github/workflows/linux.yml
+8 −0 .gitignore
+19 −0 .reuse/dep5
+8 −13 BUILD.gn
+0 −2 BUILD.md
+14 −48 CMakeLists.txt
+10 −0 CODE_OF_CONDUCT.adoc
+0 −1 CODE_OF_CONDUCT.md
+1 −1 CONTRIBUTING.md
+18 −0 LICENSE.md
+0 −0 LICENSES/Apache-2.0.txt
+9 −0 LICENSES/MIT.txt
+22 −10 README.md
+0 −5 cmake/VulkanHeadersConfig.cmake.in
+3 −2 include/vk_video/vulkan_video_codec_h264std.h
+4 −2 include/vk_video/vulkan_video_codec_h264std_decode.h
+43 −29 include/vk_video/vulkan_video_codec_h264std_encode.h
+8 −6 include/vk_video/vulkan_video_codec_h265std.h
+4 −2 include/vk_video/vulkan_video_codec_h265std_decode.h
+64 −54 include/vk_video/vulkan_video_codec_h265std_encode.h
+6 −1 include/vk_video/vulkan_video_codecs_common.h
+5 −19 include/vulkan/vk_icd.h
+4 −26 include/vulkan/vk_layer.h
+1 −1 include/vulkan/vk_platform.h
+3,023 −0 include/vulkan/vulkan.cppm
+9 −1 include/vulkan/vulkan.h
+1,737 −376 include/vulkan/vulkan.hpp
+3 −1 include/vulkan/vulkan_android.h
+500 −245 include/vulkan/vulkan_beta.h
+1,243 −83 include/vulkan/vulkan_core.h
+2 −1 include/vulkan/vulkan_directfb.h
+1,256 −898 include/vulkan/vulkan_enums.hpp
+1,627 −0 include/vulkan/vulkan_extension_inspection.hpp
+64 −10 include/vulkan/vulkan_format_traits.hpp
+5 −1 include/vulkan/vulkan_fuchsia.h
+3,075 −1,684 include/vulkan/vulkan_funcs.hpp
+3 −1 include/vulkan/vulkan_ggp.h
+5,155 −4,281 include/vulkan/vulkan_handles.hpp
+1,272 −175 include/vulkan/vulkan_hash.hpp
+2 −1 include/vulkan/vulkan_ios.h
+2 −1 include/vulkan/vulkan_macos.h
+3 −1 include/vulkan/vulkan_metal.h
+3,896 −2,500 include/vulkan/vulkan_raii.hpp
+55 −1 include/vulkan/vulkan_screen.h
+622 −100 include/vulkan/vulkan_static_assertions.hpp
+9,869 −1,646 include/vulkan/vulkan_structs.hpp
+805 −301 include/vulkan/vulkan_to_string.hpp
+2 −1 include/vulkan/vulkan_vi.h
+2,696 −0 include/vulkan/vulkan_video.hpp
+2 −1 include/vulkan/vulkan_wayland.h
+10 −1 include/vulkan/vulkan_win32.h
+2 −1 include/vulkan/vulkan_xcb.h
+2 −1 include/vulkan/vulkan_xlib.h
+2 −1 include/vulkan/vulkan_xlib_xrandr.h
+12 −2 registry/apiconventions.py
+5 −1 registry/cgenerator.py
+40 −1 registry/generator.py
+318 −11 registry/genvk.py
+424 −0 registry/parse_dependency.py
+243 −36 registry/reg.py
+10 −1 registry/spec_tools/conventions.py
+1 −1 registry/spec_tools/util.py
+28,537 −22,717 registry/validusage.json
+96 −63 registry/video.xml
+3,420 −904 registry/vk.xml
+22 −1 registry/vkconventions.py
+18 −12 tests/CMakeLists.txt
+30 −0 tests/add_subdirectory/CMakeLists.txt
+18 −11 tests/find_package/CMakeLists.txt
+8 −0 tests/vk_icd.c
+9 −2 tests/vk_layer.c
2 changes: 1 addition & 1 deletion ThirdParty/glslang
Submodule glslang updated 230 files
2 changes: 1 addition & 1 deletion ThirdParty/googletest
Submodule googletest updated 114 files
2 changes: 1 addition & 1 deletion ThirdParty/volk

0 comments on commit a9f9f4b

Please sign in to comment.