Commit Graph

  • 5d230cb542 kernel: Implement module loading raphaelthegreat 2024-06-05 20:50:02 +0300
  • dcaedc89a0 kernel: Fix a few memory functions raphaelthegreat 2024-06-05 20:22:00 +0300
  • 7d61b7ab9b
    Merge pull request #163 from shadps4-emu/video_core/surface_works georgemoralis 2024-06-05 20:13:31 +0300
  • f9e5c70414 texture_cache: detiler image view moved into image class psucien 2024-06-05 18:37:06 +0200
  • f86ef64972 linker: Properly implement thread local storage raphaelthegreat 2024-06-05 19:34:21 +0300
  • 40b68acfb1 core: Split module code from linker raphaelthegreat 2024-06-05 19:23:42 +0300
  • b59e525408 texture_cache: detiler: change staging to faster stream buffer psucien 2024-06-05 18:16:31 +0200
  • bee444b6da fix for re-use psucien 2024-06-05 17:56:53 +0200
  • 3a5ba82eae final touch psucien 2024-06-05 16:34:17 +0200
  • 0b63a76b51 amdgpu: render target size hint for old runtime psucien 2024-06-05 16:34:04 +0200
  • 19994424c5 texture_cache: detiler: shader module release and debug name psucien 2024-06-05 16:33:26 +0200
  • 440a60a43b texture_cache: detiler: m8x1 and m8x4 shaders psucien 2024-06-05 16:14:22 +0200
  • 184b7b7fc2 video_core: added shader header files generator from Citra psucien 2024-06-05 14:31:50 +0200
  • 2c87171b95 texture_cache: a support for m8x1 and m8x4 layouts added to the detiler psucien 2024-06-05 13:10:48 +0200
  • c936f8e2b9
    Merge pull request #161 from Xphalnos/main georgemoralis 2024-06-05 13:44:22 +0300
  • 47323fa76d screenshot under logo Xphalnos 2024-06-05 07:17:02 +0200
  • d52f8dbcad Adding screenshot Xphalnos 2024-06-04 22:43:10 +0200
  • a48333bfac Small update of the readme (again) Xphalnos 2024-06-04 20:55:16 +0200
  • cd87005ded renderer_vulkan: unused extension removed psucien 2024-06-04 12:43:23 +0200
  • d491bbf366 amdgpu: tiling mode introduced psucien 2024-06-02 22:58:23 +0200
  • d7d324ac76 amdgpu: surface bits per element LUT psucien 2024-06-02 22:46:40 +0200
  • 23cc60bf06 video_core: amdgpu: simply crash if an exception occured in coro psucien 2024-06-02 19:16:05 +0200
  • 863d80c16c fix for name of the first dumped cmdb psucien 2024-06-02 18:59:41 +0200
  • 193e74f750 some fs operations file georgemoralis 2024-06-01 18:37:38 +0300
  • a69dfda538 fix in GetHostDirectory , added scePadGetHandle georgemoralis 2024-06-01 17:40:21 +0300
  • b6ffedba85 WIP : sceKernelOpen directory opening georgemoralis 2024-06-01 16:30:15 +0300
  • fc38cf0d8b added sceKernelGettimeofday georgemoralis 2024-06-01 16:29:21 +0300
  • 61920b198c more thread functions georgemoralis 2024-06-01 15:05:02 +0300
  • d334083c2b added a few hle for tmnt game georgemoralis 2024-06-01 10:10:14 +0300
  • 4087a73145
    Merge pull request #160 from shadps4-emu/shader georgemoralis 2024-06-02 09:00:28 +0300
  • 02a50265f8 shader_recompiler: Better branch detection + more opcodes raphaelthegreat 2024-06-01 20:25:31 +0300
  • f624f7749c
    Fixes and QoL (#159) psucien 2024-06-01 22:50:03 +0200
  • 4b14b3f94c fix for rebase leftover psucien 2024-06-01 20:02:34 +0200
  • b44a6c1056 video_core: added a heuristic for determination of CB/DB surface extents psucien 2024-06-01 19:45:23 +0200
  • d5568e635d libraries: kernel: named guest threads psucien 2024-06-01 19:21:17 +0200
  • 44c8de5be9 libraries: gnmdriver: an option to dump application command lists psucien 2024-06-01 15:16:39 +0200
  • d2321dbd9b core: linker: a name for the game main thread psucien 2024-06-01 14:18:47 +0200
  • 29f670cf9c video_core: texture_cache: fix for page table corruption psucien 2024-05-31 12:32:46 +0200
  • 92a8e18eab a final touch psucien 2024-05-31 12:30:34 +0200
  • fcea53820b to ensure that we're not unlocking submits too early psucien 2024-05-30 22:56:14 +0200
  • 8f9436080e
    Merge pull request #157 from Xphalnos/main georgemoralis 2024-06-01 09:22:28 +0300
  • 309e90783e Various changes Xphalnos 2024-06-01 08:18:33 +0200
  • 8a6d357e7f Revert "possible fix" Xphalnos 2024-06-01 07:49:35 +0200
  • 55e63b714d Revert "Possible fix (2)" Xphalnos 2024-06-01 07:49:29 +0200
  • 22b3dc81eb
    Update README.md ArbestRi02 2024-05-31 16:35:02 -0700
  • 2ea255912c Possible fix (2) Xphalnos 2024-05-31 15:23:27 +0200
  • 08b0c9948b possible fix Xphalnos 2024-05-31 14:42:56 +0200
  • fd27541743 Various changes Xphalnos 2024-05-31 14:12:55 +0200
  • 323e66f765 added app_content module georgemoralis 2024-05-31 15:03:05 +0300
  • f292f551ae
    Merge pull request #152 from shadps4-emu/gamefixes georgemoralis 2024-05-30 22:03:38 +0300
  • 3320156a27 fixed a case in sceKernelCreateEventFlag (found in Super Meat boy) georgemoralis 2024-05-30 20:16:16 +0300
  • 3d749bc904 added sceSaveDataMount needed for Cursed Castilla georgemoralis 2024-05-30 13:37:29 +0300
  • 4749782a68 scePthreadCondTimedwait needed for Hyper Light Drifter georgemoralis 2024-05-30 12:51:04 +0300
  • dc3ab91a76 fixed sonic mania savedata georgemoralis 2024-05-30 07:12:02 +0300
  • e7e86c74ad
    Merge pull request #154 from shadps4-emu/rand georgemoralis 2024-05-30 19:16:13 +0300
  • dd91456b48 video_core: Moar shader instruction raphaelthegreat 2024-05-30 18:07:36 +0300
  • ff21750815
    Merge pull request #153 from shadps4-emu/small_additions georgemoralis 2024-05-30 18:06:40 +0300
  • 365df2a3ac video_core: renderer_vulkan: write mask fallback psucien 2024-05-30 16:27:39 +0200
  • 8e6d492524 video_core: renderer_vulkan: added color mask support psucien 2024-05-30 12:55:37 +0200
  • 767e13cccb Linux build fix psucien 2024-05-30 12:09:33 +0200
  • 0212e68752 shader_recompiler: redundant IR opcode removed psucien 2024-05-30 11:50:42 +0200
  • 9227a2b868 video_core: multiple color attachments support psucien 2024-05-30 11:21:26 +0200
  • 3741f013a3 shader_recompiler: added NOP and RSQ instructions psucien 2024-05-30 09:43:49 +0200
  • d05cbd88bb video_core: renderer_vulkan: support for passes w\o a fs psucien 2024-05-30 09:42:28 +0200
  • 674bd4a2ed
    Merge pull request #151 from shadps4-emu/sonic georgemoralis 2024-05-30 06:31:26 +0300
  • 58de7ff55a video_core: Implement basic compute shaders and more instructions raphaelthegreat 2024-05-29 01:28:34 +0300
  • 10bceb1643
    Merge pull request #150 from shadps4-emu/stabilization_one georgemoralis 2024-05-29 23:58:52 +0300
  • 7fc273c6bc clang fmt psucien 2024-05-29 20:31:34 +0200
  • 055dec1149 video_core: texture_cache: proper UniqueImage class movers psucien 2024-05-29 17:17:24 +0200
  • a67b8f7a0b video_core: renderer_vulkan: proper inclusion of maintenance4 psucien 2024-05-29 17:06:46 +0200
  • 5f37a6be83 video_core: amdgpu: fix for a deadlock in wait on idle psucien 2024-05-29 16:03:37 +0200
  • db113bbc7b videoout, platform: fix for ooo irqs psucien 2024-05-29 12:48:21 +0200
  • e5486cc57f video_core: amdgpu: proper destruction of processing thread psucien 2024-05-29 12:47:40 +0200
  • fb237bddad libraries: libc: fix for FSin implementation psucien 2024-05-29 16:02:49 +0200
  • efeb78f59c
    Merge pull request #149 from shadps4-emu/event_flag georgemoralis 2024-05-28 18:44:13 +0300
  • d30703b4eb improvements in definations georgemoralis 2024-05-28 18:24:42 +0300
  • 4d5e9d1da4 set,poll event flag georgemoralis 2024-05-28 15:13:56 +0300
  • 1dfa91b638 event flag implementation from previous pr georgemoralis 2024-05-28 14:29:53 +0300
  • 5f67b59180
    Merge pull request #148 from shadps4-emu/images psucien 2024-05-27 21:40:00 +0200
  • 4d728e943d video_core: Address some feedback raphaelthegreat 2024-05-27 22:12:49 +0300
  • d59b102b6f video_core: Add image support raphaelthegreat 2024-05-27 01:07:46 +0300
  • 729e166cd3
    Merge pull request #146 from shadps4-emu/video_out/new_gpu_frontend georgemoralis 2024-05-27 13:50:25 +0300
  • 09c7379fe0 fix for leaks of coroutine handle psucien 2024-05-26 18:18:32 +0200
  • cbf6a62ef5 Added: - sceSaveDataMount - Create2 mode (50) - slight change in error handling (testing for now) - log to print message when fd = 1 in sceKernelWrite (to avoid crash and move forward, not a file) - mount savedata at emu start for CUSA00402 - Crimsonland (only case, needs testing) - sceSaveDataGetMountInfo raziel1000 2024-05-26 22:12:38 -0600
  • 5cf24a8be3 Added: sceKernelGetCpumode posix_getpagesize posix_usleep sceKernelSleep ps4_clock_getres posix_pthread_setspecific posix_pthread_key_create scePthreadKeyCreate scePthreadRename scePthreadJoin raziel1000 2024-05-26 20:06:56 -0600
  • 8dfa5782b2
    video_core: Add constant buffer support (#147) TheTurtle 2024-05-26 15:51:35 +0300
  • a19b03d5ed video_core: Add constant buffer support raphaelthegreat 2024-05-26 13:46:20 +0300
  • 2963790e0d video_core: initial support for CE and ASC queues psucien 2024-05-26 12:39:30 +0200
  • 3c90b8ac00
    video_core: Bringup some basic functionality (#145) TheTurtle 2024-05-25 15:33:15 +0300
  • 898e821225 externals: Make xxhash lowercase raphaelthegreat 2024-05-25 03:20:21 +0300
  • f480d091ce video_core: Add basic vertex, index buffer handling and pipeline caching raphaelthegreat 2024-05-24 23:50:56 +0300
  • 0eaa7d5859 shader_recompiler: Implement attribute loads/stores raphaelthegreat 2024-05-24 03:02:21 +0300
  • 08e155946e video_core: Remove hack in rasterizer raphaelthegreat 2024-05-22 23:05:19 +0300
  • dd4f4866cc Applied Turtle's feedback (Thanks good teacher) raziel1000 2024-05-24 00:10:06 -0600
  • 337b5413c6 :-)))) raziel1000 2024-05-23 01:29:52 -0600
  • bf8ebc1c95 ... raziel1000 2024-05-23 01:11:46 -0600
  • 7a8d845234 ***** raziel1000 2024-05-23 00:51:31 -0600
  • 1bf7005b91 * Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer) * Added a trophy viewer (right click on game ==> trophy viewer) * Enabled Run button. * Added region in list mode. * Added a simple temp elf list widget. * Switched gui settings to toml. * Added messages when extracting pkg (ex: installing a patch before the game...etc) * Added recent files (6 max) * Fixed several bugs and crashes. raziel1000 2024-05-23 00:30:52 -0600
  • e9f64bb76c
    Merge pull request #143 from shadps4-emu/video_core/null_gpu georgemoralis 2024-05-23 07:52:27 +0300
  • 62fd72009b video_core: a fix for multi submits processing (temporary code) psucien 2024-05-22 20:22:42 +0200