aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2022-09-29 11:32:12 -0700
committerMike Schuchardt <mikes@lunarg.com>2022-09-29 12:42:06 -0700
commit467f61cd34b30a817d3b9c8fddecd661dc86e1fe (patch)
treee5887e94107fe6afaeea8d999cdad087d707eb21 /scripts
parentfacac95131acfa1594c6eae82916e24641d93358 (diff)
downloadusermoji-467f61cd34b30a817d3b9c8fddecd661dc86e1fe.tar.xz
build: Update to header 1.3.230
- Update known-good - Generate source
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py81
-rw-r--r--scripts/known_good.json4
2 files changed, 82 insertions, 3 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index ad3f9240..0217575b 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -1170,6 +1170,9 @@ VK_EXT_custom_border_color = Extension(name='VK_EXT_custom_border_color', versio
VK_GOOGLE_user_type = Extension(name='VK_GOOGLE_user_type', version=1, guard=None, commands=[
])
+VK_NV_present_barrier = Extension(name='VK_NV_present_barrier', version=1, guard=None, commands=[
+])
+
VK_EXT_private_data = Extension(name='VK_EXT_private_data', version=1, guard=None, commands=[
Command(name='vkCreatePrivateDataSlotEXT', dispatch='VkDevice'),
Command(name='vkDestroyPrivateDataSlotEXT', dispatch='VkDevice'),
@@ -1221,6 +1224,10 @@ VK_EXT_attachment_feedback_loop_layout = Extension(name='VK_EXT_attachment_feedb
VK_EXT_4444_formats = Extension(name='VK_EXT_4444_formats', version=1, guard=None, commands=[
])
+VK_EXT_device_fault = Extension(name='VK_EXT_device_fault', version=1, guard=None, commands=[
+ Command(name='vkGetDeviceFaultInfoEXT', dispatch='VkDevice'),
+])
+
VK_ARM_rasterization_order_attachment_access = Extension(name='VK_ARM_rasterization_order_attachment_access', version=1, guard=None, commands=[
])
@@ -1242,6 +1249,9 @@ VK_EXT_vertex_input_dynamic_state = Extension(name='VK_EXT_vertex_input_dynamic_
VK_EXT_physical_device_drm = Extension(name='VK_EXT_physical_device_drm', version=1, guard=None, commands=[
])
+VK_EXT_device_address_binding_report = Extension(name='VK_EXT_device_address_binding_report', version=1, guard=None, commands=[
+])
+
VK_EXT_depth_clip_control = Extension(name='VK_EXT_depth_clip_control', version=1, guard=None, commands=[
])
@@ -1297,6 +1307,23 @@ VK_EXT_multi_draw = Extension(name='VK_EXT_multi_draw', version=1, guard=None, c
VK_EXT_image_2d_view_of_3d = Extension(name='VK_EXT_image_2d_view_of_3d', version=1, guard=None, commands=[
])
+VK_EXT_opacity_micromap = Extension(name='VK_EXT_opacity_micromap', version=2, guard=None, commands=[
+ Command(name='vkCreateMicromapEXT', dispatch='VkDevice'),
+ Command(name='vkDestroyMicromapEXT', dispatch='VkDevice'),
+ Command(name='vkCmdBuildMicromapsEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkBuildMicromapsEXT', dispatch='VkDevice'),
+ Command(name='vkCopyMicromapEXT', dispatch='VkDevice'),
+ Command(name='vkCopyMicromapToMemoryEXT', dispatch='VkDevice'),
+ Command(name='vkCopyMemoryToMicromapEXT', dispatch='VkDevice'),
+ Command(name='vkWriteMicromapsPropertiesEXT', dispatch='VkDevice'),
+ Command(name='vkCmdCopyMicromapEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdCopyMicromapToMemoryEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdCopyMemoryToMicromapEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdWriteMicromapsPropertiesEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkGetDeviceMicromapCompatibilityEXT', dispatch='VkDevice'),
+ Command(name='vkGetMicromapBuildSizesEXT', dispatch='VkDevice'),
+])
+
VK_EXT_load_store_op_none = Extension(name='VK_EXT_load_store_op_none', version=1, guard=None, commands=[
])
@@ -1333,6 +1360,40 @@ VK_EXT_image_compression_control_swapchain = Extension(name='VK_EXT_image_compre
VK_QCOM_image_processing = Extension(name='VK_QCOM_image_processing', version=1, guard=None, commands=[
])
+VK_EXT_extended_dynamic_state3 = Extension(name='VK_EXT_extended_dynamic_state3', version=2, guard=None, commands=[
+ Command(name='vkCmdSetTessellationDomainOriginEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetDepthClampEnableEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetPolygonModeEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetRasterizationSamplesEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetSampleMaskEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetAlphaToCoverageEnableEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetAlphaToOneEnableEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetLogicOpEnableEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetColorBlendEnableEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetColorBlendEquationEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetColorWriteMaskEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetRasterizationStreamEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetConservativeRasterizationModeEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetExtraPrimitiveOverestimationSizeEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetDepthClipEnableEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetSampleLocationsEnableEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetColorBlendAdvancedEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetProvokingVertexModeEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetLineRasterizationModeEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetLineStippleEnableEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetDepthClipNegativeOneToOneEXT', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetViewportWScalingEnableNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetViewportSwizzleNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetCoverageToColorEnableNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetCoverageToColorLocationNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetCoverageModulationModeNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetCoverageModulationTableEnableNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetCoverageModulationTableNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetShadingRateImageEnableNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetRepresentativeFragmentTestEnableNV', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdSetCoverageReductionModeNV', dispatch='VkCommandBuffer'),
+])
+
VK_EXT_subpass_merge_feedback = Extension(name='VK_EXT_subpass_merge_feedback', version=2, guard=None, commands=[
])
@@ -1344,9 +1405,20 @@ VK_EXT_shader_module_identifier = Extension(name='VK_EXT_shader_module_identifie
VK_EXT_rasterization_order_attachment_access = Extension(name='VK_EXT_rasterization_order_attachment_access', version=1, guard=None, commands=[
])
+VK_NV_optical_flow = Extension(name='VK_NV_optical_flow', version=1, guard=None, commands=[
+ Command(name='vkGetPhysicalDeviceOpticalFlowImageFormatsNV', dispatch='VkPhysicalDevice'),
+ Command(name='vkCreateOpticalFlowSessionNV', dispatch='VkDevice'),
+ Command(name='vkDestroyOpticalFlowSessionNV', dispatch='VkDevice'),
+ Command(name='vkBindOpticalFlowSessionImageNV', dispatch='VkDevice'),
+ Command(name='vkCmdOpticalFlowExecuteNV', dispatch='VkCommandBuffer'),
+])
+
VK_EXT_legacy_dithering = Extension(name='VK_EXT_legacy_dithering', version=1, guard=None, commands=[
])
+VK_EXT_pipeline_protected_access = Extension(name='VK_EXT_pipeline_protected_access', version=1, guard=None, commands=[
+])
+
VK_QCOM_tile_properties = Extension(name='VK_QCOM_tile_properties', version=1, guard=None, commands=[
Command(name='vkGetFramebufferTilePropertiesQCOM', dispatch='VkDevice'),
Command(name='vkGetDynamicRenderingTilePropertiesQCOM', dispatch='VkDevice'),
@@ -1520,7 +1592,7 @@ VK_QNX_screen_surface = Extension(name='VK_QNX_screen_surface', version=1, guard
Command(name='vkGetPhysicalDeviceScreenPresentationSupportQNX', dispatch='VkPhysicalDevice'),
])
-VK_KHR_video_queue = Extension(name='VK_KHR_video_queue', version=6, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[
+VK_KHR_video_queue = Extension(name='VK_KHR_video_queue', version=7, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[
Command(name='vkGetPhysicalDeviceVideoCapabilitiesKHR', dispatch='VkPhysicalDevice'),
Command(name='vkGetPhysicalDeviceVideoFormatPropertiesKHR', dispatch='VkPhysicalDevice'),
Command(name='vkCreateVideoSessionKHR', dispatch='VkDevice'),
@@ -1769,6 +1841,7 @@ extensions = [
VK_EXT_robustness2,
VK_EXT_custom_border_color,
VK_GOOGLE_user_type,
+ VK_NV_present_barrier,
VK_EXT_private_data,
VK_EXT_pipeline_creation_cache_control,
VK_NV_device_diagnostics_config,
@@ -1784,12 +1857,14 @@ extensions = [
VK_EXT_image_compression_control,
VK_EXT_attachment_feedback_loop_layout,
VK_EXT_4444_formats,
+ VK_EXT_device_fault,
VK_ARM_rasterization_order_attachment_access,
VK_EXT_rgba10x6_formats,
VK_NV_acquire_winrt_display,
VK_VALVE_mutable_descriptor_type,
VK_EXT_vertex_input_dynamic_state,
VK_EXT_physical_device_drm,
+ VK_EXT_device_address_binding_report,
VK_EXT_depth_clip_control,
VK_EXT_primitive_topology_list_restart,
VK_HUAWEI_subpass_shading,
@@ -1804,6 +1879,7 @@ extensions = [
VK_EXT_image_view_min_lod,
VK_EXT_multi_draw,
VK_EXT_image_2d_view_of_3d,
+ VK_EXT_opacity_micromap,
VK_EXT_load_store_op_none,
VK_EXT_border_color_swizzle,
VK_EXT_pageable_device_local_memory,
@@ -1815,10 +1891,13 @@ extensions = [
VK_GOOGLE_surfaceless_query,
VK_EXT_image_compression_control_swapchain,
VK_QCOM_image_processing,
+ VK_EXT_extended_dynamic_state3,
VK_EXT_subpass_merge_feedback,
VK_EXT_shader_module_identifier,
VK_EXT_rasterization_order_attachment_access,
+ VK_NV_optical_flow,
VK_EXT_legacy_dithering,
+ VK_EXT_pipeline_protected_access,
VK_QCOM_tile_properties,
VK_SEC_amigo_profiling,
VK_EXT_mutable_descriptor_type,
diff --git a/scripts/known_good.json b/scripts/known_good.json
index a25a203c..9eb3026a 100644
--- a/scripts/known_good.json
+++ b/scripts/known_good.json
@@ -6,7 +6,7 @@
"sub_dir" : "Vulkan-Headers",
"build_dir" : "Vulkan-Headers/build",
"install_dir" : "Vulkan-Headers/build/install",
- "commit" : "v1.3.229"
+ "commit" : "v1.3.230"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.3.229",
+ "commit" : "v1.3.230",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",