Commit Graph

  • d6cd8de1a7 Delete unused EFBHasAlphaChannel function Scott Mansell 2023-01-30 05:06:47 +13:00
  • 9d125a6e43 Move ConfigChanged out of RenderBase Scott Mansell 2023-01-30 05:06:25 +13:00
  • ca5ec13e13 Move GraphicsMod out of RenderBase Scott Mansell 2023-01-30 05:01:05 +13:00
  • 55d15bdd6e Move utiltily drawing out of RenderBase Scott Mansell 2023-01-30 04:02:55 +13:00
  • 99d3e489ea Move BoundingBox out of RenderBase Scott Mansell 2023-01-30 03:40:15 +13:00
  • 35a69cb1bb Fix missing include Scott Mansell 2023-01-30 03:09:40 +13:00
  • 8ad59f8ccf Add AbstractGfx for DX12 Scott Mansell 2023-01-29 23:58:54 +13:00
  • 5a2d119bda Implement AbstractGfx for Dx11 Scott Mansell 2023-01-29 23:58:32 +13:00
  • 8bc8e43dd6 Add virtual Initialize() to PerfQueryBase Scott Mansell 2023-01-29 23:57:37 +13:00
  • 3c73707dfe Fix dead code. Scott Mansell 2023-01-29 23:55:33 +13:00
  • eaae5b4a45 Implement AbstactGfx for Metal Scott Mansell 2023-01-29 14:55:53 +13:00
  • 89d9ec0a84 Fix warning Scott Mansell 2023-01-29 14:54:41 +13:00
  • b007b8e104 Replace BeginUI/EndUI Scott Mansell 2023-01-28 23:33:01 +13:00
  • 18c799f0b6 Present: Set surface info before initializing ImGui Scott Mansell 2023-01-28 21:30:56 +13:00
  • 06ae08ca8b Fix misnamed local variable Scott Mansell 2023-01-28 21:08:39 +13:00
  • f158ff300b Handle VideoSoftware's present fallback better Scott Mansell 2023-01-28 16:23:30 +13:00
  • 26e00c3bb4 Fix warning about using & with bools Scott Mansell 2023-01-28 15:30:29 +13:00
  • 74d3b3443a Fix warning about compare sign mismatch Scott Mansell 2023-01-28 15:14:10 +13:00
  • 8f5b196019 Minimise include polution from RenderState Scott Mansell 2023-01-28 15:13:49 +13:00
  • 2a2014af09 Implement AbstractGfx for Vulkan Scott Mansell 2023-01-28 15:12:28 +13:00
  • 58b70b2fb2 Don't set common globals from Video Backends Scott Mansell 2023-01-28 14:53:19 +13:00
  • d37f83ffeb Implement AbstractGfx for Software & Null Scott Mansell 2023-01-27 15:07:05 +13:00
  • be8cbe3c66 Merge pull request #11513 from JosJuice/android-scaled-int-setting Charles Lombardo 2023-01-31 01:05:36 -05:00
  • f0336a3129 Implement AbstractGfx for OpenGL Scott Mansell 2023-01-27 13:21:09 +13:00
  • 8a23629345 Split AbstractGfx out of Renderer Scott Mansell 2023-01-27 11:34:59 +13:00
  • e57eb04ed3 Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h} Scott Mansell 2023-01-28 13:50:57 +13:00
  • 0d4537d60f Move Presenting, Dumping and ImGui out of Renderer Scott Mansell 2023-01-27 17:03:15 +13:00
  • c38c76abad Refactor to remove virtual from RenderXFBToScreen Scott Mansell 2023-01-26 19:06:39 +13:00
  • a01d5283ec TextureCache: Add content locking Scott Mansell 2022-07-27 19:35:51 +12:00
  • 606c18210d TextureCache: Refactor with smart pointers Scott Mansell 2022-07-25 17:20:33 +12:00
  • c1fd4a2013 Move TCacheEntry out of TextureCacheBase Scott Mansell 2022-07-24 10:46:05 +12:00
  • 2843cd10a8 Merge pull request #11492 from mandar1jn/file-improvements Pierre Bourdon 2023-01-31 03:02:39 +01:00
  • 12b8b44a08 Android: Simplify the grid options dialog fragment Charles Lombardo 2023-01-30 17:01:59 -05:00
  • c63eb75435 Merge pull request #11520 from lioncash/undefined JosJuice 2023-01-30 21:17:11 +01:00
  • 600ad5f498 VideoCommon: Better logic op invert approximation TellowKrinkle 2022-07-13 03:56:33 -05:00
  • 43194b2742 Merge pull request #11519 from lioncash/android JosJuice 2023-01-30 20:21:44 +01:00
  • cdd3e636e1 Common/Network: Resolve -Wexpansion-to-defined warning Lioncash 2023-01-30 14:00:19 -05:00
  • 2e8ad9f105 Android: Create ScaledIntSetting class JosJuice 2023-01-29 22:02:27 +01:00
  • f0b833a639 Merge pull request #11518 from t895/deprecated-setting JosJuice 2023-01-30 19:56:44 +01:00
  • 96bc0a3063 Android: Remove unused force filtering setting Charles Lombardo 2023-01-30 13:33:06 -05:00
  • 65c782b3b9 Merge pull request #11517 from t895/slider-setting-adjustment JosJuice 2023-01-30 19:32:18 +01:00
  • 5c1954c843 AndroidCommon: Make use of std::string_view where applicable Lioncash 2023-01-30 13:24:53 -05:00
  • 26c8440ae1 Android: Set each slider step size manually Charles Lombardo 2023-01-30 13:17:02 -05:00
  • 8960f6f07c Merge pull request #11516 from lioncash/spans Admiral H. Curtiss 2023-01-30 19:14:41 +01:00
  • f20790370a Core/ActionReplay: Make use of std::span where applicable Lioncash 2023-01-30 12:57:40 -05:00
  • adb4c0492d Core/GeckoCode: Make use of std::span where applicable Lioncash 2023-01-30 12:49:45 -05:00
  • 81388eedaa Use GNUInstallDirs for installation paths Dan Church 2022-10-11 13:44:04 -05:00
  • c8a91abadc Improve the data in the first data block of the skylanders figures * Added NUID * Added BCC * Added ATQA * Added SAK Mandar1jn 2023-01-25 21:04:22 +01:00
  • 07cf8c5668 Merge pull request #11323 from iwubcode/marvel_super_hero_squad_ini Admiral H. Curtiss 2023-01-30 10:06:23 +01:00
  • df9ba70c35 Merge pull request #11507 from phire/Wnullablitly-completeness Admiral H. Curtiss 2023-01-30 10:03:49 +01:00
  • ae712c61c2 Merge pull request #11500 from iwubcode/vulkan_copy_rectangle_one_layer Admiral H. Curtiss 2023-01-30 10:03:33 +01:00
  • e48424065b Merge pull request #10839 from CasualPokePlayer/fix_sysconf_settings Admiral H. Curtiss 2023-01-30 09:50:21 +01:00
  • 1eb69ea0a0 Merge pull request #10936 from TellowKrinkle/FixIncludeDirs Admiral H. Curtiss 2023-01-30 09:19:06 +01:00
  • fa1fec7d48 Merge pull request #11510 from TellowKrinkle/FmtImport Admiral H. Curtiss 2023-01-30 09:10:22 +01:00
  • 071ee3d85e Merge pull request #11512 from JosJuice/android-mem2-crash Admiral H. Curtiss 2023-01-30 09:07:56 +01:00
  • 8edca2039e Merge pull request #10947 from Zopolis4/opensleuth Admiral H. Curtiss 2023-01-30 09:02:45 +01:00
  • a2f4606d33 Merge pull request #11205 from TellowKrinkle/AutoPresent Pierre Bourdon 2023-01-30 09:01:18 +01:00
  • 0ec4ef4d25 Merge pull request #11033 from autofire372/mp3-bloom Admiral H. Curtiss 2023-01-30 09:00:44 +01:00
  • 53f3d97b7d Add bloom definitions for Metroid Prime 3 autofire372 2022-09-04 18:28:39 -04:00
  • 6d7303993c Merge pull request #11509 from Sam-Belliveau/improved-speed-counter Scott Mansell 2023-01-30 20:41:03 +13:00
  • 13d14282a0 Merge pull request #11511 from TellowKrinkle/MTLHD4000 Scott Mansell 2023-01-30 19:31:36 +13:00
  • 5a8b8658f1 Merge pull request #11514 from JMC47/cpuculldefaults Scott Mansell 2023-01-30 19:29:35 +13:00
  • df536b1443 Add CPU Cull to Twilight Princess and Metroid Prime Series JMC47 2023-01-30 01:08:34 -05:00
  • 00fdf1ddce Android: Fix crash when attempting to change MEM2 size JosJuice 2023-01-29 23:35:54 +01:00
  • 07e98c7790 CMake: Use imported target for fmt in tests TellowKrinkle 2023-01-29 14:37:54 -06:00
  • e4e425b930 VideoBackends:Metal: Assert on pipelines with no render targets TellowKrinkle 2023-01-29 14:36:28 -06:00
  • 1119a9ba32 VideoCommon: Don't create pipelines with no render targets TellowKrinkle 2023-01-29 14:35:23 -06:00
  • ebf114aef5 Tie Speed to CPU Speed and not VPS Sam Belliveau 2023-01-29 13:33:48 -05:00
  • d380d43209 Merge pull request #11508 from JosJuice/gameini-force-filtering Mai 2023-01-29 16:52:38 +00:00
  • afe9d5b098 GameSettings: Replace ForceFiltering with ForceTextureFiltering JosJuice 2023-01-29 17:34:26 +01:00
  • 6ad182edd9 Ignore nullability-completeness warnings in VMA Scott Mansell 2023-01-30 03:11:51 +13:00
  • 2eda76cffc Merge pull request #11474 from MayImilae/cleanup-remove-cdutils Pierre Bourdon 2023-01-29 09:50:32 +01:00
  • 05b77925cb Merge pull request #11460 from t895/reveal-settings Pierre Bourdon 2023-01-29 07:00:38 +01:00
  • 19d16b136a Merge pull request #11505 from Pokechu22/revert-dsp-code-alignment Pierre Bourdon 2023-01-29 03:08:30 +01:00
  • 3b4e17292d Revert "DSPLLE: Add assertion for bad DMA alignment" Pokechu22 2023-01-28 17:26:47 -08:00
  • e27339039c PPCAnalyst: Actually check if instructions want CR JosJuice 2021-06-29 14:59:38 +02:00
  • 9d2c4aa325 PPCAnalyst: Use bitsets for CR analysis JosJuice 2021-06-29 14:25:56 +02:00
  • 3b57fb1d21 PPCTables: Add new instruction flags for CR JosJuice 2021-06-29 14:00:58 +02:00
  • 3e21ba55f1 Merge pull request #11496 from t895/analytics-dialog-kotlin JosJuice 2023-01-28 20:03:49 +01:00
  • 37859ec1da Cleanup: Remove CDUtils MayImilae 2023-01-23 03:04:23 -08:00
  • 7bea39b39e VideoBackends: add a way to load data into a specific level AND layer, default to layer 0 iwubcode 2023-01-27 18:46:53 -06:00
  • 271c60781b VideoBackends: update Vulkan's 'CopyRectangleFromTexture' to copy one layer, copying more than one layer doesn't make sense given that we provide both the source/destination layer iwubcode 2023-01-27 18:41:52 -06:00
  • 41272dc5f1 Merge pull request #11429 from AdmiralCurtiss/globals-ppc Pierre Bourdon 2023-01-27 19:06:30 +01:00
  • be2d394b8c GDBStub: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 19:20:15 +01:00
  • dd9907ed93 PatchEngine: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 19:06:02 +01:00
  • 4c349caabd MIOS: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 19:03:42 +01:00
  • ed633476e6 IOS: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 19:01:51 +01:00
  • 0a0b4d325f HW/SystemTimers: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 06:59:09 +01:00
  • a784fe1f2f HW/ProcessorInterface: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 06:55:53 +01:00
  • 884130f95c HW/Memmap: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 06:55:12 +01:00
  • 2bf72de43d HW/GPFifo: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 06:49:38 +01:00
  • e2f7855b0e HW/DSP: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 06:45:21 +01:00
  • 18d9ec75f1 HW/CPU: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 06:45:13 +01:00
  • 078a460446 HW/AudioInterface: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 06:44:59 +01:00
  • b52e8fd295 HLE_OS: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 06:19:05 +01:00
  • 7fd552081f HLE function hooking: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 05:40:02 +01:00
  • 30de91d843 GeckoCode: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 05:22:33 +01:00
  • 1a826b27a6 FifoPlayer: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 05:18:34 +01:00
  • 8adabb86cf Debugger: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 05:14:32 +01:00
  • bfc951311f CheatSearch: Avoid ppcState global. Admiral H. Curtiss 2023-01-10 04:53:50 +01:00