Commit Graph

  • e5f56fcd33 MDEC: Slightly reduce block timing Connor McLaughlin 2020-06-29 14:45:12 +1000
  • 614ea632a5 SPU: Log warning when data is lost due to reg clear Connor McLaughlin 2020-06-29 14:45:03 +1000
  • ea1066f76e GL/StreamBuffer: Use glBufferData() on all drivers Connor McLaughlin 2020-06-28 21:44:45 +1000
  • 745b53e4cb GL/Context: Fix crash in some GLX drivers Connor McLaughlin 2020-06-27 17:23:43 +1000
  • 15afe4f436 GPU/Vulkan: Fix incorrect vkCmdPushConstants() call Connor McLaughlin 2020-06-27 16:25:30 +1000
  • f690165b52
    Merge pull request from ggrtk/discord Connor McLaughlin 2020-06-27 15:55:30 +1000
  • 1a45ee3018 CommonHostInterface: Use largeImage fields in Discord presence payload Albert Liu 2020-06-26 22:28:48 -0700
  • 0b261e836b GPU/Vulkan: Fix shader VRAM copies Connor McLaughlin 2020-06-27 02:23:12 +1000
  • 58b0e6859a Frontend: Reset/restore GPU state before saving screenshot Connor McLaughlin 2020-06-27 02:22:52 +1000
  • b94de1924d GPU/ShaderGen: Round normalized colours before converting to integer Connor McLaughlin 2020-06-26 21:40:50 +1000
  • 16ca214d09 GPU/OpenGL: Fix VRAM writes breaking on <GL4.3 Connor McLaughlin 2020-06-26 21:39:37 +1000
  • 34d7b752d8 GPU/ShaderGen: Enable GL_ARB_shader_storage_buffer_object on <GL4.3 Connor McLaughlin 2020-06-26 21:39:12 +1000
  • 998ec85b16 CDROM: Log slow sector reads in Release builds too Connor McLaughlin 2020-06-26 17:16:50 +1000
  • 737337a526 CDROM: Fix incorrect sector read after incomplete seek->read Connor McLaughlin 2020-06-26 17:15:39 +1000
  • b8a2487abf GPU/HW: Fix incorrect offset application in line upscaler Connor McLaughlin 2020-06-26 03:25:21 +1000
  • f1cfe1b954
    Merge pull request from ggrtk/qt-theme Connor McLaughlin 2020-06-25 12:13:21 +1000
  • 788a9a6768 Qt: Reset palette and style when selecting default theme Albert Liu 2020-06-24 15:12:21 -0700
  • ad727c7991 CPU/Recompiler: Check interrupts after mtc0 sr/cause Connor McLaughlin 2020-06-25 01:20:18 +1000
  • b00f50c927 CPU/Recompiler: Emit test/jz instead of bt/jnc for bits < 8 Connor McLaughlin 2020-06-25 01:19:53 +1000
  • 55a2c73097 Qt: Add Dark Fusion theme Connor McLaughlin 2020-06-25 01:32:28 +1000
  • a6d976240a Qt: Add theme selection and dark theme Connor McLaughlin 2020-06-25 01:31:23 +1000
  • e6f5009245
    Merge pull request from ggrtk/aspect-ratio-setting Connor McLaughlin 2020-06-24 12:23:46 +1000
  • 28d38c9867 LibretroHostInterface: Report aspect ratio setting to frontend Albert Liu 2020-06-23 09:21:24 -0700
  • 7c206766ae HostInterface: Save default setting to AspectRatio, not PixelAspectRatio Albert Liu 2020-06-23 08:22:09 -0700
  • 832c7a1192 Vulkan: Support using SSBOs instead texel buffers Connor McLaughlin 2020-06-24 01:40:01 +1000
  • 08ef8c1e8d GPU/HW: Support SSBOs instead of texture buffers for VRAM writes Connor McLaughlin 2020-06-24 01:39:53 +1000
  • eec37df1e0 Settings: Make the recompiler the default CPU mode Connor McLaughlin 2020-06-24 01:39:42 +1000
  • f6aae5e67c Settings: Add 2:1 (VRAM 1:1) display aspect ratio Connor McLaughlin 2020-06-24 01:39:35 +1000
  • f32028a736
    Merge pull request from ggrtk/analog-controller Connor McLaughlin 2020-06-24 01:33:26 +1000
  • 2cfb811569
    Merge pull request from lioncash/stamp Connor McLaughlin 2020-06-24 01:32:52 +1000
  • 84d4423719
    Merge pull request from lioncash/leak Connor McLaughlin 2020-06-24 01:31:52 +1000
  • da0885af0d
    Merge pull request from lioncash/fs Connor McLaughlin 2020-06-24 01:30:04 +1000
  • 4b31034efa
    Merge pull request from lioncash/amp Connor McLaughlin 2020-06-24 01:29:42 +1000
  • 293c2f50cd ControllerInterface: Make axis-to-button deadzone customizable Albert Liu 2020-06-22 19:30:19 -0700
  • 6b7c068f83 ControllerInterface: Implement axis scaling for axis-to-axis mappings Albert Liu 2020-06-06 18:49:25 -0700
  • 4c82705e34 timestamp: Correct duplicate conditionals Lioncash 2020-06-23 06:24:04 -0400
  • 987b11a1d2 timestamp: Implement operator!= in terms of operator== Lioncash 2020-06-23 06:20:27 -0400
  • 83a01c27a2 file_system: Prevent resource leaks in DeleteDirectory() Lioncash 2020-06-23 06:13:51 -0400
  • 292a0a6800 file_system: Correct duplicate conditionals in CreateDirectory() Lioncash 2020-06-23 06:09:36 -0400
  • 20d17b953b spu: Make use of logical AND within IsPitchModulationEnabled() Lioncash 2020-06-23 06:00:08 -0400
  • 3ca9d578b3
    Merge pull request from lioncash/field Connor McLaughlin 2020-06-23 19:58:06 +1000
  • 6de24f620e
    Merge pull request from lioncash/psf Connor McLaughlin 2020-06-23 19:57:19 +1000
  • daf9afe221
    Merge pull request from lioncash/xy Connor McLaughlin 2020-06-23 19:56:43 +1000
  • e228588823
    Merge pull request from lioncash/rectangle Connor McLaughlin 2020-06-23 19:56:16 +1000
  • c8082fcdf1
    Merge pull request from lioncash/data Connor McLaughlin 2020-06-23 19:55:25 +1000
  • e064196f25 rectangle: Correct assignment of right within SetExtents Lioncash 2020-06-23 05:50:41 -0400
  • 7a05f8402b playstation_mouse: Amend initial x value Lioncash 2020-06-23 05:48:23 -0400
  • 0abe4c60b4 cd_image: Make use of std::array where applicable Lioncash 2020-06-23 05:04:16 -0400
  • a27aa45e6a bitfield: Make interface fully constexpr Lioncash 2020-06-23 05:27:38 -0400
  • 76af96f15b system: Correct error dialog in PSF load case Lioncash 2020-06-23 05:13:43 -0400
  • 840a80670f CDROM: Reset XA resampler on file switch Connor McLaughlin 2020-06-22 15:58:22 +1000
  • 9265dd72ba Vulkan/ShaderCache: Skip writing pipeline cache when size matches Connor McLaughlin 2020-06-22 15:58:10 +1000
  • eaca5eca07 GPU/Vulkan: Use Metal layer instead NSView on macOS. Connor McLaughlin 2020-06-22 15:58:07 +1000
  • f846817848 Vulkan: Fix crash when opening settings window -> resizing Connor McLaughlin 2020-06-22 15:58:00 +1000
  • 1455e793d5 Vulkan: Fix crash when drag-resizing window Connor McLaughlin 2020-06-22 15:57:54 +1000
  • 82a0ad8a10 Qt/Settings: Make GPU adapter more sensible Connor McLaughlin 2020-06-22 15:57:43 +1000
  • 1667d0a271 Update compatibility list from @macattack222 and @HeroponRikiBestest Connor McLaughlin 2020-06-22 15:55:05 +1000
  • eb1b6b6272 GPU/HW: Fix D3D11 upscaled line GS Connor McLaughlin 2020-06-22 15:53:05 +1000
  • 73cdd676ad GPU/Vulkan: Fix incorrect srcfactor selection Connor McLaughlin 2020-06-21 16:24:06 +1000
  • ce75168238 GPU/Vulkan: Don't assume support for dual-source blend Connor McLaughlin 2020-06-21 01:33:15 +1000
  • bf60f9dd61 GPU/Vulkan: Use geometry shader for line rendering at >1xIR Connor McLaughlin 2020-06-21 01:33:08 +1000
  • 97ef905f10 GPU/Vulkan: Fix race/crash when changing settings live Connor McLaughlin 2020-06-21 01:33:00 +1000
  • f54876deb0 Vulkan/Context: Use VK_MVK_macos_surface not VK_EXT_metal_surface Connor McLaughlin 2020-06-20 20:37:37 +1000
  • fed53b565f GPU/Vulkan: Fix inverted transparency Connor McLaughlin 2020-06-20 20:22:20 +1000
  • a08c398d4b GPU/HW: Provide depth in vertex rather than computing Connor McLaughlin 2020-06-20 20:21:32 +1000
  • 7192b8d83a Vulkan/ShaderCache: Hopefully fix macOS build Connor McLaughlin 2020-06-20 03:39:46 +1000
  • cab5e70ccc Update compatibility list with data from @macattack222 Connor McLaughlin 2020-06-20 03:36:31 +1000
  • 4d827e23c5 Qt: Add GPU/adapter selection to settings Connor McLaughlin 2020-06-20 03:34:00 +1000
  • 77291096db Settings: Add GPU adapter option and hook up to D3D11/Vulkan Connor McLaughlin 2020-06-20 03:33:57 +1000
  • 1b5f8db2fc Vulkan/Context: Support specifying GPU to use Connor McLaughlin 2020-06-20 03:33:55 +1000
  • 4a04800132 Vulkan: Handle potential duplicate GPU/adapter names Connor McLaughlin 2020-06-20 03:33:52 +1000
  • 7fce9b102e FrontendCommon: Add GPU enumeration methods to D3D11/Vulkan host displays Connor McLaughlin 2020-06-20 03:33:49 +1000
  • 85edbce3ca Qt: Use FrontendCommon D3D11 host display wrapper Connor McLaughlin 2020-06-20 03:33:42 +1000
  • 1e26ded73c SDL: Use FrontendCommon D3D11 host display wrapper Connor McLaughlin 2020-06-20 03:33:37 +1000
  • 6eb2079088 FrontendCommon: Add D3D11 helper for host display Connor McLaughlin 2020-06-20 03:33:34 +1000
  • 8ae04f66a1 Update compatibility list with data from @Zet-sensei Connor McLaughlin 2020-06-19 01:42:36 +1000
  • 3114eb51f9 Update README.md with Vulkan renderer Connor McLaughlin 2020-06-19 01:40:08 +1000
  • c023bcd234 Linux build fix Connor McLaughlin 2020-06-19 01:36:46 +1000
  • 1212d24ea9 Merge branch 'vulkan' Connor McLaughlin 2020-06-19 00:19:18 +1000
  • 49a9f01327 Qt: Support Vulkan Connor McLaughlin 2020-06-19 00:18:53 +1000
  • d168947ae4 SDL: Support Vulkan Connor McLaughlin 2020-06-19 00:18:51 +1000
  • 6aacf0019a FrontendCommon: Add a Vulkan host display interface Connor McLaughlin 2020-06-19 00:18:19 +1000
  • 49d11988bf Core: Add Vulkan GPU renderer Connor McLaughlin 2020-06-19 00:18:17 +1000
  • 3cd5b7ae74 Core: Add Vulkan renderer types Connor McLaughlin 2020-06-19 00:18:14 +1000
  • 1399e95b77 Common: Add a range of Vulkan helper/wrapper classes Connor McLaughlin 2020-06-19 00:18:07 +1000
  • 2c0a28398c dep/imgui: Add Vulkan renderer Connor McLaughlin 2020-06-16 22:46:11 +1000
  • 5bbcde7835 dep: Add glslang Connor McLaughlin 2020-06-16 22:46:10 +1000
  • da83059e31 dep/vulkan-loader: Add Vulkan headers and basic dynamic loader Connor McLaughlin 2020-06-16 22:46:07 +1000
  • 63cc4ab197 CommonHostInterface: Release save state selector before display Connor McLaughlin 2020-06-18 21:44:10 +1000
  • bd164d2735 Common/FileSystem: Add {Read,Write}BinaryFile helpers Connor McLaughlin 2020-06-18 21:26:22 +1000
  • 0890164987 Common: Add scope_guard.h from Dolphin Connor McLaughlin 2020-06-16 22:46:14 +1000
  • 47138aa9cf GPU: Consider interlaced rendering for GPU timings Connor McLaughlin 2020-06-18 17:37:11 +1000
  • 5c2b178709
    Merge pull request from ggrtk/advanced-settings Connor McLaughlin 2020-06-18 11:34:49 +1000
  • d005025f8f Qt/AdvancedSettings: Fix swapped widget bindings Albert Liu 2020-06-17 12:34:41 -0700
  • 7aa71529d6
    Merge pull request from ggrtk/advanced-settings Connor McLaughlin 2020-06-18 03:12:13 +1000
  • 8daff5e677 Common: Add dimensional_array.h Connor McLaughlin 2020-06-17 22:46:13 +1000
  • 0e3fdebb11 Qt: Don't set native window to GL surface Connor McLaughlin 2020-06-16 01:06:56 +1000
  • b7d9ce98e8 Qt: Connect tweak/hack settings to Qt frontend Albert Liu 2020-06-14 14:43:16 -0700
  • 53a2b8c03d SDL: Update advanced settings description Albert Liu 2020-06-14 13:03:05 -0700
  • 8a94fc944a CommonHostInterface: Fix minor log message typo Albert Liu 2020-06-16 09:48:19 -0700