obs-studio/libobs-d3d11
jp9000 a8d4774eef Fix D3D11 render target blending issues
The alpha source and destination blend values were always being set to
one and zero, when they should have been set to the same as the color
values.  This caused the alpha of the source texture to always overwrite
the alpha of the destination texture, rather than apply the blend
function upon it.  Needless to say that it seriously screwed up the
render target if you rendered something with alpha on it.

Thanks to paibox for pointing this issue out and yelling at me to fix
it.  I apologize for not getting to this sooner.
2014-08-11 17:40:35 -07:00
..
mingw first commit 2013-09-30 19:37:13 -07:00
CMakeLists.txt Improve additional_install_files for debug/release 2014-07-18 22:41:11 -07:00
d3d11-indexbuffer.cpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-samplerstate.cpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-shader.cpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-shaderprocessor.cpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-shaderprocessor.hpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-stagesurf.cpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-subsystem.cpp Fix D3D11 render target blending issues 2014-08-11 17:40:35 -07:00
d3d11-subsystem.hpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-texture2d.cpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-vertexbuffer.cpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
d3d11-zstencilbuffer.cpp (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00