dolphin/Source/Plugins/Plugin_VideoDX9
2009-03-16 02:47:48 +00:00
..
Src Change destination alpha handling. The blending method introduced in rev 1921 was not the correct way to do it. This way was suggested by hrydgard in October and I should have listened. A simple pixel shader as hrydgard suggested cannot be used because the alpha is not set if the pixel is discarded due to failing depth (after z texture) or alpha (result of tev stages) tests. There is a bit of a performance hit so there should be an option to disable the second render pass which sets the alpha because it is probably not needed most of the time. 2009-03-16 02:47:48 +00:00
Plugin_VideoDX9.vcproj A fix to D3D NativeVertexFormat. Might not fix much, but should be a step in the right direction. Other misc bits and bobs. 2009-03-10 22:51:17 +00:00