Henrik Rydgård
|
0ed1f3d461
|
Switch multiple bools as parameters to DecodeTextureLevel to a flags enum.
|
2022-09-14 18:40:08 +02:00 |
|
Henrik Rydgård
|
75efcd9dfd
|
Merge pull request #16000 from unknownbrackets/gedebugger
Cleanup some crashes in GE debugger or with large textures
|
2022-09-11 19:41:11 +02:00 |
|
Henrik Rydgård
|
694dbe1271
|
Add ShaderDepalMode enum, use in shader ID. Replaces smoothed bit.
|
2022-09-11 14:40:01 +02:00 |
|
Henrik Rydgård
|
9bd8b11bf8
|
Implement shader depal for D3D11.
|
2022-09-11 13:41:17 +02:00 |
|
Unknown W. Brackets
|
1056301c95
|
D3D11: Prevent crash on larger textures.
|
2022-09-10 20:16:05 -07:00 |
|
Henrik Rydgård
|
f3c097680e
|
Merge pull request #15982 from hrydgard/renderpass-refactor
Vulkan: Refactor renderpass handling
|
2022-09-08 09:35:55 +02:00 |
|
Unknown W. Brackets
|
e6b4495e22
|
GPU: Make NotifyConfigChanged() calls consistent.
They're generally centralized in Common.
|
2022-09-07 23:41:00 -07:00 |
|
Henrik Rydgård
|
e828df9f25
|
Split each renderpass/framebuffer into multiple "compatibility classes" (RenderPassType).
|
2022-09-08 00:32:03 +02:00 |
|
Unknown W. Brackets
|
62ed43633c
|
d3d9: Correct decode of 16-bit textures.
Was causing crashes since we assumed this func could handle non-replaced
formats.
|
2022-09-06 07:44:08 -07:00 |
|
Henrik Rydgård
|
b15c65540e
|
Fix the new logic-op-in-shader on OpenGL and D3D11
Also disable BlueToAlpha for now for Outrun and DiRT 2, it breaks the
water effect somehow. Will come back to it later.
|
2022-09-04 22:53:05 +02:00 |
|
Henrik Rydgård
|
ec173559f8
|
Additional cleanup
|
2022-09-04 00:10:55 +02:00 |
|
Henrik Rydgård
|
87b14fe1c2
|
Some more renaming and refactoring, extracted from a future PR
|
2022-09-04 00:10:55 +02:00 |
|
Henrik Rydgård
|
8e39018b95
|
Channel mask refactor
|
2022-09-04 00:10:54 +02:00 |
|
Henrik Rydgård
|
c846c2dfa8
|
Remove confusing resetFramebufferRead flag from secondary framebuffer binding
|
2022-09-03 14:48:07 +02:00 |
|
Henrik Rydgård
|
8c56abd3dc
|
Remove setting "Disable slower framebuffer effects"
|
2022-09-03 11:06:43 +02:00 |
|
Henrik Rydgård
|
b84cda2876
|
Plumb the computed pipeline state into ComputeFragmentShaderID.
|
2022-09-02 22:16:57 +02:00 |
|
Henrik Rydgård
|
c784c0e94b
|
Some renaming. Store the BlendState/MaskState.
|
2022-09-02 21:07:29 +02:00 |
|
Henrik Rydgård
|
2bf0c86ac7
|
Fix image format when dumping textures.
Fixes #15831
|
2022-09-01 15:04:59 +02:00 |
|
Henrik Rydgård
|
67d6549afd
|
Rename Slow Framebuf effects to Shader Blending (might remove). Reassign readbacks to BlockTransferGPU.
|
2022-08-31 14:23:33 +02:00 |
|
Henrik Rydgård
|
08eaf7665c
|
Fix race condition in replacement texture loading
The texture could become valid during the load, causing an inconsistent
state within the texture loading. So can only check for valid-ness once.
|
2022-08-30 12:52:31 +02:00 |
|
Henrik Rydgård
|
6f2966f502
|
Clean up mip size calculations
Calculating the same thing in multiple places is a recipe for bugs, so
let's not.
|
2022-08-30 12:05:57 +02:00 |
|
Unknown W. Brackets
|
a8190f3eb4
|
GPU: Recheck depth/stencil after Spongebob hack.
Since we swap the compare, we should at least recheck it later.
|
2022-08-28 08:39:05 -07:00 |
|
Unknown W. Brackets
|
18e1efece1
|
GPU: Add a way to defer dirty rechecks.
These are situations where we have temporary state which will require
recalc again later.
|
2022-08-28 08:34:48 -07:00 |
|
Henrik Rydgård
|
df92f72ac3
|
Unify the spongebob depth inverse check
|
2022-08-28 07:11:00 +02:00 |
|
Henrik Rydgård
|
880ea48e2d
|
Implement the stencil/alpha reverse trick for all backends
|
2022-08-27 10:25:18 +02:00 |
|