Connor McLaughlin
|
8c7a192128
|
Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
|
2022-12-04 21:03:49 +10:00 |
|
Connor McLaughlin
|
7d3ac98cc6
|
HostDisplay: Manually throttle fullscreen UI presentation
Fixes flickering screen in fullscreen with Vulkan.
|
2022-12-04 14:06:56 +10:00 |
|
Connor McLaughlin
|
eafa4fb1a3
|
HostDisplay: Simplify method naming
Match PCSX2.
|
2022-12-04 13:22:13 +10:00 |
|
Connor McLaughlin
|
11ba87059e
|
HostDisplay: Remove parameters which get pulled from config
No point duplicating them.
|
2022-10-14 00:14:34 +10:00 |
|
Connor McLaughlin
|
ccfe3925fc
|
HostDisplay: Use border sampling for post processing shaders
|
2022-10-13 22:53:16 +10:00 |
|
Connor McLaughlin
|
8afea2fef8
|
HostDisplay: Fix post-processing time, add original source size
|
2022-10-13 17:42:15 +10:00 |
|
Connor McLaughlin
|
a9038133c8
|
HostDisplay: Common texture base class for all APIs
|
2022-10-04 00:00:56 +10:00 |
|
Connor McLaughlin
|
8aa1c8827c
|
GPU/D3D11: Purge D3D11::StagingTexture
|
2022-09-26 22:15:51 +10:00 |
|
Connor McLaughlin
|
6bafcea94f
|
HostDisplay: Remove DestroyRenderDevice()
|
2022-09-26 22:15:51 +10:00 |
|
Connor McLaughlin
|
0b3461338c
|
HostDisplay: Use streaming for sw renderer display
|
2022-09-13 17:50:42 +10:00 |
|
Connor McLaughlin
|
bec0d6e7df
|
HostDisplay: Add GPU usage statistics
|
2022-09-03 14:17:51 +10:00 |
|
Connor McLaughlin
|
c7e8233b7b
|
System: Move present skip check to core
|
2022-08-19 00:07:14 +10:00 |
|
Connor McLaughlin
|
817c7ef96a
|
FrontendCommon: Mark host display files as final
Libretro has its own display classes now.
|
2021-05-23 16:18:15 +10:00 |
|
Connor McLaughlin
|
e84fe4d948
|
D3D11HostDisplay: Fix alpha channel of lightgun crosshair
|
2021-05-08 03:24:18 +10:00 |
|
Connor McLaughlin
|
2aea58d056
|
HostDisplay: Add method to render screenshots at window size
|
2021-03-06 02:21:27 +10:00 |
|
Connor McLaughlin
|
5a66639d78
|
HostDisplay: Add virtual method for getting resolutions
|
2021-02-14 18:36:21 +10:00 |
|
Connor McLaughlin
|
7a48bcc585
|
FrontendCommon: Remove WITH_IMGUI #ifdefs
We never compile FrontendCommon without imgui anyway.
|
2021-01-31 17:10:27 +10:00 |
|
Connor McLaughlin
|
e697d9aa33
|
HostDisplay: Move imgui context creation to base class
|
2021-01-31 17:10:27 +10:00 |
|
Connor McLaughlin
|
6c6fdeb15e
|
HostDisplay: Make textures have levels/layers/samples attributes
|
2021-01-24 20:41:40 +10:00 |
|
Connor McLaughlin
|
bb572741ae
|
HostDisplay: Add GetHostRefreshRate() function
Only implemented in Windows for now.
|
2021-01-11 03:50:13 +10:00 |
|
Connor McLaughlin
|
dc46d52029
|
FrontendCommon: Remove unnecessary #ifndef LIBRETRO macros
These were only needed because of ancient compilers on the libretro
buildbot, it still compiles fine with these fields on the latest
compilers.
|
2020-12-27 00:54:53 +10:00 |
|
Connor McLaughlin
|
702ed21207
|
HostDisplay: Add threaded presentation for Vulkan renderer
Can add a significant speedup for fast forward. Automatically disabled
when vsync is enabled.
|
2020-12-27 00:54:53 +10:00 |
|
Connor McLaughlin
|
ca84925ff8
|
HostDisplay: Support screenshotting 16-bit display formats
|
2020-12-22 03:24:51 +10:00 |
|
Connor McLaughlin
|
d3d881aa6b
|
GPU/Software: Reduce number of copies by one, enable 16-bit scanout
|
2020-11-21 18:39:04 +10:00 |
|
Connor McLaughlin
|
d102b2facd
|
Qt: Fix selecting fullscreen mode breaking other backend borderless
|
2020-11-03 16:17:45 +10:00 |
|
Connor McLaughlin
|
414bc30f24
|
HostDisplay: Implement exclusive fullscreen for D3D11 renderer
|
2020-11-02 00:56:05 +10:00 |
|
Connor McLaughlin
|
68d08ddbcb
|
Merge branch 'postprocessing'
|
2020-09-13 12:14:21 +10:00 |
|
Connor McLaughlin
|
3847be86b0
|
Fix a bunch of random warnings
|
2020-09-13 11:54:51 +10:00 |
|
Connor McLaughlin
|
2819715260
|
FrontendCommon: Add a post processing implementation
|
2020-09-13 01:23:43 +10:00 |
|
Connor McLaughlin
|
0af22825ad
|
FrontendCommon: Drop imgui deps for libretro build
|
2020-09-01 12:48:57 +10:00 |
|
Connor McLaughlin
|
d6ec1fd84e
|
Build fix
|
2020-07-10 14:46:44 +10:00 |
|
Connor McLaughlin
|
c01854e9d1
|
Define LIBRETRO macro when building core, skip swap chain
|
2020-07-10 14:02:45 +10:00 |
|
Connor McLaughlin
|
2a38090e7a
|
HostDisplay: Move most backend logic to FrontendCommon
|
2020-06-30 03:03:56 +10:00 |
|
Connor McLaughlin
|
77291096db
|
Settings: Add GPU adapter option and hook up to D3D11/Vulkan
|
2020-06-20 03:34:19 +10:00 |
|
Connor McLaughlin
|
7fce9b102e
|
FrontendCommon: Add GPU enumeration methods to D3D11/Vulkan host displays
|
2020-06-20 03:34:19 +10:00 |
|
Connor McLaughlin
|
6eb2079088
|
FrontendCommon: Add D3D11 helper for host display
|
2020-06-20 03:33:34 +10:00 |
|