Commit dada0d3
Merge Fixes for Geotex streaming#952 (#1002)
* Fix so that code can run in examples branch
* update examples
* update examples
* ieee754::flipSign update, flipSign_helper::FloatingPoint fix
* Change examples submodule
* Update submodule pointer
* Update CMakePresets.json, forgot to commit and push new n4ce preset
* update examples
* asset::IShaderCompiler::E_DEBUG_INFO_FLAGS::EDIF_NONE for NSC
* add debug info flags to ILogicalDevice::compileShader
* Point submodule to geotex branch
* IUtilities Allow for null (0 sized) staging buffers for download/upload
* Cmake "NBL_SKIP_BUILD_OPTIONS_VALIDATION": "ON"
* Small MonoDeviceApp fix and update examples
* update examples
* Update Vulkan-Headers to 1.4.332
* update 3rdparty/Vulkan-Tools]
* update smoke test to cover n4ce case, update 3rdparty/SPIRV-Tools submodule
* add include/nbl/system/json.h and wipe nlohmann/json_fwd.hpp from public header interface
* fix json ambiguity, update examples_tests submodule
* update examples
* update examples
* update merged examples
* update examples
* Change submodule pointer to point to tgeotex streaming
* update merged examples
* after merge fixes
* Update examples_tests pointer for CAD fix
* Shorten resource archive output path
* update examples
* Split module load paths for build and relocatable package
* Prioritize env and relative paths in relocatable package mode
* update examples
* update examples tests
---------
Co-authored-by: Fletterio <[email protected]>
Co-authored-by: Arkadiusz Lachowicz <[email protected]>
Co-authored-by: Arkadiusz Lachowicz <[email protected]>1 parent a53f301 commit dada0d3
21 files changed
Lines changed: 406 additions & 243 deletions
File tree
- 3rdparty
- cmake
- include/nbl
- application_templates
- asset/utils
- builtin/hlsl
- system
- video
- utilities
- smoke
- src/nbl
- asset/utils
- video
- utilities
- tools/nsc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | 533 | | |
537 | 534 | | |
538 | 535 | | |
| |||
Submodule Vulkan-Headers updated 29 files
- .github/workflows/ci.yml+2-8
- CMakeLists.txt+40-59
- include/vk_video/vulkan_video_codec_av1std.h+1-1
- include/vulkan/vulkan.cppm+447-235
- include/vulkan/vulkan.hpp+1.5k-1.0k
- include/vulkan/vulkan_core.h+2.3k-2.0k
- include/vulkan/vulkan_enums.hpp+1.5k-1.4k
- include/vulkan/vulkan_extension_inspection.hpp+354-90
- include/vulkan/vulkan_funcs.hpp+4.3k-3.8k
- include/vulkan/vulkan_handles.hpp+2.4k-2.2k
- include/vulkan/vulkan_hash.hpp+450-64
- include/vulkan/vulkan_hpp_macros.hpp+15-13
- include/vulkan/vulkan_ohos.h+131
- include/vulkan/vulkan_raii.hpp+2.0k-1.6k
- include/vulkan/vulkan_shared.hpp+60-64
- include/vulkan/vulkan_static_assertions.hpp+1.2k-992
- include/vulkan/vulkan_structs.hpp+3.1k-225
- include/vulkan/vulkan_to_string.hpp+1.5k-1.3k
- include/vulkan/vulkan_video.cppm-5
- registry/apiconventions.py+2
- registry/base_generator.py+15-9
- registry/generator.py+9-4
- registry/reg.py+111
- registry/spec_tools/conventions.py+2-1
- registry/validusage.json+2.4k-280
- registry/vk.xml+1.3k-848
- registry/vkconventions.py+16
- registry/vulkan_object.py+11-4
- tests/CMakeLists.txt-4
Submodule Vulkan-Tools updated 10 files
- CMakeLists.txt+1-1
- icd/VkICD_mock_icd.json.in+1-1
- icd/generated/function_declarations.h+549-463
- icd/generated/function_definitions.h+686-607
- icd/generated/vk_typemap_helper.h+1.0k-811
- scripts/known_good.json+2-2
- tests/icd/mock_icd_tests.cpp+1-1
- vulkaninfo/CMakeLists.txt+3-11
- vulkaninfo/generated/vulkaninfo.hpp+160-1
- vulkaninfo/vulkaninfo.cpp+11-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
299 | 324 | | |
300 | 325 | | |
301 | 326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1656 | 1656 | | |
1657 | 1657 | | |
1658 | 1658 | | |
1659 | | - | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
1660 | 1664 | | |
1661 | 1665 | | |
1662 | 1666 | | |
| |||
Submodule examples_tests updated 1 file
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 112 | | |
118 | 113 | | |
| 114 | + | |
| 115 | + | |
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
| |||
222 | 219 | | |
223 | 220 | | |
224 | 221 | | |
225 | | - | |
226 | | - | |
227 | 222 | | |
| 223 | + | |
228 | 224 | | |
229 | 225 | | |
230 | 226 | | |
| |||
258 | 254 | | |
259 | 255 | | |
260 | 256 | | |
261 | | - | |
262 | | - | |
| 257 | + | |
263 | 258 | | |
264 | 259 | | |
265 | 260 | | |
| |||
301 | 296 | | |
302 | 297 | | |
303 | 298 | | |
304 | | - | |
305 | | - | |
| 299 | + | |
306 | 300 | | |
307 | 301 | | |
308 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
| 264 | + | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
121 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
122 | 130 | | |
123 | 131 | | |
124 | 132 | | |
| |||
234 | 242 | | |
235 | 243 | | |
236 | 244 | | |
237 | | - | |
| 245 | + | |
0 commit comments