File tree
5 files changed
+9
-20
lines changed- 3rdparty
- src/nbl
- asset/utils
5 files changed
+9
-20
lines changedLines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 | 164 |
| |
170 | 165 |
| |
171 | 166 |
| |
| |||
471 | 466 |
| |
472 | 467 |
| |
473 | 468 |
| |
474 |
| - | |
475 | 469 |
| |
476 | 470 |
| |
477 | 471 |
| |
| |||
497 | 491 |
| |
498 | 492 |
| |
499 | 493 |
| |
500 |
| - | |
501 |
| - | |
502 |
| - | |
503 | 494 |
| |
504 | 495 |
| |
505 | 496 |
| |
|
Submodule glslang updated from f397c9b to ff26c2e
- .github/workflows/autoroll.yml+66
- .gitignore+2
- Android.mk+20-30
- CHANGES+113-2
- CMakeLists.txt+13-17
- DEPS+11-6
- README.md+15-33
- android_test/jni/Application.mk+3-1
- cmake/setup_build.cmake+1-75
- cmake/utils.cmake+4-45
- downloads.md+3-3
- glslc/CMakeLists.txt+3-2
- glslc/README.asciidoc+13
- glslc/src/main.cc+15-1
- glslc/test/CMakeLists.txt+3-3
- glslc/test/assembly.py+1-1
- glslc/test/expect.py+1-1
- glslc/test/line.py+11-11
- glslc/test/option_dash_D.py+17-17
- glslc/test/option_dash_E.py+20-20
- glslc/test/option_dash_M.py+2-2
- glslc/test/option_dash_cap_O.py+94-68
- glslc/test/option_dash_o.py+1-1
- glslc/test/option_fauto_bind_uniforms.py+7-5
- glslc/test/option_fhlsl_16bit_types.py+46
- glslc/test/option_flimit.py+243-1
- glslc/test/option_fpreserve_bindings.py+70
- glslc/test/option_fresource_set_binding.py+16-16
- glslc/test/option_mfmt.py+1-1
- glslc/test/option_target_env.py+10
- glslc/test/parameter_tests.py+27-1
- kokoro/android-release/build-docker.sh+60
- kokoro/android-release/build.sh+23-44
- kokoro/android-release/build_arm.sh
- kokoro/android-release/build_x86.sh
- kokoro/linux/build-docker.sh+4-3
- kokoro/linux/continuous_gcc_coverage.cfg-16
- kokoro/linux/presubmit_mingw_release.cfg+1-1
- kokoro/macos/build.sh+2-2
- kokoro/ndk-build/build-docker.sh+71
- kokoro/ndk-build/build.sh+32-40
- kokoro/windows/build.bat+5-8
- kokoro/windows/build_debug_2019.bat+2-2
- kokoro/windows/build_release_2015.bat-24
- kokoro/windows/build_release_2019.bat+2-3
- kokoro/windows/continuous_debug_2019.cfg+2-2
- kokoro/windows/continuous_release_2015.cfg-22
- kokoro/windows/continuous_release_2019.cfg+2-2
- kokoro/windows/presubmit_debug_2019.cfg+2-2
- kokoro/windows/presubmit_release_2015.cfg-16
- kokoro/windows/presubmit_release_2019.cfg+2-2
- libshaderc/Android.mk+2-2
- libshaderc/CMakeLists.txt+3-15
- libshaderc/README.md+2-5
- libshaderc/include/shaderc/env.h+1
- libshaderc/include/shaderc/shaderc.h+34
- libshaderc/include/shaderc/shaderc.hpp+19-1
- libshaderc/src/common_shaders_for_test.h+3-3
- libshaderc/src/shaderc.cc+21
- libshaderc/src/shaderc_cpp_test.cc+4-3
- libshaderc/src/shaderc_test.cc+2-2
- libshaderc_util/Android.mk+2-2
- libshaderc_util/CMakeLists.txt+1-1
- libshaderc_util/include/libshaderc_util/compiler.h+27
- libshaderc_util/include/libshaderc_util/resources.inc+36
- libshaderc_util/include/libshaderc_util/spirv_tools_wrapper.h+1
- libshaderc_util/include/libshaderc_util/string_piece.h+1-1
- libshaderc_util/src/compiler.cc+40-5
- libshaderc_util/src/compiler_test.cc+25-1
- libshaderc_util/src/resources.cc+9
- libshaderc_util/src/spirv_tools_wrapper.cc+14-4
- third_party/CMakeLists.txt+24-1
- utils/add_copyright.py+1-1
- utils/remove-file-by-suffix.py+1-1
- utils/roll-deps+24-20
- utils/update_build_version.py+2-2
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
712 | 712 |
| |
713 | 713 |
| |
714 | 714 |
| |
715 |
| - | |
716 | 715 |
| |
717 | 716 |
| |
718 | 717 |
| |
| |||
726 | 725 |
| |
727 | 726 |
| |
728 | 727 |
| |
729 |
| - | |
730 | 728 |
| |
731 | 729 |
| |
732 | 730 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
108 |
| - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 |
| - | |
149 |
| - | |
| 148 | + | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
168 |
| - | |
| 167 | + | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
|
0 commit comments