Commit graph

24011 commits

Author SHA1 Message Date
58ac31e2be
metal: support buffer to buffer copy 2024-04-07 16:03:20 +02:00
081ad83490
metal: add basic compute pipeline 2024-04-07 15:51:11 +02:00
a5e7672de5
metal: blit rendering result to drawable 2024-04-07 13:08:14 +02:00
c8a717651c
metal: create basic graphics pipeline 2024-04-07 11:58:35 +02:00
bc25c8831d
metal: test buffer creation 2024-04-07 09:25:03 +02:00
b3e8d8d11f
metal: create buffer cache on startup 2024-04-07 09:06:15 +02:00
AMA2581
d33d50780e
adding swiftUI notice 2024-04-07 08:12:08 +03:30
0feb0aa7a1
metal: todo a fix for NULL images 2024-04-06 23:15:48 -04:00
32c49173ad
fix: clang format 2024-04-06 22:00:34 -04:00
c3584e6c39
metal: make metal-cpp a proper external 2024-04-06 21:55:33 -04:00
3f76e5b8d7
metal: logging 2024-04-06 20:51:23 -04:00
75386a5de7
metal: add missing copyright and license information 2024-04-06 20:42:17 +02:00
897e0dfdc0 metal: use metal cpp 2024-04-06 20:33:10 +02:00
cc0cde9c3f Add metal-cpp to externals 2024-04-06 20:33:10 +02:00
3c82b81899
metal: change license identifiers to GPL-2.0-or-later 2024-04-06 17:50:45 +02:00
e947a06441
fix: include metal renderer in ALL_LOG_CLASSES 2024-04-06 17:46:31 +02:00
ef8b77c9a3
metal: do not release not existing buffers 2024-04-06 17:35:12 +02:00
e87893ec42 metal: add basic buffer cache 2024-04-06 17:28:56 +02:00
19503fd643 metal: print debug messages 2024-04-06 17:28:56 +02:00
e4d2bcaaeb
Add Metal as a Logging class
Signed-off-by: Exverge <exverge@exverge.xyz>
2024-04-06 11:17:49 -04:00
789bc69281 metal: add info about command recorder memory leaks 2024-04-06 12:42:19 +02:00
863842948b metal: use texture cache to create textures render passes 2024-04-06 12:39:24 +02:00
88154b6c6d metal: add file copyright text to new files 2024-04-06 10:21:35 +02:00
c740bf21d2 metal: update license identifiers 2024-04-06 10:13:35 +02:00
3df0977948 Merge branch 'macOSbranch-ama25' into metal-dev
initial metal backend
2024-04-06 09:58:40 +02:00
82b3fcca18 metal: create texture cache in rasterizer 2024-04-06 09:55:26 +02:00
ea5dc91b9d metal: add basic staging buffer pool and texture cache 2024-04-06 08:55:11 +02:00
35b751de1b metal: add command recorder for command management 2024-04-05 17:10:21 +02:00
79ff60356d metal: create swap chain to manage metal layer 2024-04-05 16:21:39 +02:00
380af618d3 metal: draw to on-screen qwidget 2024-04-05 14:19:07 +02:00
7ea460a800 metal: initial support 2024-04-05 06:35:06 +02:00
a3c8b29607
Updated the links for the Info Popup 2024-04-01 16:56:07 -04:00
4015b1d397 Solves warning about GuestMemory having internal linkage.
It is very hard to explain why this public interface class was defined
in an anonymous namespace inside a header file.
2024-04-01 16:02:12 +02:00
voidanix
d3f67d1e9c Fix GCC builds with Debug build type
When compiling with -DCMAKE_BUILD_TYPE=Debug, GCC would (correctly) fail to
compile intrinsics in stb and host1x due to lack of optimizations.

Sadly, the compilation error given is bogus and Clang completing the builds
without issues does raise some eyebrows.

Therefore, force optimizations for the offending files under GCC when
creating Debug builds.

Signed-off-by: voidanix <voidanix@keyedlimepie.org>
2024-04-01 01:31:43 +02:00
c25bcb6083 Merge branch 'dev' into dev 2024-03-31 00:45:46 +01:00
7215ac9543 Fix NROs crashing and loading infinitely 2024-03-31 00:43:18 +01:00
39eea71e62
fix: resume application when library applets are closed 2024-03-30 15:54:36 -04:00
36ede797f3 Vulkan validation error fix.
Different image usage flags between image creation and image view
creation.
2024-03-29 16:35:21 +01:00
ce8f3e802e
Use proper SPDX-FileCopyrightText for Sudachi. Corrects db647d915d 2024-03-29 01:05:07 -03:00
ilonachan
040893da00 formatting 2024-03-28 20:12:04 +01:00
Kelebek1
876d7f90b6 Add option to log synchronously, add tooltip to log filter. 2024-03-28 20:12:04 +01:00
db647d915d Including sudachi Emulator Project as a copyright owner.
To the files where sudachi changes were ported into in the parent
commit.
2024-03-28 11:12:03 +00:00
b3e989343d Added support for Princess Peach: Showtime! 2024-03-28 11:11:57 +00:00
ivchodev
09578d522b revert 925ce2fad3
Reverting potentially plagiarized code. The developer team did not sign off on this commit.
2024-03-26 18:38:52 +01:00
ivchodev
9b77efe2b4 revert eb306775c6
revert fix clong format
2024-03-26 18:37:54 +01:00
ivchodev
224cac988e revert fd1ec51496
revert try 2 fix clang
2024-03-26 18:37:35 +01:00
ivchodev
43c1a4c643 revert 77e9b7b59b
revert try 3 fixing clang omfg its just a space
2024-03-26 18:36:29 +01:00
77e9b7b59b
try 3 fixing clang omfg its just a space 2024-03-26 16:51:43 +08:00
fd1ec51496
try 2 fix clang 2024-03-26 16:49:03 +08:00
eb306775c6
fix clong format 2024-03-26 16:46:05 +08:00