forked from ShuriZma/suyu
1
0
Fork 0

Commit Graph

  • 5002fde374 Fix bug in ConvertToKMemoryPermission Belal Ashraf 2024-04-04 23:43:18 +0200
  • a00d9a9027
    metal: translate shaders to spirv Samuliak 2024-04-08 18:52:31 +0200
  • 67dab8b8d8
    metal: do not release null mtl textures Samuliak 2024-04-08 18:30:04 +0200
  • 40eca20e12
    metal: implement buffer to buffer copy Samuliak 2024-04-08 17:03:25 +0200
  • 3fa495840a
    metal: configure pipeline before drawing Samuliak 2024-04-08 16:47:08 +0200
  • 22ec7e72f0
    metal: do not begin render pass if already active Samuliak 2024-04-08 16:36:29 +0200
  • 2c38fa1a35
    metal: add render pass interruption notice Samuliak 2024-04-08 16:27:28 +0200
  • 2caadffe4d
    Refactor android to dev.suyu.suyu_emu Exverge 2024-03-31 20:08:49 -0400
  • 4a15db8f08
    Map methods in firmware 18.0.0 Exverge 2024-04-07 15:54:44 -0400
  • 641ef1b887
    Map methods in firmware 18.0.0 Exverge 2024-04-07 15:54:44 -0400
  • 4ea55a855a
    fix: clang format Exverge 2024-04-07 14:03:32 -0400
  • 90b8671ddb
    metal: bind pipeline and draw for the first time Samuliak 2024-04-07 18:46:01 +0200
  • 4d700ac01c
    metal: create pipeline cache at startup Samuliak 2024-04-07 17:58:30 +0200
  • 58ac31e2be
    metal: support buffer to buffer copy Samuliak 2024-04-07 16:03:20 +0200
  • 081ad83490
    metal: add basic compute pipeline Samuliak 2024-04-07 15:51:11 +0200
  • a5e7672de5
    metal: blit rendering result to drawable Samuliak 2024-04-07 13:08:14 +0200
  • c8a717651c
    metal: create basic graphics pipeline Samuliak 2024-04-07 11:58:35 +0200
  • bc25c8831d
    metal: test buffer creation Samuliak 2024-04-07 09:25:03 +0200
  • b3e8d8d11f
    metal: create buffer cache on startup Samuliak 2024-04-07 09:06:15 +0200
  • d33d50780e
    adding swiftUI notice AMA2581 2024-04-07 08:12:08 +0330
  • 0feb0aa7a1
    metal: todo a fix for NULL images Exverge 2024-04-06 23:15:36 -0400
  • 32c49173ad
    fix: clang format Exverge 2024-04-06 21:01:21 -0400
  • c3584e6c39
    metal: make metal-cpp a proper external Exverge 2024-04-06 21:13:26 -0400
  • 76009b05a8
    temp CI fix Exverge 2024-04-06 20:52:29 -0400
  • 3f76e5b8d7
    metal: logging Exverge 2024-04-06 20:51:23 -0400
  • 7688c89bc7
    todo prerelease-check-fix Exverge 2024-04-06 20:19:19 -0400
  • 75386a5de7
    metal: add missing copyright and license information Samuliak 2024-04-06 20:42:17 +0200
  • 844eff564e Don't include objective C in the list of languages Samuliak 2024-04-06 20:31:41 +0200
  • 897e0dfdc0 metal: use metal cpp Samuliak 2024-04-06 20:28:54 +0200
  • cc0cde9c3f Add metal-cpp to externals Samuliak 2024-04-06 19:36:55 +0200
  • 77205848af
    Add requested changes Crimson Hawk 2024-04-06 13:34:23 -0400
  • 74c1c77973
    fix: check if apple before enabling objc Exverge 2024-04-06 12:22:43 -0400
  • 3c82b81899
    metal: change license identifiers to GPL-2.0-or-later Samuliak 2024-04-06 17:50:45 +0200
  • e947a06441
    fix: include metal renderer in ALL_LOG_CLASSES Samuliak 2024-04-06 17:46:31 +0200
  • ef8b77c9a3
    metal: do not release not existing buffers Samuliak 2024-04-06 17:35:12 +0200
  • e87893ec42 metal: add basic buffer cache Samuliak 2024-04-06 17:23:38 +0200
  • 19503fd643 metal: print debug messages Samuliak 2024-04-06 14:46:54 +0200
  • e4d2bcaaeb
    Add Metal as a Logging class Exverge 2024-04-06 17:09:27 +0200
  • 789bc69281 metal: add info about command recorder memory leaks Samuliak 2024-04-06 12:42:19 +0200
  • 863842948b metal: use texture cache to create textures render passes Samuliak 2024-04-06 12:39:24 +0200
  • 88154b6c6d metal: add file copyright text to new files Samuliak 2024-04-06 10:21:35 +0200
  • c740bf21d2 metal: update license identifiers Samuliak 2024-04-06 10:13:35 +0200
  • 3df0977948 Merge branch 'macOSbranch-ama25' into metal-dev initial metal backend Samuliak 2024-04-06 09:58:40 +0200
  • 82b3fcca18 metal: create texture cache in rasterizer Samuliak 2024-04-06 09:55:26 +0200
  • ea5dc91b9d metal: add basic staging buffer pool and texture cache Samuliak 2024-04-06 08:55:11 +0200
  • 35b751de1b metal: add command recorder for command management Samuliak 2024-04-05 17:10:21 +0200
  • 79ff60356d metal: create swap chain to manage metal layer Samuliak 2024-04-05 16:21:39 +0200
  • 380af618d3 metal: draw to on-screen qwidget Samuliak 2024-04-05 14:19:07 +0200
  • 7ea460a800 metal: initial support Samuliak 2024-04-05 06:35:06 +0200
  • be31d5f56c
    Enable Windows MinGW artifacts. Fijxu 2024-04-02 14:12:27 -0300
  • 32da0983d8
    todo Exverge 2024-04-03 21:05:49 -0400
  • 3cdd76b23d Fix qdarkstyle and midnight blue sliders being cropped flodavid 2024-02-23 16:37:41 +0100
  • 7c9545c82a Add dark mode configuration setting in UI tab flodavid 2024-02-12 04:01:25 +0100
  • 9bba778d15 Rework themes to easily use light/dark palette, using only different icons flodavid 2024-02-04 04:05:50 +0100
  • 0b2409d1bd Automatic dark theme switching for Windows and Linux flodavid 2024-02-04 04:04:47 +0100
  • c889f1bd36 Load custom Qt themes from yuzu data directory flodavid 2024-01-18 20:51:39 +0000
  • b911ac8516 Update README.md zqpvr01 2024-04-02 15:29:13 +0200
  • 715a3fc83b Update README.md zqpvr01 2024-04-02 15:28:16 +0200
  • 8032d67619 Upload files to "img" zqpvr01 2024-04-02 15:25:23 +0200
  • 1d4f0a78f6 revert 242114d862 zqpvr01 2024-04-02 15:25:09 +0200
  • 242114d862 Upload files to "/" zqpvr01 2024-04-02 15:24:51 +0200
  • 89468f90a2
    Comment out unimplemented check textureimage-void Exverge 2024-03-30 19:34:32 -0400
  • a3c8b29607
    Updated the links for the Info Popup Nikilite 2024-03-28 22:31:16 +0100
  • 4015b1d397 Solves warning about GuestMemory having internal linkage. Lucas Clemente Vella 2024-03-31 13:40:04 +0100
  • 5a92429b8c Merge branch 'dev' into dev BoomMicrophone 2024-04-01 15:09:57 +0200
  • d3f67d1e9c Fix GCC builds with Debug build type voidanix 2024-03-23 23:25:52 +0100
  • d09ab05c1b remove comment BoomMicrophone 2024-03-31 21:42:11 +0200
  • db9035cc35 remove comment BoomMicrophone 2024-03-31 21:41:43 +0200
  • dcd2890af6 Merge branch 'dev' into dev BoomMicrophone 2024-03-31 17:55:38 +0200
  • c25bcb6083 Merge branch 'dev' into dev Crimson-Hawk 2024-03-31 00:45:46 +0100
  • 7215ac9543 Fix NROs crashing and loading infinitely Belal Ashraf 2024-03-29 13:41:34 +0100
  • 39eea71e62
    fix: resume application when library applets are closed Exverge 2024-03-24 19:51:18 -0400
  • 48e86d6e84 Fixes issue #94: setting Vulkan::Headers before Qt6 can do it Lucas Clemente Vella 2024-03-30 15:13:23 +0000
  • ba3539c517
    Use CC0-1.0 for images under ./img Fijxu 2024-03-29 21:31:40 -0300
  • 66cf0c1b0c
    Clarify that we indeed have builds Hustler One 2024-03-25 20:48:12 +0100
  • 444a200eef Upload files to "img" zqpvr01 2024-03-29 19:19:28 +0100
  • 2a672fac30 revert 9e223759e0 zqpvr01 2024-03-29 19:19:11 +0100
  • 9e223759e0 Add img zqpvr01 2024-03-29 19:18:38 +0100
  • b5c02fe14a Update README.md zqpvr01 2024-03-29 17:31:07 +0100
  • 36ede797f3 Vulkan validation error fix. Lucas Clemente Vella 2024-03-23 23:46:02 +0000
  • ce8f3e802e
    Use proper SPDX-FileCopyrightText for Sudachi. Corrects db647d915d Fijxu 2024-03-29 01:04:51 -0300
  • 9c2f3bff3f Merge branch 'dev' into dev BoomMicrophone 2024-03-28 22:43:20 +0100
  • 040893da00 formatting ilonachan 2024-03-25 19:25:11 +0100
  • 876d7f90b6 Add option to log synchronously, add tooltip to log filter. Kelebek1 2024-03-25 19:16:08 +0100
  • db647d915d Including sudachi Emulator Project as a copyright owner. Lucas Clemente Vella 2024-03-27 01:26:35 +0000
  • b3e989343d Added support for Princess Peach: Showtime! Jarrod Norwell 2024-03-23 11:53:26 +0800
  • 09578d522b revert 925ce2fad3 ivchodev 2024-03-26 18:38:52 +0100
  • 9b77efe2b4 revert eb306775c6 ivchodev 2024-03-26 18:37:54 +0100
  • 224cac988e revert fd1ec51496 ivchodev 2024-03-26 18:37:35 +0100
  • 43c1a4c643 revert 77e9b7b59b ivchodev 2024-03-26 18:36:29 +0100
  • affee8c522 fix epic fail BoomMicrophone 2024-03-26 16:34:22 +0100
  • b59aaf14e9 Woah guys this is so compliant! BoomMicrophone 2024-03-26 16:10:33 +0100
  • caa1fb094c nullglob globstar gobble up those nuts BoomMicrophone 2024-03-26 15:57:41 +0100
  • 77e9b7b59b
    try 3 fixing clang omfg its just a space Crimson-Hawk 2024-03-26 16:51:43 +0800
  • fd1ec51496
    try 2 fix clang Crimson-Hawk 2024-03-26 16:49:03 +0800
  • eb306775c6
    fix clong format Crimson-Hawk 2024-03-26 16:46:05 +0800
  • 925ce2fad3
    preliminary fix to the peach game Crimson-Hawk 2024-03-26 16:39:56 +0800
  • eba28b0df3
    All relevant changes in commit 51862e862d have been Hustler One 2024-03-25 21:12:28 +0100
  • 207732e71f
    Clarify that we indeed have builds Hustler One 2024-03-25 20:48:12 +0100
  • 068052078f
    CI: Enable android artifacts Fijxu 2024-03-25 12:03:07 -0300