wined3d: Check if formats support blending when attached to an FBO.
authorHenri Verbeet <hverbeet@codeweavers.com>
Thu, 2 Jul 2009 08:01:35 +0000 (10:01 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Jul 2009 10:00:38 +0000 (12:00 +0200)
commit670d9ad90bf5af9bcb2e4c82d37391acbac83210
tree64302412717cba3e550f7e451c427d7387c78585
parent6feb7c62ca0a6be17055b1cb804bb68a371ef069
wined3d: Check if formats support blending when attached to an FBO.

Remove the post-pixelshader blending flag if the format doesn't. Note that the
patch doesn't enforce this restriction yet, it only adjusts the reported
format capabilities.
dlls/wined3d/utils.c