Commit aef1bb7
committed
File tree
- 3rdparty
- cmake/adjust
- include/nbl
- asset
- filters
- builtin/hlsl
- concepts
- cpp_compat
- impl
- emulated
- impl
- matrix_utils
- prefix_sum_blur
- shapes
- spirv_intrinsics
- tgmath
- workgroup
- core
- hash
- util
- ext
- FFT
- MitsubaLoader
- video
- src/nbl
- asset
- interchange
- utils
- builtin
- core/hash
- ext
- DepthPyramidGenerator
- ImGui
- LumaMeter
- video
- vulkan/profiles
- platforms
- android
- apple
- desktop
- mobile
- linux
- amdvlk
- intel
- nvidia
- radv
- win
- amd
- intel
- nvidia
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Submodule Vulkan-Headers updated 61 files
- .github/workflows/ci.yml+51-9
- BUILD.gn+1
- CMakeLists.txt+39-12
- Makefile.release+108
- include/vk_video/vulkan_video_codec_av1std.h+4-2
- include/vk_video/vulkan_video_codec_av1std_decode.h+1-1
- include/vk_video/vulkan_video_codec_av1std_encode.h+143
- include/vk_video/vulkan_video_codec_h264std.h+1-1
- include/vk_video/vulkan_video_codec_h264std_decode.h+1-1
- include/vk_video/vulkan_video_codec_h264std_encode.h+1-1
- include/vk_video/vulkan_video_codec_h265std.h+1-1
- include/vk_video/vulkan_video_codec_h265std_decode.h+1-1
- include/vk_video/vulkan_video_codec_h265std_encode.h+1-1
- include/vk_video/vulkan_video_codecs_common.h+1-1
- include/vulkan/vk_platform.h+1-1
- include/vulkan/vulkan.cppm+3.8k-156
- include/vulkan/vulkan.h+1-1
- include/vulkan/vulkan.hpp+10.6k-8.9k
- include/vulkan/vulkan_android.h+1-1
- include/vulkan/vulkan_beta.h+20-10
- include/vulkan/vulkan_core.h+3.1k-843
- include/vulkan/vulkan_directfb.h+1-1
- include/vulkan/vulkan_enums.hpp+1.9k-1.2k
- include/vulkan/vulkan_extension_inspection.hpp+654-190
- include/vulkan/vulkan_format_traits.hpp+57-57
- include/vulkan/vulkan_fuchsia.h+1-1
- include/vulkan/vulkan_funcs.hpp+14.8k-12.1k
- include/vulkan/vulkan_ggp.h+1-1
- include/vulkan/vulkan_handles.hpp+3.2k-1.6k
- include/vulkan/vulkan_hash.hpp+2.5k-472
- include/vulkan/vulkan_hpp_macros.hpp+48-19
- include/vulkan/vulkan_ios.h+1-1
- include/vulkan/vulkan_macos.h+1-1
- include/vulkan/vulkan_metal.h+48-7
- include/vulkan/vulkan_raii.hpp+5.7k-3.7k
- include/vulkan/vulkan_screen.h+1-1
- include/vulkan/vulkan_shared.hpp+239-167
- include/vulkan/vulkan_static_assertions.hpp+1.4k-403
- include/vulkan/vulkan_structs.hpp+71.8k-55.7k
- include/vulkan/vulkan_to_string.hpp+1.2k-452
- include/vulkan/vulkan_vi.h+1-1
- include/vulkan/vulkan_video.hpp+356-15
- include/vulkan/vulkan_wayland.h+1-1
- include/vulkan/vulkan_win32.h+1-1
- include/vulkan/vulkan_xcb.h+1-1
- include/vulkan/vulkan_xlib.h+1-1
- include/vulkan/vulkan_xlib_xrandr.h+1-1
- registry/apiconventions.py+2-2
- registry/cgenerator.py+15-10
- registry/generator.py+47-12
- registry/parse_dependency.py+6-5
- registry/reg.py+50-7
- registry/spec_tools/conventions.py+31-4
- registry/spec_tools/util.py+2-1
- registry/stripAPI.py+2-2
- registry/validusage.json+33.1k-29.0k
- registry/video.xml+134-7
- registry/vk.xml+4.2k-1.3k
- registry/vkconventions.py+6-6
- tests/CMakeLists.txt+1-1
- tests/integration/CMakeLists.txt+1-1
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
Submodule examples_tests updated 39 files
- 22_CppCompat/CIntrinsicsTester.h+264
- 22_CppCompat/CTgmathTester.h+360
- 22_CppCompat/ITester.h+335
- 22_CppCompat/app_resources/common.hlsl+425-4
- 22_CppCompat/app_resources/intrinsicsTest.comp.hlsl+16
- 22_CppCompat/app_resources/tgmathTest.comp.hlsl+16
- 22_CppCompat/main.cpp+27-6
- 25_FilterTest/main.cpp+3-3
- 26_Blur/app_resources/shader.comp.hlsl+2-4
- 26_Blur/main.cpp+6-1
- 28_FFTBloom/app_resources/fft_convolve_ifft.hlsl+5-2
- 28_FFTBloom/app_resources/kernel_fft_second_axis.hlsl-1
- 28_FFTBloom/main.cpp+21-16
- 30_ComputeShaderPathTracer/main.cpp+9-9
- 62_CAD/DrawResourcesFiller.cpp+4
- 62_CAD/DrawResourcesFiller.h+11-1
- 62_CAD/Hatch.cpp+3-2
- 62_CAD/Hatch.h+3-1
- 62_CAD/Polyline.cpp+4-1
- 62_CAD/Polyline.h+44-5
- 62_CAD/SingleLineText.cpp+7-7
- 62_CAD/SingleLineText.h+3-2
- 62_CAD/main.cpp+56-34
- 62_CAD/shaders/globals.hlsl+5
- 62_CAD/shaders/main_pipeline/common.hlsl+2
- 62_CAD/shaders/main_pipeline/fragment.hlsl+4
- 62_CAD/shaders/main_pipeline/fragment_shader.hlsl+33-23
- 62_CAD/shaders/main_pipeline/fragment_shader_debug.hlsl+3-5
- 62_CAD/shaders/main_pipeline/resolve_alphas.hlsl+22-10
- 62_CAD/shaders/main_pipeline/vertex_shader.hlsl+5
- 66_HLSLBxDFTests/CMakeLists.txt+28
- 66_HLSLBxDFTests/app_resources/tests.hlsl+479
- 66_HLSLBxDFTests/main.cpp+73
- 67_RayQueryGeometry/main.cpp+11-1
- 68_JpegLoading/CMakeLists.txt+27
- 68_JpegLoading/main.cpp+193
- 68_JpegLoading/pipeline.groovy+50
- 70_FLIPFluids/main.cpp+10-10
- CMakeLists.txt+2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 20 | + | |
36 | 21 | | |
37 | 22 | | |
38 | 23 | | |
| |||
75 | 60 | | |
76 | 61 | | |
77 | 62 | | |
78 | | - | |
| 63 | + | |
79 | 64 | | |
80 | | - | |
| 65 | + | |
81 | 66 | | |
82 | | - | |
| 67 | + | |
83 | 68 | | |
84 | 69 | | |
85 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
This file was deleted.
0 commit comments