File tree
780 files changed
+325212
-8620
lines changed- build
- cache
- submodules
- src
- Assimp/Silk.NET.Assimp/Enums
- Core
- Silk.NET.Core/Native
- Enums
- Silk.NET.Core.Win32Extras
- Enums
- Structs
- Microsoft
- Silk.NET.DXGI
- Enums
- Silk.NET.DXVA/Enums
- Silk.NET.Direct2D
- Direct2D
- Enums
- Structs
- DirectWrite
- Enums
- Structs
- WindowsCodecs
- Enums
- Structs
- Silk.NET.Direct3D.Compilers
- Enums
- Structs
- Silk.NET.Direct3D11
- Enums
- Structs
- Silk.NET.Direct3D12
- Enums
- Structs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
780 files changed
+325212
-8620
lines changed0 Bytes
Binary file not shown.
97.1 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
41.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
2.15 KB
Binary file not shown.
25 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
926 Bytes
Binary file not shown.
403 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
16.2 KB
Binary file not shown.
0 Bytes
Binary file not shown.
194 Bytes
Binary file not shown.
54 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
172 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
18 Bytes
Binary file not shown.
55 Bytes
Binary file not shown.
Submodule ANGLE updated from ed97adb to 0d914d4
- .github/workflows/build.yml+1-1
- .gitignore+2-2
- CMakeLists.txt+1-1
- CONTRIBUTORS.md+2
- README.md+15-322
- docs/build.md+4-4
- docs/compat.md+21-18
- docs/input.md+22-3
- docs/intro.md+3-3
- docs/news.md+10-372
- include/GLFW/glfw3.h+30-16
- include/GLFW/glfw3native.h+1-1
- src/CMakeLists.txt+3-2
- src/cocoa_init.m+1-1
- src/cocoa_joystick.h+1-1
- src/cocoa_joystick.m+1-1
- src/cocoa_monitor.m+8-5
- src/cocoa_platform.h+1-1
- src/cocoa_time.c+1-1
- src/cocoa_time.h+1-1
- src/cocoa_window.m+11-20
- src/context.c+5-5
- src/egl_context.c+52-15
- src/glx_context.c+7-3
- src/init.c+1-1
- src/input.c+50-32
- src/internal.h+14-1
- src/linux_joystick.c+1-1
- src/linux_joystick.h+1-1
- src/mappings.h+1-1
- src/mappings.h.in+1-1
- src/monitor.c+32-25
- src/nsgl_context.m+10-10
- src/null_init.c+1-1
- src/null_joystick.c+1-1
- src/null_joystick.h+1-1
- src/null_monitor.c+1-1
- src/null_platform.h+12-1
- src/null_window.c+36-6
- src/osmesa_context.c+10-6
- src/platform.c+1-1
- src/platform.h+1-1
- src/posix_module.c+1-1
- src/posix_poll.c+1-1
- src/posix_poll.h+1-1
- src/posix_thread.c+1-1
- src/posix_thread.h+1-1
- src/posix_time.c+1-1
- src/posix_time.h+1-1
- src/vulkan.c+9-6
- src/wgl_context.c+4-2
- src/win32_init.c+1-1
- src/win32_joystick.c+1-1
- src/win32_joystick.h+1-1
- src/win32_module.c+1-1
- src/win32_monitor.c+8-3
- src/win32_platform.h+1-1
- src/win32_thread.c+1-1
- src/win32_thread.h+1-1
- src/win32_time.c+1-1
- src/win32_time.h+1-1
- src/win32_window.c+5-2
- src/window.c+96-68
- src/wl_init.c+8-7
- src/wl_monitor.c+5-2
- src/wl_platform.h+1-3
- src/wl_window.c+36-26
- src/x11_init.c+1-1
- src/x11_monitor.c+8-3
- src/x11_platform.h+1-1
- src/x11_window.c+6-2
- src/xkb_unicode.c+1-1
- src/xkb_unicode.h+1-1
- tests/events.c+1
- tests/window.c+1
- .github/workflows/CI.yml+15-9
- Common/MVKCommonEnvironment.h+16-6
- Docs/MoltenVK_Configuration_Parameters.md+49-53
- Docs/MoltenVK_Runtime_UserGuide.md+3-10
- Docs/Whats_New.md+110
- ExternalDependencies.xcodeproj/project.pbxproj+4.5k-4.4k
- ExternalRevisions/README.md+3-2
- ExternalRevisions/SPIRV-Cross_repo_revision+1-1
- ExternalRevisions/Volk_repo_revision+1-1
- ExternalRevisions/Vulkan-Headers_repo_revision+1-1
- ExternalRevisions/Vulkan-Tools_repo_revision+1-1
- ExternalRevisions/glslang_repo_revision+1-1
- MoltenVK/MoltenVK.xcodeproj/project.pbxproj+14-4
- MoltenVK/MoltenVK/API/mvk_config.h+1-1
- MoltenVK/MoltenVK/API/mvk_private_api.h+12-17
- MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h+3-2
- MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm+11-40
- MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm+4-4
- MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm+8-8
- MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm+16-61
- MoltenVK/MoltenVK/Commands/MVKCommandPipelineStateFactoryShaderSource.h+6
- MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm+2-2
- MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h+1-1
- MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm-1
- MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm+3-3
- MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h+123-110
- MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm+391-294
- MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h+82-65
- MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm+523-195
- MoltenVK/MoltenVK/GPUObjects/MVKDevice.h+56-41
- MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm+373-413
- MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm+2-2
- MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm+2-6
- MoltenVK/MoltenVK/GPUObjects/MVKImage.h+4-4
- MoltenVK/MoltenVK/GPUObjects/MVKImage.mm+18-11
- MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm+15-16
- MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h+33-55
- MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm+76-35
- MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h+17-30
- MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm+367-791
- MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm+1-1
- MoltenVK/MoltenVK/GPUObjects/MVKQueue.h+4
- MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm+34-9
- MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h+6-2
- MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm+15
- MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h+20-23
- MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm+7-6
- MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h+1-1
- MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm+4-6
- MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h+3-11
- MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm+14
- MoltenVK/MoltenVK/OS/MVKGPUCapture.mm+1-1
- MoltenVK/MoltenVK/Utility/MVKBitArray.h+120-167
- MoltenVK/MoltenVK/Utility/MVKConfigMembers.def+4-3
- MoltenVK/MoltenVK/Utility/MVKEnvironment.h+12-4
- MoltenVK/MoltenVK/Utility/MVKFoundation.h+13-4
- MoltenVK/MoltenVK/Utility/MVKLogging.h+1-1
- MoltenVK/MoltenVK/Vulkan/mvk_datatypes.mm+7-2
- MoltenVK/MoltenVK/Vulkan/vulkan.mm+12-4
- MoltenVKShaderConverter/MoltenVKShaderConverter.xcodeproj/project.pbxproj+10-2
- MoltenVKShaderConverter/MoltenVKShaderConverter.xcodeproj/xcshareddata/xcschemes/MoltenVKShaderConverter.xcscheme+104
- MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.cpp+5-4
- MoltenVKShaderConverter/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.cpp+1-1
- MoltenVKShaderConverter/MoltenVKShaderConverterTool/OSSupport.mm+11-6
- README.md+2-15
- Scripts/runcts+1-1
- Templates/spirv-tools/build.zip
- fetchDependencies+1-1
Submodule SPIRV-Tools updated 189 files
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 31 additions & 0 deletions
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 | + |
Lines changed: 26 additions & 0 deletions
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 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
| 72 | + | |
71 | 73 |
| |
72 |
| - | |
| 74 | + | |
73 | 75 |
| |
74 | 76 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
| 67 | + | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
| 46 | + | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
171 |
| - | |
| 171 | + | |
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
| 48 | + | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
0 commit comments