pcsx2/plugins
Gregory Hainaut 2b925e0103 gsdx ogl: extend ATE to better support additional corner case (issue #1499)
When depth primitive is constant and depth test is greater or equal, we can
execute the depth write after color (depth status will only depends on the initial
value)

New case for RGB_ONLY ate:
If the blending equation uses a fixed alpha or a source alpha. We can postpone the alpha write
in a 2nd pass.
If depth can also be postponed, we can guarantee the order of correctness of the value.
1st pass => do RGB
2nd pass => do Alpha & Depth

It fixed Stuntman letter rendering :) Remaining of the game is still broken :(
2016-08-27 14:46:10 +02:00
..
CDVDiso windows: Remove unneeded library dependencies 2016-06-04 22:55:48 +01:00
CDVDisoEFP Clean up the type defines in pcsx2. 2014-08-25 16:16:34 +10:00
CDVDlinuz Use global compiler optimization flags instead of defining them for every plugin/binary 2015-08-08 16:25:17 +03:00
CDVDnull CDVDnull reformat 2016-08-25 00:16:25 +02:00
CDVDolio windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
CDVDpeops Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
FWnull FWnull reformat 2016-08-25 00:16:07 +02:00
GSdx gsdx ogl: extend ATE to better support additional corner case (issue #1499) 2016-08-27 14:46:10 +02:00
GSdx_legacy windows: Don't use __declspec(dllexport) for plugin exports 2016-06-05 22:57:42 +01:00
GSnull GSnull reformat 2016-08-25 00:16:21 +02:00
LilyPad lilypad: fix the gcc warning take 3 2016-08-03 18:06:27 +02:00
PadNull PADnull reformat 2016-08-25 00:16:29 +02:00
PeopsSPU2 Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
SPU2null SPU2null reformat 2016-08-25 00:16:11 +02:00
SSSPSXPAD windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
USBnull USBnull reformat 2016-08-25 00:16:00 +02:00
USBqemu plugins: Tidy/standardise VS projects 2016-07-19 23:25:12 +01:00
cdvdGigaherz/src cdvdgigaherz: Use null for event/thread handle init 2016-08-08 22:34:58 +01:00
dev9ghzdrk Fix warning in dev9ghz 2016-07-23 15:58:37 +02:00
dev9null dev9null reformat 2016-08-25 00:16:15 +02:00
onepad onepad: add a missing break when CMD_CONFIG_MODE is true but configuration isn't enabled. 2016-08-12 22:55:19 +02:00
spu2-x spu2x sdl: increase the number of samples 2016-08-09 11:38:25 +02:00
xpad plugins: Tidy/standardise VS projects 2016-07-19 23:25:12 +01:00
zerogs windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
zerospu2 windows: Remove unneeded library dependencies 2016-06-04 22:55:48 +01:00
zzogl-pg/opengl windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
CMakeLists.txt cmake: add an option to build the new legacy GSdx plugin 2016-04-07 21:46:42 +02:00