iwubcode
|
0e73a01279
|
VideoBackends: allow custom pixel uniforms to be passed to the vertex shader as well
|
2025-08-17 18:55:40 -05:00 |
|
 JMC47andGitHub
|
aa45b7fe61
|
Merge pull request #13867 from TryTwo/gfx_bug_fix
GFX: Fix bugs for AbstractStagingTextures that perform an Upload.
|
2025-08-13 19:09:07 -04:00 |
|
TryTwo
|
6b683517dc
|
Fix bugs related to AbstractStagingTextures that perform an Upload (write to existing texture). This code path had probably never been used before.
|
2025-08-12 23:43:55 -07:00 |
|
Tillmann Karras
|
f04c2799dd
|
VideoSW: fix comment
|
2025-08-10 19:37:21 +01:00 |
|
Tillmann Karras
|
fa4127b145
|
VideoSW: reuse Common::Vec2/3/4
|
2025-08-10 05:17:26 +01:00 |
|
Tillmann Karras
|
9ff5943ac6
|
VideoSW: allow disabling the copy filter
|
2025-07-31 15:51:51 +01:00 |
|
CrossVR
|
0d87f835e2
|
VKPipeline: Don't include depth clamp control struct when not supported
This should not be needed
|
2025-07-29 08:42:22 +09:00 |
|
CrossVR
|
59e9267e3d
|
DriverDetails: Disable depth_clamp_control on AMD official drivers
|
2025-07-29 08:42:22 +09:00 |
|
 Jules BlokandGitHub
|
69f331e989
|
Merge pull request #13100 from CrossVR/unrestricted-depth-range
Vulkan: Add support for unrestricted depth range.
|
2025-07-23 19:25:09 +09:00 |
|
Martino Fontana
|
b80e178403
|
Vulkan: Fix present semaphores reuse
Fixes validation errors.
See https://docs.vulkan.org/guide/latest/swapchain_semaphore_reuse.html
|
2025-07-21 16:02:53 +02:00 |
|
CrossVR
|
0ace5f5d3d
|
Vulkan: Add support for unrestricted depth range.
|
2025-07-21 14:07:26 +09:00 |
|
Joshua Vandaële
|
06882bd2dc
|
Fix various warnings
|
2025-07-12 12:47:30 +02:00 |
|
Dr. Dystopia
|
ca8f9b672b
|
Source: Remove redundant lambda parameter lists
|
2025-06-14 10:19:31 +02:00 |
|
 JMC47andGitHub
|
1526c06133
|
Merge pull request #13658 from jordan-woyak/vk-present-done-race
Vulkan: Eliminate m_last_present_done flag.
|
2025-06-09 00:10:31 -04:00 |
|
 Jordan WoyakandGitHub
|
65f3ba70f5
|
Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests
Core & UnitTests: Make overriding explicit and remove redundant virtual specifiers on overriding destructors
|
2025-06-07 17:55:14 -05:00 |
|
Jordan Woyak
|
1554e4ab6c
|
Vulkan: Eliminate m_last_present_done flag.
|
2025-05-13 20:13:18 -05:00 |
|
 Jordan WoyakandGitHub
|
d74d1d42d6
|
Merge pull request #13511 from tygyh/Use-range-based-loops-Core-VideoBackends
Core/VideoBackends: Use range-based loops
|
2025-05-07 15:53:18 -05:00 |
|
Dr. Dystopia
|
f240e20e3f
|
Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests
|
2025-05-01 15:00:37 +02:00 |
|
Jordan Woyak
|
ec940e6a2e
|
VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands.
|
2025-04-30 16:29:35 -05:00 |
|
Joshua Vandaële
|
bf554edfe0
|
linter: Add and apply new formatting rules
New rules:
`InsertNewlineAtEOF: true`
`RemoveSemicolon: true`
`RequiresClausePosition: WithPreceding`
|
2025-04-23 11:19:57 +02:00 |
|
Joshua Vandaële
|
2c54ee94c1
|
linter: Apply clang-format 19.1 formatting
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
|
2025-04-23 11:19:20 +02:00 |
|
OatmealDome
|
ec9fb08dab
|
MTLUtil: Remove availability check for iOS 13
My personal fork requires minimum iOS 14, so this is not required.
|
2025-04-21 00:24:58 -04:00 |
|
OatmealDome
|
65f42ee2d2
|
MTLUtil: Always use MSL 2.3
The minimum macOS (and minimum iOS on my personal fork) are enough to allow MSL 2.3 usage without availability checks.
|
2025-04-21 00:24:58 -04:00 |
|
OatmealDome
|
53b66be47d
|
MTLUtil: Remove availability checks for macOS 10.15 and iOS 13
|
2025-04-21 00:24:58 -04:00 |
|
OatmealDome
|
0bc33fb6df
|
MTLUtil: Remove availability check for macOS 10.15
|
2025-04-21 00:24:58 -04:00 |
|