pcsx2/plugins
Gregory Hainaut e1a5736583 gsdx: anti-upscale-glitch hack UserHacks_SkipDraw
2x upscaling is pixel perfects. Bigger upscaling is better but not yet perfect

Feedbacks are welcomes (note it doesn't solve all upscaling issue, only wrong texture sampling)

For the history:
If you have a texture of [0;16[ texels and draws a primitive [0;16[

The formulae to sample last pixels of texture is
0.5 + (16*s-1)/(16*s) * 16
Native (s==1): 15.5 (good)
2x     (s==2): 16 (bad, outside of the texture)
4x     (s==4): 16.25 (bad, really outside of the texure))
2015-04-03 18:33:05 +02:00
..
CDVDiso cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
CDVDisoEFP Clean up the type defines in pcsx2. 2014-08-25 16:16:34 +10:00
CDVDlinuz CDVDlinuz: fix gtk header include 2015-02-27 10:11:38 +01:00
CDVDnull cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
CDVDolio Remove vs2008 project files, since they have become outdated, and complicated to maintain. 2014-02-15 18:24:06 +00:00
CDVDpeops Update Cfg.c 2015-01-12 13:27:09 +01:00
FWnull cmake: remove duplicate flags 2014-12-20 13:43:25 +01:00
GSdx gsdx: anti-upscale-glitch hack UserHacks_SkipDraw 2015-04-03 18:33:05 +02:00
GSnull cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
LilyPad lilyPad: fix the linux crash if ini doesn't exist 2015-04-03 18:33:05 +02:00
PadNull cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
PeopsSPU2 sed -i -e 's/seperately/separately/' 2014-12-07 12:46:16 +01:00
SPU2null cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
SSSPSXPAD Git-based versioning. 2014-03-25 13:31:36 +01:00
USBnull cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
USBqemu Git-based versioning. 2014-03-25 13:31:36 +01:00
cdvdGigaherz/src cdvdGigaherz: Remove an unnecessary macro define 2014-08-14 20:07:10 -04:00
dev9ghzdrk Fix warped read code 2015-01-27 15:16:06 +00:00
dev9null cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
onepad onepad: update old comment 2015-02-20 23:05:21 +01:00
spu2-x cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
xpad Remove vs2008 project files, since they have become outdated, and complicated to maintain. 2014-02-15 18:24:06 +00:00
zerogs Notify about cross build option upon failure. 2015-01-03 14:51:04 +01:00
zerospu2 cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
zzogl-pg/opengl cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
CMakeLists.txt lilypad: add cmake file 2015-02-20 23:05:21 +01:00