This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
cb453a0fb3209bc7753bc0dbbc36d4e07b7964e6
dolphin
/
Source
/
Plugins
/
Plugin_VideoDX11
History
Nolan Check
cb453a0fb3
DX11 plugin: Do destination-alpha in a single pass. No more drawing the same geometry twice! SMG is faster now because it uses destination-alpha extensively. This uses dual-source color blending, a DirectX 10-level feature. The equivalent OpenGL function comes from the GL_ARB_blend_func_extended extension, which was made core in OpenGL 3.3.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6294
8ced0084-cf51-0410-be5f-012b33b47a6e
2010-10-20 03:11:22 +00:00
..
Src
DX11 plugin: Do destination-alpha in a single pass. No more drawing the same geometry twice! SMG is faster now because it uses destination-alpha extensively. This uses dual-source color blending, a DirectX 10-level feature. The equivalent OpenGL function comes from the GL_ARB_blend_func_extended extension, which was made core in OpenGL 3.3.
2010-10-20 03:11:22 +00:00
Plugin_VideoDX11.vcproj
Minor code formatting:
2010-09-28 02:15:02 +00:00