Stenzek
b26acad721
GS: Sample LOD 0 explicitly in interlace shaders
...
Can't use normal sampling because the derivates are undefined in
non-uniform control flow (in MAD).
2023-03-19 23:31:37 +00:00
JordanTheToaster
137dfc20fa
GameDB: Various fixes
...
Fixes for Smash Cars This is Football 2002 and Champions Return to Arms.
2023-03-19 13:18:37 +00:00
Mrlinkwii
f85a99b6f0
GameDB: fixes for True Crime - Streets of L.A.
2023-03-19 00:15:29 +00:00
Mrlinkwii
6923000b52
GameDB: remove SoftwareRendererFMVHack from Siren 2
2023-03-18 22:26:41 +00:00
refractionpcsx2
18045c195a
GameDB: Readd Tex in RT for Xenosaga Ep.III
2023-03-18 17:07:29 +00:00
refractionpcsx2
b1edadfe3a
GameDB: Add partial target invalidation to Ratchet Gladiator/Deadlocked
2023-03-18 17:07:29 +00:00
refractionpcsx2
63cb0f3577
GameDB: Add partial target invalidation to ZoE 2nd Runner + MGS2
2023-03-18 17:07:29 +00:00
refractionpcsx2
2b49614df9
GS-HW: Don't bilinear dirty rects by default, added as upscale hack.
2023-03-18 17:07:29 +00:00
refractionpcsx2
a693efad1e
GameDB: Correct Dog's Life fixes
2023-03-18 17:07:29 +00:00
refractionpcsx2
85a0e75e28
GameDB: Add needed updates for Siren 2 and Legion
2023-03-18 17:07:29 +00:00
refractionpcsx2
5cbcf706e9
GS-HW: use page aligned rects for inexact matches when possible
2023-03-18 17:07:29 +00:00
Mrlinkwii
8b78388834
GameDB: various fixes
2023-03-18 13:49:37 +00:00
Mrlinkwii
b44d40d919
GameDB: remove not needed game fix for Yakuza
2023-03-18 13:49:17 +00:00
JordanTheToaster
68ef49aef5
GameDB: SMT DS Fixes
...
Fixes broken effects when using lower than high blending.
2023-03-17 00:55:51 +00:00
Buzzardsoul
d0a65153df
GameDB: Add Mipmap and Trilinear to Spyro: Enter the Dragonfly
2023-03-17 00:55:36 +00:00
Mrlinkwii
6e14680ac7
GameDB: add fixes for Lupin III - Columbus no Isan wa Akenisomaru and fix game names
2023-03-16 13:23:09 +00:00
Mrlinkwii
ba03a533d8
GameDB: fixes for Biker Mice from Mars
2023-03-15 23:21:34 +00:00
JordanTheToaster
9abbecb286
GameDB: Various fixes
...
Fixes for incorrect region codes and adding merge sprite to Zone of Enders 2 to fix beeg bloom.
2023-03-15 20:39:44 +00:00
Stenzek
435e73d838
GS/HW: Texture cache improvements
...
Change texture scale from vector to scalar
- Independent X and Y scaling is long gone.
- Also separate size and scale in TC lookup
Move clear value for texture to base class
Align heights to page size
- Since FRAME and Z are in page units, we can't have two targets
- overlapping within the same page.
- Stops some small resizes too.
- Test cases: Genji and Spider-Man 2 shadows.
Don't modify target TEX0 on shuffle/clear
Move upscale multiplier to uniform
Make P8 conversion page-aware
Fix incorrect depth preload shader
Improve HLE of texture shuffles
When a texture shuffle is split into two half-screen draws, we skip the
first, and draw the whole thing in the second, taking care of when both
the texture and framebuffer are offset.
2023-03-13 20:29:05 +00:00
PCSX2 Bot
2c4e02ff34
PAD: Update to latest controller database.
2023-03-13 17:56:18 +01:00
Buzzardsoul
6630066f0b
GameDB: Add missing Tony Hawk's Underground 2 fixes.
2023-03-11 21:43:54 +00:00
Buzzardsoul
20e6a55dd1
GameDB: Add blending level 3 to Tony Hawk's Underground 2
2023-03-11 21:22:35 +00:00
Mrlinkwii
d3f82c800f
GameDB: add fixes to Crouching Tiger, Hidden Dragon
2023-03-11 21:06:08 +00:00
Buzzardsoul
12f4d6f872
GameDB: Add Mipmap and Trilinear to Tony Hawk's Underground 2 ( #8372 )
2023-03-11 20:40:39 +00:00
lightningterror
06aed8491c
GS-hw: Separate the Alpha masked Ad case from blend hw bit.
...
Allows for cleaner code.
2023-03-11 20:44:11 +01:00
lightningterror
62497b9300
GS-hw: Rename PS_CLR_HW to PS_BLEND_HW shader macro.
2023-03-11 20:44:11 +01:00
JordanTheToaster
686b31765d
GameDB: Various fixes
...
Adds estimate texture region to Combat Elite WWII Paratroopers and round sprite half to Champions Return To Arms to fix lines in HUD and menus.
2023-03-11 16:34:06 +00:00
lightningterror
59aba9f757
GS-hw: Support Ad masked alpha on blend mix 1 and 2 clr cases.
2023-03-09 21:08:52 +01:00
Buzzardsoul
248e94dc4c
GameDB: Add autoflush to Dirge of Cerberus: Final Fantasy VII ( #8351 )
2023-03-09 16:09:53 +00:00
JordanTheToaster
f73a2d571f
GameDB: Add missing Ponkotsu Roman Fixes
...
Adds missing JP fixes for Ponkotsu Roman Daikatsugeki Bumpy Trot.
2023-03-07 18:59:59 +00:00
lightningterror
911d35e800
GS-hw: Fix invert rounding for accumulation blend on gl.
...
Also make the checks consistent for all renderers.
2023-03-06 23:36:54 +01:00
lightningterror
b33242830e
GS-vk: Automatically adjust color compensation based on rgb value for hw blend clr3 case.
...
Auto adjust when any color is higher than 128 ( 1.0f) to get more accurate color results.
2023-03-06 19:49:27 +01:00
lightningterror
8c0ee33c4c
GS-ogl: Automatically adjust color compensation based on rgb value for hw blend clr3 case.
...
Auto adjust when any color is higher than 128 ( 1.0f) to get more accurate color results.
2023-03-06 19:49:27 +01:00
lightningterror
e8cf4822b1
GS-d3d: Automatically adjust color compensation based on rgb value for hw blend clr3 case.
...
Auto adjust when any color is higher than 128 ( 1.0f) to get more accurate color results.
2023-03-06 19:49:27 +01:00
PCSX2 Bot
3462f02ce2
PAD: Update to latest controller database.
2023-03-06 17:07:54 +01:00
JordanTheToaster
85f96bb248
GameDB: Various recommendations and fixes
...
Adds a variety of fixes and recommendation's for users to ignore.
2023-03-05 10:06:51 +00:00
Mrlinkwii
b40b606608
GameDB: update Oneechanbara2Special
2023-03-03 16:42:24 +00:00
RedDevilus
962cfa9441
GameDB: Steambot Chronicles + typo fix
...
- Steambot Chronicles has quite an extensive hack for a game doing weird stuff with their Z-buffer, it does mess with the sea being green which is incorrect but the game also looks off for rest of the cutscene.
- misalgined typo to misaligned
2023-03-03 16:42:09 +00:00
lightningterror
a3ecf0b0bd
GS-vk: Add clr3 case for blend mix 2.
...
When Cs*(Alpha + 1) overflows compensate with adjusting Alpha output for Cd*Alpha.
2023-03-03 16:35:10 +01:00
lightningterror
58cb6ab728
GS-ogl: Add clr3 case for blend mix 2.
...
When Cs*(Alpha + 1) overflows compensate with adjusting Alpha output for Cd*Alpha.
2023-03-03 16:35:10 +01:00
lightningterror
f478b3959c
GS-d3d: Add clr3 case for blend mix 2.
...
When Cs*(Alpha + 1) overflows compensate with adjusting Alpha output for Cd*Alpha.
2023-03-03 16:35:10 +01:00
Stenzek
35ce680859
GameDB: Add PCRTCOffsets to Xiaolin Showdown
...
Stops screen shaking.
2023-03-03 15:33:47 +00:00
JordanTheToaster
805f985144
GameDB: Gun fixes
...
Fixes for rainbowing at the edges of the screen missing bloom intensity and alignment and reflections on water and ground textures.
2023-03-02 21:16:57 +00:00
JordanTheToaster
1312952305
GameDB: Various fixes
...
Adds Tex In RT 2 to Armoured Core 2 to fix texture corruption in future and adds merge sprite to Destroy All Humans 1&2 to further fix misaligned bloom.
2023-03-02 15:50:02 +00:00
Stenzek
6118b94f9e
GS/Vulkan: Fix a bunch of validation warnings
...
None of these were errors, but it's still good to have clean output.
2023-03-02 15:49:13 +00:00
Mrlinkwii
262b5f1dc0
GameDB: add fixes to Knight Rider - The Game
2023-03-02 11:07:28 +00:00
Mrlinkwii
ac36162ddc
GameDB: upscaling fixes for Springdale
2023-03-02 09:50:38 +00:00
JordanTheToaster
35d05b8653
GameDB: DAH 1&2 Fixes
...
Fixes for misaligned bloom and sun occlusion and intensity in Destroy All Humans 1 and 2.
2023-03-02 09:18:18 +00:00
Mrlinkwii
e4d6b87e5d
GameDB: add textureInsideRT to NBA '07 featuring The Life Vol.2
2023-03-02 01:34:39 +00:00
Stenzek
64b38e5a4a
GS/HW: Add "Merge Targets" texture-in-RT mode
...
Can take several targets from the cache, and create a combined/merged
source from them.
Fixes shadow maps in Destroy All Humans.
2023-03-01 21:13:37 +00:00