Stuart Kenny
217e1c8fae
GS: Update lottes crt shader.
2024-09-19 17:51:29 +02:00
Pyra Drake
1afff1a064
GameDB: Pro Race Driver fixes
...
Pro Race Driver fixes for upscaling lines.
2024-09-16 18:41:05 +02:00
PCSX2 Bot
d33168d31f
PAD: Update to latest controller database.
2024-09-16 18:39:49 +02:00
JordanTheToaster
11704f7f0c
GameDB: Various fixes
2024-09-15 14:38:38 -04:00
Farran666
461ee350c2
GameDB: Add Skip MPEG Hack to Never7
2024-09-13 16:45:43 -04:00
PCSX2 Bot
6dbbebeafb
PAD: Update to latest controller database.
2024-09-09 18:28:55 +02:00
lightningterror
67d7744f7f
GS/HW: Further expand blend multipass.
...
For formulas:
Cs*Alpha + Cd*(1 - Alpha).
Cd*Alpha + Cs*(1 - Alpha).
Where Alpha is higher than 1 and is either As or Af.
2024-08-27 13:38:44 +02:00
PCSX2 Bot
04168a0359
PAD: Update to latest controller database.
2024-08-26 18:42:50 +02:00
Farran666
c647a30aa9
GameDB: Add multiple fixes
2024-08-23 15:22:51 +02:00
lightningterror
40d5c78573
GS/HW: Implement PABE(Per pixel alpha blending) on accumulation blend and add optimizations.
...
PABE accumulation blend:
Idea is to achieve final output Cs when As < 1, we do this with manipulating Cd using the src1 output.
This can't be done with reverse subtraction as we want Cd to be 0 when As < 1.
Blend mix is excluded as no games were found, otherwise it can be added.
PABE Disable blending:
We can disable blending here as an optimization since alpha max is 128
which if alpha is 1 in the formula Cs*Alpha + Cd*(1 - Alpha) will give us a result of Cs.
2024-08-22 21:39:19 +02:00
xperia64
fe2a9fc2cd
GameDB: Correct two Phoenix Games title names
2024-08-22 11:34:51 -04:00
PCSX2 Bot
11096a520e
PAD: Update to latest controller database.
2024-08-12 19:01:26 -04:00
Mrlinkwii
325133e54c
GameDB: add missing serial
2024-08-11 00:50:33 +02:00
JordanTheToaster
4113ac574d
GameDB: ATV Offroad Fury 2 Fixes
...
Adds bilinear upscale nearest to fix garbage textures.
2024-08-11 00:47:48 +02:00
lightningterror
f9fbecc783
GS: Match data types in shaders to be the same when doing bitwise operations.
2024-08-11 00:35:42 +02:00
JordanTheToaster
2151ffcb6a
GameDB: Various fixes
2024-08-10 22:21:46 +02:00
Mrlinkwii
f2523bdf9f
GameDB : fix Test Drive Unlimited CRC for patch
2024-08-09 15:03:27 -04:00
JordanTheToaster
5c4d814b63
GameDB: Snow White and the 7 clever boys fixes
2024-08-09 12:17:46 +02:00
JordanTheToaster
e2fd09df88
GameDB: SMT Nocturne Fixes
2024-08-06 18:49:27 +02:00
Pyra Drake
30e7de7555
Add memcardFilter for SLES-51953 and SLES-52022
...
Enables use of the Football Fusion cross-play feature in FIFA 2004 and Total Club Manager 2004 with FolderMCs.
2024-08-06 18:47:28 +02:00
JordanTheToaster
dd16ff5021
GS/Vulkan: Restore VK_EXT_attachment_feedback_loop_layout
2024-08-05 18:21:40 +02:00
PCSX2 Bot
2633bc4d59
PAD: Update to latest controller database.
2024-08-05 18:21:19 +02:00
TheTechnician27
2fea312187
GameDB: Fix game names
2024-08-01 11:54:24 -04:00
GovanifY
132431b7c8
headers: relicense to GPL-3.0+
...
also update to 2024 while i'm at it
2024-07-30 17:17:13 -04:00
Ty Lamontagne
e045d4a0ff
GameDB: Fix the Test Drive Unlimited COP2 patch
2024-07-30 15:35:21 -04:00
JordanTheToaster
a41be51385
GameDB: Various fixes
2024-07-30 12:40:43 -04:00
PCSX2 Bot
3af50632d1
PAD: Update to latest controller database.
2024-07-29 22:42:19 +02:00
Ty Lamontagne
cd7cb18274
GameDB: Add another COP2 patch for Test Drive Unlimited
2024-07-29 15:44:51 -04:00
Ty Lamontagne
7a99ed3c8e
GameDB: Add COP2 patch for Test Drive Unlimited
2024-07-29 11:08:33 -04:00
PCSX2 Bot
98dcf40967
PAD: Update to latest controller database.
2024-07-22 21:39:29 +02:00
JordanTheToaster
7a3d22ecdf
GameDB: TC SOLA fixes
2024-07-18 19:55:28 -04:00
JordanTheToaster
09b2b6f949
GameDB: Fix up ATV ORF 3 fixes
2024-07-17 20:57:56 +02:00
PCSX2 Bot
c0dce9f64b
PAD: Update to latest controller database.
2024-07-17 20:55:31 +02:00
JordanTheToaster
8d1533938c
GameDB: Various fixes
2024-07-12 18:47:48 -04:00
lightningterror
75defbeded
GS/HW: Adjust point sampler behavior.
...
VK/GL/Metal: Get rid of it completely as it doesn't seem needed anymore.
DX: Only enable it with combination with GPU Palette Conversion enabled as that's when the issue occurs.
Test: See if Metal breaks with no point sampler.
2
2024-07-09 19:20:38 +02:00
refractionpcsx2
d68f1aa73a
GameDB: Add native scaling to Scaler
2024-07-09 15:21:57 +02:00
lightningterror
fdcb0efe0a
GS/HW: Make sure both bitwise values are unsigned for ps_convert_float32_float24 depth.
2024-07-09 15:19:45 +02:00
JordanTheToaster
7420956136
GameDB: Various fixes
2024-07-08 13:43:35 +02:00
nishinji
c127d23d75
GameDB: Some fixes for NTSC-J titles. ( #11508 )
...
Enclose the strings by quotation marks.
Remove (some) symbols from name-sort that are not read aloud.
2024-07-08 01:22:59 +02:00
JordanTheToaster
9781d29768
GameDB: Various fixes
2024-07-07 17:19:39 +02:00
Pyra Drake
a52f823500
GameDB: Add eeClampMode fix to SLPM-66644 ( #11505 )
...
Add eeClampMode fix to SLPM-66644 (J-League Pro Soccer Club o Tsukurou 5)
2024-07-05 23:27:43 +01:00
Dreadmoth
defb50aac2
GameDB: Destroy All Humans! 2 PAL Title
...
Title includes exclamation mark.
"Make War, Not Love!" is a tagline, not part of the title. Removed.
2024-07-03 13:01:21 +01:00
Dreadmoth
3cfd4a7958
GameDB: Shadow of Rome revert to HPO Special
...
Revert Half Pixel Offset to Special (Texture) to avoid shadow glitches introduced by Align To Native
2024-06-28 20:11:40 +01:00
Stenzek
51917c4461
GS/DX11: Fix downsample uniform unpack
...
Fixes #11482 .
2024-06-29 01:15:25 +10:00
refractionpcsx2
56f32ff332
GameDB: Add fixes to Harry Potter Quidditch World Cup
2024-06-28 04:15:12 +01:00
refractionpcsx2
a7047b605e
GS/HW: Allow conversion from 32bit to 24bit depth
2024-06-28 04:15:12 +01:00
Berylskid
cd300c21d9
GameDB: Revert an wrong game title
2024-06-27 11:13:23 +01:00
Stenzek
5b45913a6a
GS/HW: Use box filtering for source downsampling
2024-06-27 10:49:46 +10:00
JordanTheToaster
71cb2daea8
GameDB: GOW 2 revert to HPO Special
2024-06-25 13:48:00 +01:00
JordanTheToaster
ba73a4cf3f
GameDB: RE Outbreak disable FBMask patch
2024-06-25 11:03:00 +01:00