Henrik Rydgård
17a7c80cb1
Get it rendering on Vulkan and D3D11 (OpenGL is bugged though)
2024-11-04 23:14:39 +01:00
Henrik Rydgård
4b66a80d2b
More work, starting to integrate into the EmuScreen
2024-11-04 23:14:39 +01:00
Henrik Rydgård
6f5339156c
Imgui build system
2024-11-04 23:14:39 +01:00
Henrik Rydgård
150d4c4e65
Add the base IMGUI code, including a Vulkan backend that we'll convert to thin3d
2024-11-04 23:14:37 +01:00
Henrik Rydgård
2e85eb5128
More static code analysis fixes
2024-10-28 17:59:06 +01:00
Henrik Rydgård
ca015def7d
Bump libadrenotools to latest
2024-10-27 18:29:21 +01:00
Henrik Rydgård
aac7665a9f
Update naett submodule (with OSX/iOS memory fix)
2024-10-27 18:24:37 +01:00
Henrik Rydgård
a0e9017c77
Delete obsolete checks for pre-v7a armeabi
2024-10-23 13:23:35 +02:00
Henrik Rydgård
49e86f5e76
Update the rcheevos submodule
2024-10-16 13:00:24 +02:00
Henrik Rydgård
69a024e743
Fix broken libvulkan symlink
...
See issue #19382
2024-09-24 13:54:00 +02:00
Henrik Rydgård
ea3a4ed526
Minor optimization
2024-09-10 17:42:52 +02:00
Henrik Rydgård
e263283bd3
compat.h cleanup
2024-09-10 15:23:53 +02:00
Henrik Rydgård
beac615480
Warning fixes in our zlib fork
2024-08-08 10:54:27 -06:00
Henrik Rydgård
6917bcaddf
Upgrade rcheevos
2024-07-28 08:09:35 -06:00
A-w-x
b8a087fbc9
ext: jpge: move header on top
...
fixes build with gcc 14.1
2024-07-27 18:56:13 +02:00
Henrik Rydgård
bc3c57ffc0
Minor formatting issue
2024-07-16 23:35:21 +02:00
Henrik Rydgård
70cb1104dc
Kirk: Remove use of uninitialized stack as a random number source
...
This confused Valgrind and made me think we had another memory bug.
Turns out this is NOT the cause of #13781 , which I still don't
understand.
2024-07-16 22:04:41 +02:00
Henrik Rydgård
e01ca5b057
Logging API change (refactor) ( #19324 )
...
* Rename LogType to Log
* Explicitly use the Log:: enum when logging. Allows for autocomplete when editing.
* Mac/ARM64 buildfix
* Do the same with the hle result log macros
* Rename the log names to mixed case while at it.
* iOS buildfix
* Qt buildfix attempt, ARM32 buildfix
2024-07-14 14:42:59 +02:00
Henrik Rydgård
62e133c9c3
Update rcheevos submodule to v11.4.0
2024-06-24 12:26:33 +02:00
Henrik Rydgård
ab257e335f
Ugprade miniupnp submodule to latest
...
Maybe will help #19246 , but no idea really.
Windows buildfix
UWP buildfix
miniupnpc path fixes
libretro buildfix attempt, android.mk
2024-06-05 00:18:00 +02:00
Henrik Rydgård
328acdcd0a
Merge pull request #19239 from lvonasek/cleanup-openxr
...
OpenXR - Cleanup
2024-06-04 11:06:02 +02:00
Lubos
47a7b856ef
OpenXR - Update SDK
2024-06-03 18:03:57 +02:00
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
Henrik Rydgård
fe91f246b2
Bump a few minimum-cmake-version statements
2024-05-20 10:04:11 +02:00
Henrik Rydgård
e631be3607
Make a simpler CMakeLists.txt for zstd
2024-05-04 10:48:54 +02:00
Henrik Rydgård
c8cf56ff21
Update zstd dependency
2024-05-04 10:30:22 +02:00
Henrik Rydgård
090d1f8d0e
atrac3: Add a cross platform restrict modifier, use it for the vector math functions
...
Also remove redundant parameters.
There are a bunch of other places where we could use this, so just
experimenting here.
This enables autovectorization to work here.
2024-05-02 16:57:15 +02:00
Henrik Rydgård
5536ca4fda
Remove more unused code
2024-05-01 12:28:39 +02:00
Henrik Rydgård
a93bbf39ba
Remove sinewin.cpp/h
2024-05-01 12:28:39 +02:00
Henrik Rydgård
b6b869ddee
Remove float_dsp.cpp, inline the functions
2024-05-01 12:28:39 +02:00
Henrik Rydgård
c6502155ab
Delete mathematics.cpp/h
2024-05-01 12:28:39 +02:00
Henrik Rydgård
50bb07a6f5
Minor optimization
2024-05-01 12:28:39 +02:00
Henrik Rydgård
e010f8fcc3
Remove generated code for very large FFTs (unused)
2024-05-01 12:28:39 +02:00
Henrik Rydgård
9745fa813f
Delete some unused code
2024-05-01 12:28:39 +02:00
Henrik Rydgård
93c32e1e8d
Add missing include to get_bits.h
2024-05-01 12:28:39 +02:00
santiago046
6979be0e3e
Update ext/libpng17/CMakeLists.txt
2024-04-26 17:38:39 -03:00
santiago046
31bf179879
Include ARM files in ext/libpng17/CMakeLists.txt for ARM processors
...
Needed when building atlas/zimtool.It fixes this error:
```
/usr/bin/ld: png17/libpng17.a(pngrutil.c.o): in function `png_read_process_IDAT':
pngrutil.c:(.text+0x548c): undefined reference to `png_init_filter_functions_neon' collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/zimtool.dir/build.make:134: build/zimtool] Error 1
make[1]: *** [CMakeFiles/Makefile2:128: CMakeFiles/zimtool.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
```
2024-04-26 17:31:27 -03:00
santiago046
adaa9fbbb4
Update CMakeLists.txt
2024-04-26 17:23:52 -03:00
santiago046
4677aec4d6
Refactor atlas/zimtool CMakeLists.txt
2024-04-26 17:07:04 -03:00
Henrik Rydgård
fd315a324a
Help the compiler out slightly (it can't see that the pos is constant)
2024-04-13 10:46:44 +02:00
Henrik Rydgård
857584532f
Add NEON code too for the atrac3 hotspot
2024-04-13 10:37:38 +02:00
Henrik Rydgård
7b6b7ebe3c
Add some SSE code for an atrac hotspot just for fun, remove function pointers
2024-04-13 10:37:35 +02:00
Henrik Rydgård
52111103b8
Simplify the inner loop of ff_atrac3p_ipqf (prepare for SIMD)
2024-04-13 10:35:42 +02:00
Henrik Rydgård
68c192b892
Fix some symbol clashes apparently affecting the docker build
2024-04-13 01:06:18 +02:00
Henrik Rydgård
3409db9b90
Remove line endings from atrac3+ log strings
2024-04-12 13:53:20 +02:00
Henrik Rydgård
6f11b7fe6c
Reorder fields in struct VLCcode for less memory use
2024-04-12 13:53:19 +02:00
Henrik Rydgård
88a00f62b9
Fix or supress some warnings
2024-04-12 13:53:19 +02:00
Henrik Rydgård
70a13a4df5
Implement logging for at3_standalone
2024-04-12 11:18:26 +02:00
Henrik Rydgård
39b884cfb3
Atrac3/3+: Improve error handling
2024-04-12 11:18:26 +02:00
Henrik Rydgård
5ed77b58ca
Improve the AudioDecoder API to avoid having to call a function to get the bytes consumed
2024-04-11 16:49:00 +02:00