JordanTheToaster
939c1f0f29
GameDB: Add 007 NightFire fixes
...
Adds half pixel offset special to 007 NightFire
2022-08-07 13:08:22 +01:00
lightningterror
6b48cf574d
GS-hw: Adjust how we handle specific blend mix cases.
...
Replace Cs*As + Cd*(1 - As) with Cs*As - Cd*(As - 1).
Replace Cs*F + Cd*(1 - F) with Cs*F - Cd*(F - 1).
As - 1 or F - 1 subtraction is only done for the dual source output (hw blending part)
since we are changing the equation.
Af will be replaced with As in shader and send it to dual source output.
Also check if A*Alpha in the shader overflows, if it does then adjust the
alpha that is sent for HW blending further to compensate.
2022-08-07 14:08:04 +02:00
Mrlinkwii
1478819258
GS-hw: Purge SkyGunner crc hacks.
2022-08-07 03:07:04 +02:00
Mrlinkwii
f53fbd6282
GS-hw: Purge MidnightClub3 crc hacks.
2022-08-07 03:06:51 +02:00
lightningterror
60e6e1f242
Qt: Fix Wunused-but-set-variable warnings.
2022-08-07 03:00:22 +02:00
lightningterror
7a5f63e0f5
GS-metal: Move PABE shader bit to the top of sw blending.
...
Early return when there is no sw blending, no need to run the blend code.
Optimization.
2022-08-06 17:36:24 +02:00
refractionpcsx2
c0e325dfbf
GS-HW: Correct FBMask masks for texture shuffles
2022-08-06 12:35:16 +01:00
JordanTheToaster
62e775b7c2
GameDB: Correct The Incredible Hulks name
...
Corrects the name of the PAL version of The Incredible Hulk and adds missing demo version to the db
2022-08-06 11:52:44 +01:00
BreakPoints
37676a296a
UI: Update all sizes of App Icon ( #6785 )
2022-08-06 10:12:52 +01:00
Connor McLaughlin
bcc4548f7b
GS/HW: Clamp draw rect to unscaled, not scaled coordinates
...
Fixes broken shuffle effect in Haunting Ground when upscale is set above
1x.
2022-08-06 06:13:30 +01:00
JordanTheToaster
60714b5ca4
Qt Updater: Fix use of old icons
...
Fixes the updater seemingly using the old style of PCSX2 icon.
2022-08-06 00:13:59 +02:00
Mrlinkwii
d632634e56
Gamedb: add basic mipmap to Blood Omen 2
2022-08-05 19:17:14 +01:00
lightningterror
bec8b40edb
GS-wx: Remove some unused upscale code for renderer tab.
2022-08-05 11:41:29 +02:00
lightningterror
ab361eef72
GS-wx: Fix Wunused-but-set-variable warning.
2022-08-05 11:37:50 +02:00
Connor McLaughlin
1f16adbca7
GS/Vulkan: Don't use clear attachments on cleared RT/DS
...
Redundant.
2022-08-05 07:16:53 +01:00
Connor McLaughlin
1677ef3189
GS/TextureCache: Elide copies when source matches target
...
Assuming everything matches up, instead of copying the target, we can just sample it directly.
It's the same as doing the copy first, except we save GPU time.
2022-08-05 07:16:53 +01:00
Connor McLaughlin
36defdfbe9
GS: Use tex-is-fb for sprites/shuffles
2022-08-05 07:16:53 +01:00
Mrlinkwii
7ba6e4adc3
Gamedb: remove not needed upscaling fixes for God of war
2022-08-05 00:19:55 +01:00
TheLastRar
ee2cbc80b8
DEV9: Sockets: Set Arp Hardware Type
2022-08-03 21:05:40 +02:00
lightningterror
b4d960e795
GS-ogl: Remove bad driver messages for intel/amd.
...
AMD has new gl drivers which work well now.
For intel it's not really needed as the log may be useful for broadwell or lower igpu.
2022-08-03 20:57:47 +02:00
lightningterror
0f716d9053
GS-hw: Fix dithering log.
2022-08-03 20:54:30 +02:00
JordanTheToaster
cdbfd22296
GameDB: Corrects name of Asterix & Obelix XXL2
...
Fixes the incorrect name of Asterix & Obelix XXL
2022-08-03 19:34:10 +01:00
Goatman13
de801a4f23
GameDB: Replace Evolution Snowboarding patches.
...
Instead of skipping videos, patches extend stack in problematic function. So required data is no longer overwritten. Workaround for missing EE data cache emulation.
2022-08-03 11:46:51 +02:00
JordanTheToaster
1376a615b7
GameDB: Misc compat level fixes
...
Fixes some out of date compat levels
2022-08-03 09:51:23 +01:00
noigeaR
1fbc9ab85e
GameDB: add Panzer Elite Action upscaling fix
2022-08-03 09:51:00 +01:00
refractionpcsx2
9a8a3601a7
UI-Qt: Add Bilinear dropdown to SW options
2022-08-02 23:35:48 +01:00
refractionpcsx2
f1e68e9bd0
GS: Don't double res on No-Interlace patch when interlaced
2022-08-02 23:35:35 +01:00
ichee
5228e6e6c7
GameDB: Fixes Dual Hearts FMV's not being deinterlaced
...
Deinterlacing is not being applied causing the FMV's to be offset. This forces blend tff.
Fixes #6715 .
2022-08-02 11:36:24 +01:00
PCSX2 Bot
5b977cef54
PAD: Update to latest controller database.
2022-08-01 23:43:45 +02:00
refractionpcsx2
a802deeb51
GameDB: Add round sprite full for DMC3, reduces blur.
2022-08-01 21:07:30 +01:00
JordanTheToaster
eaf6375410
GameDB: Maximo vs Army of Zin Fixes
...
Adds fixes and adds a missing entry in the DB for the Korean version.
2022-08-01 16:54:00 +01:00
JordanTheToaster
d1daf21a3f
GameDB: Misc fixes
...
Fixes many problems with many games and adds missing hacks and fixes.
2022-08-01 14:02:13 +01:00
Risae
98c83c8509
GameDB: Add fixes for Growlanser V & Growlanser VI
2022-08-01 09:02:10 +01:00
Mrlinkwii
b25731f621
Gamedb:upscaling fixes for "dot hack Infection Part 1"
2022-07-31 19:50:01 +01:00
Mrlinkwii
563f5ec713
Gamedb: add partial preload to "Hitman Contracts"
2022-07-31 12:36:48 +01:00
refractionpcsx2
ad25ae43d5
GameDB: Disable Instant VU for Juiced
2022-07-31 10:58:51 +01:00
refractionpcsx2
b058e72fdd
VIF: Wait for VU on flush + clang format
...
Improves performance in MTVU + Non-instant a little.
2022-07-31 10:58:51 +01:00
refractionpcsx2
38ee8ccfe3
VU: Fix some bugs, ignore VU's in EE Timing Hack
2022-07-31 10:58:51 +01:00
refractionpcsx2
53161f76a6
VU-MTVU: Simulate VU times when in MTVU w/o Instant VU.
2022-07-31 10:58:51 +01:00
Connor McLaughlin
742a929966
GS: Purge sparse texture
...
Only worked on a limited number of drivers, not reliable, and not
necessary now that we're reducing target sizes, which works better
anyway.
2022-07-31 10:58:39 +01:00
Connor McLaughlin
63b3646e73
GS/TextureCache: Expand perfect-matched targets for display when needed
...
Hitman Contracts draws a line near the bottom of the screen, presumably
with a smaller scissor, then scans out 448 lines. Which meant the merge
oversampled and smeared.
2022-07-31 10:39:35 +01:00
refractionpcsx2
794c73a613
GS-debug: Fix GSDumps when rt or ds is null.
2022-07-31 08:21:22 +01:00
JordanTheToaster
59fc2a4c15
GameDB: WRC 4 Fixes
...
Fixes misaligned text and car shadow softness.
2022-07-30 22:15:44 +01:00
Connor McLaughlin
6a144f86cf
GS: Improve target size calcs and remove conservative framebuffer
2022-07-30 17:16:59 +01:00
refractionpcsx2
f218e11d78
GS: Rearrange GS Dump names to be less annoying to navigate
2022-07-30 17:16:35 +01:00
JordanTheToaster
f6bcd8a2c2
GameDB: Various texture preloading fixes
...
Fixes performance problems when texture preloading is set to Full (Hash Cache).
2022-07-30 17:08:23 +01:00
JordanTheToaster
bf0cd5a6cd
Qt: Recommended text fixes
...
Fixes some missing or incorrect recommended boxes.
2022-07-29 13:42:31 +01:00
tellowkrinkle
fc1504f2e5
GHActions: Properly label Linux AVX2/SSE4 releases
2022-07-28 20:45:23 -05:00
Stuart Kenny
7b4d545dca
GameDB: Ridge Racer V upscaling fixes.
2022-07-28 22:27:12 +01:00
JordanTheToaster
89f27d0b2d
Qt: Change cycle skipping text
...
Changes the cycle skipping default level text from "Normal" to "None".
2022-07-28 20:54:55 +01:00