 JMC47andGitHub
|
65f39c076e
|
Merge pull request #14149 from iwubcode/shader_asset_vector_properties
VideoCommon: update ShaderAsset to use a vector of properties
|
2025-11-23 06:34:45 -05:00 |
|
 JMC47andGitHub
|
3fd8d072bf
|
Merge pull request #14037 from jordan-woyak/presentation-timing
Add "Rush Frame Presentation" and "Smooth Early Presentation" settings.
|
2025-11-22 04:49:03 -05:00 |
|
iwubcode
|
2c646cec40
|
VideoCommon: update ShaderAsset to use a vector of properties, this way we ensure the order of these properties match the order of the material
|
2025-11-21 14:31:10 -06:00 |
|
iwubcode
|
1f083a60c9
|
VideoCommon: update ShaderAsset to remove requirement of the code name being in the shader source, this just makes it more difficult to iteratively test changes, assume shader devs know what they are doing
|
2025-11-21 14:29:24 -06:00 |
|
 Jordan WoyakandGitHub
|
2719a5673e
|
Merge pull request #14121 from jordan-woyak/warn-silence
Common and VideoCommon: Silence a few warnings.
|
2025-11-19 22:09:19 -06:00 |
|
 JosJuiceandGitHub
|
91c3a58889
|
Merge pull request #13922 from TryTwo/imgui_add_default_font
OSD/Imgui: Add a better default font
|
2025-11-16 13:58:18 +01:00 |
|
Jordan Woyak
|
e630b0692e
|
VideoCommon/FramebufferManager: Silence warning:
warning: virtual method '~FramebufferManager' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier]
|
2025-11-15 20:32:10 -06:00 |
|
 Jordan WoyakandGitHub
|
c08fda96ca
|
Merge pull request #14100 from AndrewGDX/master
Improved stereoscopic 3D settings
|
2025-11-12 16:43:21 -06:00 |
|
AndrewGDX
|
113c86f1b4
|
Improved stereoscopic 3D settings
|
2025-11-12 12:29:03 +03:00 |
|
Jordan Woyak
|
bf61c890ca
|
VideoCommon/PerformanceMetrics: Display current offset between the latest frame presentation time and the intended presentation time in the "Show Frame Times" box.
|
2025-11-11 20:01:52 -06:00 |
|
Jordan Woyak
|
c2a1dce246
|
VideoCommon: Add "Smooth Early Presentation" setting to improve frame pacing with ImmediateXFB and/or RushFramePresentation.
|
2025-11-11 20:01:52 -06:00 |
|
Jordan Woyak
|
cc331feb02
|
VideoCommon: Make Presenter aware of the next swap time to eliminate unsafe usage of GetTicks() with ImmediateXFB + DualCore.
|
2025-11-11 20:01:52 -06:00 |
|
Jordan Woyak
|
16260040e0
|
CoreTiming: Add "Rush Frame Presentation" setting to throttle only once after each presentation for lower input latency.
|
2025-11-11 20:01:52 -06:00 |
|
 JMC47andGitHub
|
f63796c480
|
Merge pull request #14071 from iwubcode/avoid_config_framebuffer_manager
VideoCommon: pass the EFB buffer scale into the FramebufferManager
|
2025-11-11 20:58:35 -05:00 |
|
Jordan Woyak
|
da6c65bf3b
|
Common: Remove the string parameters from the HookableEvent interface.
|
2025-11-06 22:34:40 -06:00 |
|
iwubcode
|
2f20c12d82
|
VideoCommon: pass the EFB buffer scale into the FramebufferManager instead of pulling it from config, in the future this will allow us to have multiple framebuffers
|
2025-11-05 21:52:54 -06:00 |
|
 Jordan WoyakandDentomologist
|
f289b06e0d
|
Common: Make HookableEvent use non-static data.
Co-authored-by: Dentomologist <dentomologist@gmail.com>
|
2025-11-02 17:30:43 -06:00 |
|
iwubcode
|
ef87af2985
|
VideoCommon: fix wrong path to glslang include
|
2025-11-02 14:29:14 -06:00 |
|
 JMC47andGitHub
|
a4a4416ff2
|
Merge pull request #14042 from iwubcode/bp_functions_global
VideoCommon: move global variables out of BPFunctions
|
2025-11-02 13:17:38 -05:00 |
|
 JMC47andGitHub
|
1d9c743ef7
|
Merge pull request #13975 from iwubcode/shader_includes
VideoBackends / VideoCommon: add support for specifying include files in shader code
|
2025-11-02 13:17:28 -05:00 |
|
 JosJuiceandGitHub
|
da1d45dbd4
|
Merge pull request #14057 from TellowKrinkle/VkRenderWrongLayout
VideoCommon: Fix render to texture in wrong layout
|
2025-11-01 10:06:41 +01:00 |
|
 JosJuiceandGitHub
|
91fd53a98c
|
Merge pull request #14035 from Dentomologist/pauseandlock_refactoring
PauseAndLock Refactoring
|
2025-11-01 10:06:08 +01:00 |
|
iwubcode
|
6728007cb4
|
VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better reflect what the member is
|
2025-10-31 13:28:14 -05:00 |
|
iwubcode
|
ee7c476e24
|
VideoCommon: move global variables out of BPFunctions
|
2025-10-31 13:27:50 -05:00 |
|
TellowKrinkle
|
21ac489d57
|
VideoCommon: Fix render to texture in wrong layout
|
2025-10-30 20:50:17 -05:00 |
|