Commit Graph

  • b0880f0ef8 video_core: Move rasterizer cache template definitions to separate file GPUCode 2023-02-06 22:52:18 +0200
  • 0bb2e8c618 renderer_vulkan: More strict barriers GPUCode 2023-02-06 22:30:34 +0200
  • 84ccb45c5c vk_rasterizer: Move vertex array setup to AccelerateDrawBatch GPUCode 2023-02-06 21:34:24 +0200
  • f8b853d001 video_core: Limit g_state usage in rasterizers GPUCode 2023-02-06 20:46:43 +0200
  • 7e5471e140 Make more file operations parallel PabloMK7 2023-02-06 17:25:01 +0100
  • 61e0725d9d renderer_vulkan: Barrier frame attachment GPUCode 2023-02-06 18:24:40 +0200
  • 2b9ab33af3 Merge branch 'master' of https://github.com/GPUCode/citra into vulkan-2 GPUCode 2023-02-05 21:57:29 +0200
  • 09350f71e8 renderer_vulkan: Fix present mailbox shutdown sequence GPUCode 2023-02-05 21:56:12 +0200
  • 582c438441 vk_rasterizer: Properly set fixed attrib offset GPUCode 2023-02-05 21:09:42 +0200
  • bc10681156 renderer_vulkan: Cleanup renderpass code GPUCode 2023-02-05 18:42:29 +0200
  • faefc5cfe1 renderer_vulkan: Use separate present thread GPUCode 2023-02-05 18:29:49 +0200
  • a92e117277 Add shortcuts and status bar widgets to toggle and set 3D factor Steveice10 2023-02-02 05:16:33 -0800
  • 479ec69d0e Add option to configure to download system files from Nintendo Update Service B3n30 2020-03-25 17:25:59 +0100
  • 72a09245dd common/misc.cpp:GetLastErrorMsg: Resize the error message to the proper length. SachinVin 2023-02-05 00:00:44 +0530
  • c4eb1cc91f core\file_sys\archive_sdmc.cpp: Log error message if file is not open. SachinVin 2023-01-29 13:14:34 +0530
  • f66d03dd48
    citra_qt: Improvements to hotkeys and ui state management (#6224) Tobias 2023-02-04 19:06:20 +0100
  • fd09f1471e common: Make equality operators explicit for Rectangle GPUCode 2023-02-04 19:01:57 +0200
  • c1c68a3487 renderer_vulkan: Move microprofile defines to top of file GPUCode 2023-02-04 16:42:36 +0200
  • 5849d29fc1 video_core: Move RendererBase to VideoCore GPUCode 2023-02-04 16:31:58 +0200
  • b31b6e35a2 renderer_opengl: Rewrite stream buffer GPUCode 2023-02-04 15:47:58 +0200
  • d9f4a6a9d3 Minor improvements PabloMK7 2023-02-04 17:24:57 +0100
  • 7ff9bfb4a9 Fix compile issue on linux (for good) PabloMK7 2023-02-04 13:57:28 +0100
  • 79a53c8003 video_core: Remove Init method GPUCode 2023-02-04 13:08:42 +0200
  • fd9525acc2 video_core: Use interval map for cached_pages GPUCode 2023-02-04 12:57:57 +0200
  • cc4a1fb28f Merge master PabloMK7 2023-02-04 04:18:28 +0100
  • f173cc38d2 Use existing event queue and fix file race condition. PabloMK7 2023-02-04 03:40:57 +0100
  • f659478ab6 aes: Fix derivation of slot 0x25 key X from NATIVE_FIRM. Steveice10 2023-02-03 17:28:19 -0800
  • 25c22f9cec citrq_qt: Further hotkey bug fixes FearlessTobi 2023-01-11 21:31:33 +0100
  • 368d49b6c6 Readme: Address review comments FearlessTobi 2023-02-04 01:02:44 +0100
  • 9b49d94644
    Lower log level of some sdmc logs (#6266) Colin E 2023-02-03 23:41:06 +0100
  • f345428b13 cmake: Use bundled libs on macos GPUCode 2023-02-03 22:00:04 +0200
  • 4a0b863ba9 Services/APT: Simplify the StartApplication code by directly calling WakeupApplication. Subv 2020-04-14 16:32:33 -0500
  • fe545693f7 Services/APT: Reset the app_start_parameters after launching the application with StartApplication. Subv 2020-04-13 20:07:29 -0500
  • 291feffb94 Services/APT: Implement WakeupApplication. Subv 2020-04-13 19:31:03 -0500
  • 8111110298 Services/APT: Implemented PrepareToStartApplication and StartApplication. Subv 2020-04-13 12:03:28 -0500
  • 78cb48b23c
    common: Make TrimSourcePath constexpr (#6279) Steveice10 2023-02-03 10:01:10 -0800
  • b1ece8ce5a Fix compile issue in linux. PabloMK7 2023-02-03 16:54:07 +0100
  • 6b39be628d cmake: Bump minimum version to 3.22 GPUCode 2023-02-03 16:44:02 +0200
  • 41be4b3a36 cmake: move find-modules to root cmake dir Alexandre Bouvier 2023-02-03 16:38:26 +0200
  • 2d726827a9 Test multi-threaded IO operations PabloMK7 2023-02-03 16:01:15 +0100
  • 06800956dd cmake: support the standard cmake testing option Alexandre Bouvier 2023-02-03 16:35:06 +0200
  • 17595cd811 Address some comments GPUCode 2023-02-03 16:04:46 +0200
  • 14f19d1fbf cmake: Hide find package warnings GPUCode 2022-12-13 20:02:42 +0200
  • a79f2aefb0 externals: Fix linux build GPUCode 2022-12-13 13:41:24 +0200
  • 1e86c9a760 cmake: Alias bundled libraries GPUCode 2022-12-13 13:25:48 +0200
  • 02b6ba5410 cmake: enable faster linkers if available Liam 2022-12-12 21:58:14 +0200
  • a62e44db54 cmake: Always provide openssl GPUCode 2022-12-12 21:53:56 +0200
  • 616ba6f32b tests: Downgrade to catch2 v2 GPUCode 2022-12-12 21:32:42 +0200
  • 3472148ef4 cmake: Unbunble cryptopp and address small issues GPUCode 2022-12-12 21:15:57 +0200
  • b6679b9726 cmake: prefer system libusb Alexandre Bouvier 2022-12-12 20:03:30 +0200
  • 79c562e031 cmake: prefer system libraries Alexandre Bouvier 2022-12-12 18:57:25 +0200
  • 9bc6cadcc5 Move the cmake submodule checkout command to a new line Presently, if you forget to initialize the git submodules before running cmake, there'll be a helpful message that reminds you to do so. However, on narrow terminals (e.g. 80 wide) there's a word wrap that includes a new line in the middle of the git command, precluding easy copy-paste. This moves the entire git command to its own line to avoid such tragedies. Fletcher Porter 2022-12-12 18:28:35 +0200
  • 621a8bd7d7 cmake: make tests optional Alexandre Bouvier 2022-12-12 18:27:01 +0200
  • 7d48590292 cmake: add option to check submodules Alexandre Bouvier 2022-12-12 18:24:50 +0200
  • 185d75340f common: Make TrimSourcePath constexpr Steveice10 2023-02-02 19:32:49 -0800
  • 5a45de55e9 Services/APT: Simplify the StartApplication code by directly calling WakeupApplication. Subv 2020-04-14 16:32:33 -0500
  • 17fa5065c5 Services/APT: Reset the app_start_parameters after launching the application with StartApplication. Subv 2020-04-13 20:07:29 -0500
  • e5950ed9eb Services/APT: Implement WakeupApplication. Subv 2020-04-13 19:31:03 -0500
  • fc6beeab80 Services/APT: Implemented PrepareToStartApplication and StartApplication. Subv 2020-04-13 12:03:28 -0500
  • 642fd46938 Add shortcuts and status bar widgets to toggle and set 3D factor Steveice10 2023-02-02 05:16:33 -0800
  • 3a6a17c708
    externals: Bundle cryptopp as submodule. (#6272) Steveice10 2023-02-02 07:26:21 -0800
  • 938ec204f5
    qt: Fix paintEvent not being called until window resize on macOS. (#25) Steveice10 2023-02-02 05:41:41 -0800
  • 3d3dd2d162
    Merge pull request #6275 from zhaowenlan1779/tx-migrate Pengfei Zhu 2023-02-02 16:51:13 +0800
  • bc39ec5af6 Add option to configure to download system files from Nintendo Update Service B3n30 2020-03-25 17:25:59 +0100
  • dea0db1ae9 .github: Add better issue templates FearlessTobi 2023-02-02 03:29:22 +0100
  • 8174cfad9a README: Update with latest information and better design FearlessTobi 2023-02-02 03:09:44 +0100
  • 7c8bfbb078 Merge branch 'master' of https://github.com/GPUCode/citra into vulkan-2 GPUCode 2023-02-01 23:27:12 +0200
  • d7bf139e85 renderer_vulkan: Add pipeline barriers for attachments GPUCode 2023-02-01 22:31:37 +0200
  • df7f1b13cb polyfill_thread: satisfy execution ordering requirements of stop_callback Liam 2023-02-01 16:41:43 +0200
  • e08e644e73 video_core: Move present globals to RendererSettings GPUCode 2023-02-01 16:27:32 +0200
  • ccf36b5e25 video_core: Remove global screenshot state GPUCode 2023-02-01 01:01:10 +0200
  • b6427d0ee0 renderer_vulkan: Cleanup code GPUCode 2023-02-01 00:46:48 +0200
  • 5c401b8ea0 renderer_vulkan: Async presentation GPUCode 2023-01-31 22:40:08 +0200
  • bd3571db5a vk_blit_helper: Fix android crashes GPUCode 2023-01-28 22:38:35 +0200
  • b18710e4df renderer_vulkan: Emulate depth-stencil blits with VK_EXT_shader_stencil_export GPUCode 2023-01-28 20:20:54 +0200
  • 37d97012da Fix variable name PabloMK7 2023-02-01 20:51:30 +0100
  • 5147286653 Apply suggestions and fix timer advance PabloMK7 2023-02-01 18:49:39 +0100
  • 99c3eb21b0
    dist/languages: Migrate to new tx client Pengfei Zhu 2023-02-01 14:57:12 +0800
  • 12a9a06a85 Update translations (2023-02-01) The Citra Community 2023-02-01 06:35:29 +0000
  • 45bb23ab51 Update translations (2023-02-01) The Citra Community 2023-02-01 02:45:57 +0000
  • cb44e40734 Add option to configure to download system files from Nintendo Update Service B3n30 2020-03-25 17:25:59 +0100
  • bbfce8f602 externals: Bundle cryptopp as submodule. Steveice10 2023-01-31 17:21:40 -0800
  • 4832e27ec4 Add option to configure to download system files from Nintendo Update Service B3n30 2020-03-25 17:25:59 +0100
  • 1344702c3d Remove unneccessary method SomeDudeOnDiscord 2023-01-30 09:19:39 -0500
  • 3d4e9c9579 Apply code suggestions SomeDudeOnDiscord 2023-01-29 19:48:03 -0500
  • 7a610ab0a8 Implement SendToOther PabloMK7 2023-01-30 01:10:37 +0100
  • 7f339d4f49 Fix Get/Set SockOpt PabloMK7 2023-01-29 23:09:26 +0100
  • 2caa4970b5 Even more fixes PabloMK7 2023-01-29 21:04:47 +0100
  • 9561cd5b00 More minor fixes PabloMK7 2023-01-29 20:50:52 +0100
  • 9ed7ce36d8 Minor fixes PabloMK7 2023-01-29 20:24:43 +0100
  • efb38bbff3 Resolve clang-format issue SomeDudeOnDiscord 2023-01-29 13:55:52 -0500
  • 0ac30168c7 Implement AC::GetWifiStatus, and get proper network interface. PabloMK7 2023-01-29 17:54:23 +0100
  • efa251855f Lower log level of FS_USER::OpenFile failing to get handle Kewlan 2023-01-29 17:47:56 +0100
  • 48eee78580 Don't pass references to bool SomeDudeOnDiscord 2023-01-29 09:17:58 -0500
  • de3f66419f Lower log level of some sdmc logs Kewlan 2023-01-29 11:46:15 +0100
  • 603330e75d Implement SOC_U::GetHostByName and partial SOC_U::GetNetworkOpt PabloMK7 2023-01-28 17:23:16 +0100
  • bb8cb3ff82
    main: Globally disable the "?" button on dialogs (#6263) Morph 2023-01-28 11:08:15 -0500
  • 69b66cb41d renderer_vulkan: Implement VK_KHR_dynamic_rendering GPUCode 2023-01-27 16:35:58 +0200
  • 0f6478a928
    Fix crash when plugin has missing text section (#6264) PabloMK7 2023-01-27 14:06:35 +0100
  • a5f86e9813 renderer_vulkan: Move framebuffer handling to the renderpass cache GPUCode 2023-01-27 00:25:14 +0200