marchbiggg 发表于 2007-12-6 18:00:04

PCSX2 圖形Plugins GSdx10 0.1.0 版發佈

這是一個PS2模擬器圖形插件GSdx系列的新成員GSdx10(非GSdx9)

- With dual source alpha blending I can output exactly the right color values, and support 4 out of the last 12 broken alpha blending modes (ffxii main menu background highlighting uses one of them).
- There is a D32S8X24 format (yes, 64-bit), so z buffer is full 32 bit now, it fixes many games.
- The FBA effect doesn't need one more pass, gundam and others are as fast as possible, while still correctly emulated.
- The geometry shader is an interesting beast, though it's not that fast as I expected, it still allows me to upload only two vertices for sprites and to do the expansion to two triangles on the video card, it's really cool. Flat shading is also done with this shader, since there is no support for that in dx10...
- dx10 doesn't support 16 bit (1555) textures either, I have to do the conversion in the pixel shader, but there seems to be no performance hit.
- Alpha test was removed too, another job for the pixel shader, could be a good thing, since it actually happens earlier than with dx9.

There were minor improvements to dx9 as well, I will try to abstract the dx9/10 dependend things and unify the two plugins, but it won't be easy.

http://guliverkli.sourceforge.net/GSdx10v1.zip

stxgef 发表于 2007-12-6 20:33:54

....放入plugins没反应...没的选。。。

№哦乖 发表于 2007-12-6 20:59:42

ZERO怎么不更新:)

№哦乖 发表于 2007-12-6 21:24:03

DX9的用户就不要用了,我电脑也不支持!!

marchbiggg 发表于 2007-12-7 18:53:38

看了原作者論壇上的說明後已經十分肯定了

1:需要Vista系統

2:DirectX版本需升級到10.0版

3:顯示卡必須支持DX10

否則一切免談:(
页: [1]
查看完整版本: PCSX2 圖形Plugins GSdx10 0.1.0 版發佈