Skip to content

Commit

Permalink
build: Prepare for release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aqnuep committed Oct 14, 2024
1 parent 91c4270 commit 5a1a825
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
3 changes: 2 additions & 1 deletion devsim/profiles_generated.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,8 @@ static bool IsInstanceExtension(const char* name) {
"VK_EXT_debug_utils",
"VK_EXT_validation_features",
"VK_EXT_headless_surface",
"VK_EXT_application_parameters"
"VK_EXT_application_parameters",
"VK_EXT_layer_settings"
};

bool result = false;
Expand Down
2 changes: 1 addition & 1 deletion icd/VkICD_mock_icd_vksc.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"file_format_version": "1.0.1",
"ICD": {
"library_path": "@JSON_LIBRARY_PATH@",
"api_version": "1.0.15"
"api_version": "1.0.16"
}
}
2 changes: 2 additions & 0 deletions icd/generated-vksc/function_declarations.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static const std::unordered_map<std::string, uint32_t> instance_extension_map =
{"VK_EXT_validation_features", 6},
{"VK_EXT_headless_surface", 1},
{"VK_EXT_application_parameters", 1},
{"VK_EXT_layer_settings", 2},
};
// Map of device extension name to version
static const std::unordered_map<std::string, uint32_t> device_extension_map = {
Expand Down Expand Up @@ -1895,6 +1896,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL CreateSemaphoreSciSyncPoolNV(
VkSemaphoreSciSyncPoolNV* pSemaphorePool);
#endif /* VK_USE_PLATFORM_SCI */


#ifdef VK_USE_PLATFORM_SCREEN_QNX

static VKAPI_ATTR VkResult VKAPI_CALL GetScreenBufferPropertiesQNX(
Expand Down
1 change: 1 addition & 0 deletions icd/generated-vksc/function_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -3556,6 +3556,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL CreateSemaphoreSciSyncPoolNV(
}
#endif /* VK_USE_PLATFORM_SCI */


#ifdef VK_USE_PLATFORM_SCREEN_QNX

static VKAPI_ATTR VkResult VKAPI_CALL GetScreenBufferPropertiesQNX(
Expand Down
9 changes: 9 additions & 0 deletions icd/generated-vksc/vk_typemap_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -3223,6 +3223,15 @@ template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_DEVICE_SEMAPHORE_SCI_SYNC_POOL_
};

#endif // VK_USE_PLATFORM_SCI
// Map type VkLayerSettingsCreateInfoEXT to id VK_STRUCTURE_TYPE_LAYER_SETTINGS_CREATE_INFO_EXT
template <> struct LvlTypeMap<VkLayerSettingsCreateInfoEXT> {
static const VkStructureType kSType = VK_STRUCTURE_TYPE_LAYER_SETTINGS_CREATE_INFO_EXT;
};

template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_LAYER_SETTINGS_CREATE_INFO_EXT> {
typedef VkLayerSettingsCreateInfoEXT Type;
};

#ifdef VK_USE_PLATFORM_SCREEN_QNX
// Map type VkScreenBufferPropertiesQNX to id VK_STRUCTURE_TYPE_SCREEN_BUFFER_PROPERTIES_QNX
template <> struct LvlTypeMap<VkScreenBufferPropertiesQNX> {
Expand Down
6 changes: 3 additions & 3 deletions scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cmake_options": [
"-DGEN_VULKANSC_COMBINED=ON"
],
"commit": "662d344a7910de45a523f11efd8af7479c71e29e"
"commit": "vksc1.0.16"
},
{
"name": "Vulkan-Utility-Libraries",
Expand All @@ -28,7 +28,7 @@
"sub_dir": "Vulkan-Utility-Libraries",
"build_dir": "Vulkan-Utility-Libraries/build",
"install_dir": "Vulkan-Utility-Libraries/build/install",
"commit": "6d51694ec8fa6e68b2f21291533e1efae31f9b71",
"commit": "vksc1.0.16",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
Expand Down Expand Up @@ -149,7 +149,7 @@
"cmake_options": [
"-DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
],
"commit": "c59c24a2b43714fbd73686acbb2de37392d04747",
"commit": "vksc1.0.16",
"build_platforms": [
"windows",
"linux",
Expand Down

0 comments on commit 5a1a825

Please sign in to comment.