Commit 053a265
committed
Updated submodules (misc updates/fixes), readme and release history
1 parent 8d303fb commit 053a265
6 files changed
Lines changed: 100 additions & 30 deletions
Submodule DiligentCore updated 27 files
- .github/workflows/linux.yml+73
- BuildTools/Android/tests/build.gradle+2-2
- BuildTools/Android/tests/src/main/jni/CMakeLists.txt+5-7
- BuildTools/Scripts/github_actions/configure_cmake.sh+1-1
- Common/interface/BasicMath.hpp+55
- Graphics/GraphicsEngine/include/BufferBase.hpp+2-2
- Graphics/GraphicsEngine/interface/DeviceContext.h+13-5
- Graphics/GraphicsEngine/interface/PipelineResourceSignature.h+2-2
- Graphics/GraphicsEngine/interface/PipelineState.h+6
- Graphics/GraphicsEngine/src/BufferBase.cpp+10-4
- Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h+32-9
- Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.cpp+6
- Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLESImpl.cpp+1
- Graphics/GraphicsEngineVulkan/CMakeLists.txt+1-1
- Graphics/GraphicsEngineVulkan/include/GenerateMipsVkHelper.hpp+2
- Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp+8-3
- Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp+2-12
- Graphics/GraphicsEngineVulkan/src/SamplerVkImpl.cpp+20-23
- Graphics/ShaderTools/CMakeLists.txt+22-13
- Graphics/ShaderTools/include/SPIRVTools.hpp+40
- Graphics/ShaderTools/src/DXCompiler.cpp+1
- Graphics/ShaderTools/src/GLSLangUtils.cpp+1-48
- Graphics/ShaderTools/src/SPIRVTools.cpp+81
- Tests/DiligentCoreAPITest/src/PipelineResourceSignatureTest.cpp+1-1
- Tests/DiligentCoreTest/src/Common/MathLibTest.cpp+38
- Tests/IncludeTest/GraphicsEngine/BaseStructAlignmentTest.cpp+92
- Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp-61
Submodule DiligentSamples updated 44 files
- Android/HelloAR/src/main/cpp/ObjectRenderer.cc+1-1
- SampleBase/src/Android/SampleAppAndroid.cpp+8-2
- Samples/Atmosphere/src/AtmosphereSample.cpp+10-7
- Tutorials/CMakeLists.txt+1
- Tutorials/Common/src/TexturedCube.cpp+133-109
- Tutorials/Common/src/TexturedCube.hpp+51-11
- Tutorials/Tutorial04_Instancing/src/Tutorial04_Instancing.cpp+12-9
- Tutorials/Tutorial05_TextureArray/src/Tutorial05_TextureArray.cpp+12-9
- Tutorials/Tutorial06_Multithreading/src/Tutorial06_Multithreading.cpp+11-7
- Tutorials/Tutorial07_GeometryShader/src/Tutorial07_GeometryShader.cpp+1-1
- Tutorials/Tutorial12_RenderTarget/src/Tutorial12_RenderTarget.cpp+12-7
- Tutorials/Tutorial13_ShadowMap/assets/structures.fxh+2-2
- Tutorials/Tutorial13_ShadowMap/src/Tutorial13_ShadowMap.cpp+23-94
- Tutorials/Tutorial13_ShadowMap/src/Tutorial13_ShadowMap.hpp-1
- Tutorials/Tutorial17_MSAA/src/Tutorial17_MSAA.cpp+13-9
- Tutorials/Tutorial18_Queries/src/Tutorial18_Queries.cpp+11-7
- Tutorials/Tutorial19_RenderPasses/src/Tutorial19_RenderPasses.cpp+1-1
- Tutorials/Tutorial20_MeshShader/CMakeLists.txt+2
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.cpp+30-46
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.hpp+1-1
- Tutorials/Tutorial21_RayTracing/CMakeLists.txt+2
- Tutorials/Tutorial21_RayTracing/assets/Ground.rchit+1-1
- Tutorials/Tutorial21_RayTracing/assets/ImageBlit.psh+9-4
- Tutorials/Tutorial21_RayTracing/assets/ImageBlit.vsh+2-1
- Tutorials/Tutorial21_RayTracing/assets/PrimaryMiss.rmiss+1-1
- Tutorials/Tutorial21_RayTracing/readme.md+4-4
- Tutorials/Tutorial21_RayTracing/src/Tutorial21_RayTracing.cpp+50-109
- Tutorials/Tutorial22_HybridRendering/CMakeLists.txt+34
- Tutorials/Tutorial22_HybridRendering/assets/DGLogo0.png
- Tutorials/Tutorial22_HybridRendering/assets/DGLogo1.png
- Tutorials/Tutorial22_HybridRendering/assets/DGLogo2.png
- Tutorials/Tutorial22_HybridRendering/assets/DGLogo3.png
- Tutorials/Tutorial22_HybridRendering/assets/Marble.jpg
- Tutorials/Tutorial22_HybridRendering/assets/PostProcess.psh+61
- Tutorials/Tutorial22_HybridRendering/assets/PostProcess.vsh+13
- Tutorials/Tutorial22_HybridRendering/assets/Rasterization.psh+36
- Tutorials/Tutorial22_HybridRendering/assets/Rasterization.vsh+34
- Tutorials/Tutorial22_HybridRendering/assets/RayQuery.fxh+115
- Tutorials/Tutorial22_HybridRendering/assets/RayTracing.csh+227
- Tutorials/Tutorial22_HybridRendering/assets/Utils.fxh+34
- Tutorials/Tutorial22_HybridRendering/assets/structures.fxh+58
- Tutorials/Tutorial22_HybridRendering/readme.md
- Tutorials/Tutorial22_HybridRendering/src/Tutorial22_HybridRendering.cpp+988
- Tutorials/Tutorial22_HybridRendering/src/Tutorial22_HybridRendering.hpp+197
Submodule DiligentTools updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
224 | 223 | | |
225 | 224 | | |
226 | 225 | | |
227 | | - | |
| 226 | + | |
228 | 227 | | |
229 | 228 | | |
230 | 229 | | |
| |||
279 | 278 | | |
280 | 279 | | |
281 | 280 | | |
282 | | - | |
| 281 | + | |
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
| |||
344 | 343 | | |
345 | 344 | | |
346 | 345 | | |
347 | | - | |
| 346 | + | |
348 | 347 | | |
349 | 348 | | |
350 | 349 | | |
| |||
383 | 382 | | |
384 | 383 | | |
385 | 384 | | |
386 | | - | |
| 385 | + | |
387 | 386 | | |
388 | 387 | | |
389 | 388 | | |
| |||
444 | 443 | | |
445 | 444 | | |
446 | 445 | | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
| 446 | + | |
451 | 447 | | |
452 | 448 | | |
453 | 449 | | |
454 | 450 | | |
455 | 451 | | |
456 | 452 | | |
457 | 453 | | |
458 | | - | |
| 454 | + | |
459 | 455 | | |
460 | 456 | | |
461 | 457 | | |
| |||
732 | 728 | | |
733 | 729 | | |
734 | 730 | | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
735 | 734 | | |
736 | 735 | | |
| 736 | + | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
740 | 749 | | |
741 | 750 | | |
742 | 751 | | |
743 | 752 | | |
744 | 753 | | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
| 754 | + | |
760 | 755 | | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
761 | 759 | | |
762 | 760 | | |
763 | 761 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
1 | 73 | | |
2 | 74 | | |
3 | 75 | | |
| |||
0 commit comments