forked from shadps4-emu/shadPS4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved documentation + better toolbar icons (shadps4-emu#1364)
- Loading branch information
Showing
14 changed files
with
34 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule glslang
updated
47 files
Submodule vulkan-headers
updated
15 files
+7 −0 | include/vulkan/vulkan.cppm | |
+38 −7 | include/vulkan/vulkan.hpp | |
+19 −9 | include/vulkan/vulkan_beta.h | |
+21 −2 | include/vulkan/vulkan_core.h | |
+14 −6 | include/vulkan/vulkan_enums.hpp | |
+10 −6 | include/vulkan/vulkan_extension_inspection.hpp | |
+1,251 −902 | include/vulkan/vulkan_funcs.hpp | |
+11 −1 | include/vulkan/vulkan_handles.hpp | |
+24 −1 | include/vulkan/vulkan_hash.hpp | |
+25 −7 | include/vulkan/vulkan_raii.hpp | |
+10 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+197 −38 | include/vulkan/vulkan_structs.hpp | |
+9 −0 | include/vulkan/vulkan_to_string.hpp | |
+148 −64 | registry/validusage.json | |
+58 −24 | registry/vk.xml |
Submodule xbyak
updated
38 files
+10 −2 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+4 −0 | doc/changelog.md | |
+26 −7 | doc/usage.md | |
+147 −12 | gen/gen_avx512.cpp | |
+49 −34 | gen/gen_code.cpp | |
+1 −1 | meson.build | |
+1 −1 | readme.md | |
+4 −1 | readme.txt | |
+15 −4 | sample/bf.cpp | |
+0 −1 | sample/calc.cpp | |
+0 −1 | sample/calc2.cpp | |
+0 −1 | sample/jmp_table.cpp | |
+2 −0 | sample/memfd.cpp | |
+0 −1 | sample/memfunc.cpp | |
+0 −1 | sample/protect-re.cpp | |
+0 −1 | sample/quantize.cpp | |
+0 −1 | sample/stackframe.cpp | |
+0 −1 | sample/static_buf.cpp | |
+0 −1 | sample/test0.cpp | |
+0 −1 | sample/toyvm.cpp | |
+12 −2 | test/Makefile | |
+210 −0 | test/avx10/bf16.txt | |
+17 −0 | test/avx10/comp.txt | |
+176 −0 | test/avx10/convert.txt | |
+167 −0 | test/avx10/misc.txt | |
+149 −0 | test/avx10/new-ymm.txt | |
+657 −0 | test/avx10/old.txt | |
+254 −0 | test/avx10_test.cpp | |
+17 −0 | test/make_nm.cpp | |
+14 −15 | test/misc.cpp | |
+3 −0 | test/test_all.bat | |
+27 −0 | test/test_by_xed.cpp | |
+392 −0 | test/test_by_xed.py | |
+24 −0 | test/test_by_xed.sh | |
+45 −24 | xbyak/xbyak.h | |
+133 −78 | xbyak/xbyak_mnemonic.h |
Submodule xxhash
updated
5 files
+10 −10 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/scorecard.yml | |
+2 −0 | .gitignore | |
+0 −1 | cli/xxhsum.c | |
+1 −2 | xxhash.h |
Submodule zydis
updated
13 files
+61 −8 | .github/workflows/main.yml | |
+25 −0 | Doxyfile.meson.in | |
+1 −0 | assets/version-bump-checklist.txt | |
+1 −1 | dependencies/zycore | |
+10 −0 | dependencies/zycore.wrap | |
+28 −0 | examples/meson.build | |
+25 −0 | man/meson.build | |
+339 −0 | meson.build | |
+87 −0 | meson_options.txt | |
+1 −1 | resources/VersionInfo.rc | |
+1 −0 | subprojects | |
+34 −0 | tests/meson.build | |
+85 −0 | tools/meson.build |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters