Commit Graph

1681 Commits (11c0601a67107c20afb47d148d55578368bde828)
 

Author SHA1 Message Date
Lioncash 292a0a6800 file_system: Correct duplicate conditionals in CreateDirectory() 5 years ago
Lioncash 20d17b953b spu: Make use of logical AND within IsPitchModulationEnabled()
It seems awfully suspect to use a bitwise AND here.
5 years ago
Connor McLaughlin 3ca9d578b3
Merge pull request #559 from lioncash/field
bitfield: Make interface fully constexpr
5 years ago
Connor McLaughlin 6de24f620e
Merge pull request #558 from lioncash/psf
system: Correct error dialog in PSF load case
5 years ago
Connor McLaughlin daf9afe221
Merge pull request #560 from lioncash/xy
playstation_mouse: Amend initial x value
5 years ago
Connor McLaughlin e228588823
Merge pull request #561 from lioncash/rectangle
rectangle: Correct assignment of right within SetExtents
5 years ago
Connor McLaughlin c8082fcdf1
Merge pull request #557 from lioncash/data
cd_image: Make use of std::array where applicable
5 years ago
Lioncash e064196f25 rectangle: Correct assignment of right within SetExtents
Previously left was being assigned twice in a row.
5 years ago
Lioncash 7a05f8402b playstation_mouse: Amend initial x value
Previously the last host y position was being written to twice, which
seems like a typo.
5 years ago
Lioncash 0abe4c60b4 cd_image: Make use of std::array where applicable
Simplifies array copies.
5 years ago
Lioncash a27aa45e6a bitfield: Make interface fully constexpr
Given C++17 is being used, the entire interface is capable of being
constexpr.
5 years ago
Lioncash 76af96f15b system: Correct error dialog in PSF load case
Corrects the error message to state that the PSF couldn't be loaded
rather than EXE.
5 years ago
Connor McLaughlin 840a80670f CDROM: Reset XA resampler on file switch
Pure guess work, probably won't affect anything.
5 years ago
Connor McLaughlin 9265dd72ba Vulkan/ShaderCache: Skip writing pipeline cache when size matches
Comparing all the data wasn't working, at least for Intel. I'm guessing
there's some modification time field in there which keeps changing.
5 years ago
Connor McLaughlin eaca5eca07 GPU/Vulkan: Use Metal layer instead NSView on macOS. 5 years ago
Connor McLaughlin f846817848 Vulkan: Fix crash when opening settings window -> resizing 5 years ago
Connor McLaughlin 1455e793d5 Vulkan: Fix crash when drag-resizing window 5 years ago
Connor McLaughlin 82a0ad8a10 Qt/Settings: Make GPU adapter more sensible
Add a default entry, rather than leaving it blank.
5 years ago
Connor McLaughlin 1667d0a271 Update compatibility list from @macattack222 and @HeroponRikiBestest 5 years ago
Connor McLaughlin eb1b6b6272 GPU/HW: Fix D3D11 upscaled line GS 5 years ago
Connor McLaughlin 73cdd676ad GPU/Vulkan: Fix incorrect srcfactor selection 5 years ago
Connor McLaughlin ce75168238 GPU/Vulkan: Don't assume support for dual-source blend 5 years ago
Connor McLaughlin bf60f9dd61 GPU/Vulkan: Use geometry shader for line rendering at >1xIR 5 years ago
Connor McLaughlin 97ef905f10 GPU/Vulkan: Fix race/crash when changing settings live 5 years ago
Connor McLaughlin f54876deb0 Vulkan/Context: Use VK_MVK_macos_surface not VK_EXT_metal_surface
Will change this over some time in the future when I can work on a Mac
again and set up the layer.
5 years ago
Connor McLaughlin fed53b565f GPU/Vulkan: Fix inverted transparency
Fixes FF7 menu, map screen in Porsche Challenge.
5 years ago
Connor McLaughlin a08c398d4b GPU/HW: Provide depth in vertex rather than computing
Fixes mask bit effects in Vulkan (e.g. Silent Hill).
Significantly reduces the number of mask bit refreshes in OpenGL/Vulkan.
5 years ago
Connor McLaughlin 7192b8d83a Vulkan/ShaderCache: Hopefully fix macOS build 5 years ago
Connor McLaughlin cab5e70ccc Update compatibility list with data from @macattack222 5 years ago
Connor McLaughlin 4d827e23c5 Qt: Add GPU/adapter selection to settings 5 years ago
Connor McLaughlin 77291096db Settings: Add GPU adapter option and hook up to D3D11/Vulkan 5 years ago
Connor McLaughlin 1b5f8db2fc Vulkan/Context: Support specifying GPU to use 5 years ago
Connor McLaughlin 4a04800132 Vulkan: Handle potential duplicate GPU/adapter names 5 years ago
Connor McLaughlin 7fce9b102e FrontendCommon: Add GPU enumeration methods to D3D11/Vulkan host displays 5 years ago
Connor McLaughlin 85edbce3ca Qt: Use FrontendCommon D3D11 host display wrapper 5 years ago
Connor McLaughlin 1e26ded73c SDL: Use FrontendCommon D3D11 host display wrapper 5 years ago
Connor McLaughlin 6eb2079088 FrontendCommon: Add D3D11 helper for host display 5 years ago
Connor McLaughlin 8ae04f66a1 Update compatibility list with data from @Zet-sensei 5 years ago
Connor McLaughlin 3114eb51f9 Update README.md with Vulkan renderer 5 years ago
Connor McLaughlin c023bcd234 Linux build fix 5 years ago
Connor McLaughlin 1212d24ea9 Merge branch 'vulkan' 5 years ago
Connor McLaughlin 49a9f01327 Qt: Support Vulkan 5 years ago
Connor McLaughlin d168947ae4 SDL: Support Vulkan 5 years ago
Connor McLaughlin 6aacf0019a FrontendCommon: Add a Vulkan host display interface 5 years ago
Connor McLaughlin 49d11988bf Core: Add Vulkan GPU renderer 5 years ago
Connor McLaughlin 3cd5b7ae74 Core: Add Vulkan renderer types 5 years ago
Connor McLaughlin 1399e95b77 Common: Add a range of Vulkan helper/wrapper classes 5 years ago
Connor McLaughlin 2c0a28398c dep/imgui: Add Vulkan renderer 5 years ago
Connor McLaughlin 5bbcde7835 dep: Add glslang 5 years ago
Connor McLaughlin da83059e31 dep/vulkan-loader: Add Vulkan headers and basic dynamic loader 5 years ago