ppsspp/ext
Henrik Rydgård 59af0e5b07 Vulkan: Update to the latest version of VMA
See https://gpuopen.com/vulkan-memory-allocator/

Will merge this after I've gotten a stable-ish iOS build out.
2024-05-28 20:31:45 +02:00
..
armips@a8d71f0f27 Update the armips submodule (used for asm/disasm etc) 2023-12-09 00:21:57 +01:00
at3_standalone Bump a few minimum-cmake-version statements 2024-05-20 10:04:11 +02:00
basis_universal Include zstd as a system header from basis_universal. 2023-03-16 14:59:18 +01:00
cityhash Merge ext/native/ext/... directly into ext. 2020-09-30 00:30:42 +02:00
cmake Move the HAVE_SYSCTLBYNAME definition out of X86, remove the previous workaround 2023-09-03 15:19:02 +02:00
cpu_features@fd4ffc1632 Bump the cpu_features submodule to latest 2023-09-03 14:02:53 +02:00
discord-rpc@963aa9f3e5 Update the discord-rpc submodule to the latest version. 2021-02-20 22:17:13 +01:00
discord-rpc-build Build: Cleanup some MSVC optimization settings. 2023-02-26 11:27:46 -08:00
gason VS 2022 warning fix 2022-09-03 15:21:08 +02:00
glew [CMake] ext related CMake changes for Nintendo Switch 2023-06-27 17:19:29 +02:00
glslang@b34f619e1c RequestManager: Add a separate callback for failures. Separate because we usually don't need it, except Osk. 2023-03-25 18:49:23 +01:00
glslang-build Build: Update to glslang v11.13.0, use upstream. 2023-01-01 10:28:53 -08:00
jpge jpge.cpp: Remove malloc.h include 2021-01-30 12:13:13 +00:00
libadrenotools@deec5f75ee Implement custom driver loading for ARM64 Android devices 2023-12-14 08:53:03 +03:00
libchdr@26d27ca490 Update libchdr to the latest, which supports zstd blocks 2024-02-04 12:44:42 +01:00
libchdr-build cmake fix 2024-02-04 13:03:56 +01:00
libkirk Fixed zeroise SHA_CTX struct, not pointer size (maybe CWE Information Disclosure if size pointer less struct size) 2024-04-01 16:24:14 +03:00
libpng17 Update ext/libpng17/CMakeLists.txt 2024-04-26 17:38:39 -03:00
libzip Review's changes, more fixes and better structure 2023-05-02 00:09:22 +04:00
minimp3 Bump a few minimum-cmake-version statements 2024-05-20 10:04:11 +02:00
miniupnp@3a87be33e7 Update our miniupnp fork to upstream. 2021-04-18 00:19:46 +02:00
miniupnp-build Buildfixes 2021-04-18 00:34:18 +02:00
naett@cd717c2d04 Upgrade naett to latest - should fix some memleaks 2023-09-18 01:07:43 +02:00
naett-build Fix cmake build 2023-07-21 10:27:40 +02:00
native Bump a few minimum-cmake-version statements 2024-05-20 10:04:11 +02:00
OpenXR-SDK@288d3a7ebc OpenXR - Migrate to official SDK 2024-03-20 12:23:54 +01:00
rapidjson@73063f5002 Add submodules, namespace json to prepare for the addition of rapidjson (sigh) 2018-08-13 00:18:54 +02:00
rcheevos@e88f749925 Delete some unused code 2024-05-01 12:28:39 +02:00
rcheevos-build Initialize RAIntegration support if available. Untested. 2024-04-05 18:15:10 +02:00
sfmt19937 Cleaner fix for compilation problem in SFMT.h, though had to patch it. 2015-02-15 23:14:54 +01:00
sha1 Merge ext/native/ext/... directly into ext. 2020-09-30 00:30:42 +02:00
snappy SaveState: Fix Snappy build error on older clang. 2021-02-24 07:33:09 -08:00
SPIRV-Cross@4212eef67e Update SPIRV-Cross to a version that builds in debug mode on the latest VS. 2023-02-24 22:45:49 +01:00
SPIRV-Cross-build ext/SPIRV-Cross-build: Update cmake version 2021-11-29 08:24:35 -08:00
udis86 Debugger: Fix some format warnings in udis86. 2018-06-17 11:19:32 -07:00
vma Vulkan: Update to the latest version of VMA 2024-05-28 20:31:45 +02:00
vulkan Update to the latest Vulkan header files 2024-04-06 17:53:58 +02:00
xbrz Build: Remove IOS define. 2021-03-02 21:04:03 -08:00
zlib Fix libretro OSX build 2020-09-13 15:07:08 +07:00
zstd@794ea1b0af Update zstd dependency 2024-05-04 10:30:22 +02:00
zstd-build Make a simpler CMakeLists.txt for zstd 2024-05-04 10:48:54 +02:00
.gitignore Update .gitignore 2019-05-04 23:54:36 +08:00
CMakeLists.txt Initial CMake/Android.mk support 2024-04-11 14:39:59 +02:00
cpu_features.vcxproj Windows: Use cpu_features on arm64. 2023-04-29 10:59:32 -07:00
cpu_features.vcxproj.filters Windows: Use cpu_features on arm64. 2023-04-29 10:59:32 -07:00
disarm.cpp Build: Fix some format truncation warnings. 2021-12-11 10:45:27 -08:00
disarm.h Various platform buildfixes 2020-07-14 09:25:59 +02:00
glslang.vcxproj Build: Cleanup some MSVC optimization settings. 2023-02-26 11:27:46 -08:00
glslang.vcxproj.filters Build: Update to glslang v11.13.0, use upstream. 2023-01-01 10:28:53 -08:00
libarmips.vcxproj Build: Cleanup some MSVC optimization settings. 2023-02-26 11:27:46 -08:00
libarmips.vcxproj.filters Build: Cleanup MSVC project files. 2022-12-19 10:13:43 -08:00
libchdr.vcxproj Update libchdr to the latest, which supports zstd blocks 2024-02-04 12:44:42 +01:00
libchdr.vcxproj.filters Proof-of-concept: libchdr works on Windows 2023-09-29 10:05:19 +02:00
libzstd.vcxproj Build: Cleanup some MSVC optimization settings. 2023-02-26 11:27:46 -08:00
miniupnpc.vcxproj Build: Cleanup some MSVC optimization settings. 2023-02-26 11:27:46 -08:00
miniupnpc.vcxproj.filters Build: Cleanup MSVC project files. 2022-12-19 10:13:43 -08:00
riscv-disas.cpp riscv: Fix disassembly of ra-relative jump. 2023-08-12 09:53:38 -07:00
riscv-disas.h riscv: Add bitmanip ops to disasm. 2023-07-30 17:45:36 -07:00
SPIRV-Cross.vcxproj Build: Cleanup some MSVC optimization settings. 2023-02-26 11:27:46 -08:00
SPIRV-Cross.vcxproj.filters Build: Cleanup MSVC project files. 2022-12-19 10:13:43 -08:00
xxhash.c Build: Update xxhash to v0.8.1. 2022-09-04 23:54:14 -07:00
xxhash.h Build: Update xxhash to v0.8.1. 2022-09-04 23:54:14 -07:00