wined3d: Check for ARB_fragment_program in arbfp_blit_supported.
This commit is contained in:
parent
87429c72f6
commit
b2132202c7
|
@ -7128,6 +7128,9 @@ static BOOL arbfp_blit_supported(const struct wined3d_gl_info *gl_info, enum bli
|
||||||
{
|
{
|
||||||
enum complex_fixup src_fixup;
|
enum complex_fixup src_fixup;
|
||||||
|
|
||||||
|
if (!gl_info->supported[ARB_FRAGMENT_PROGRAM])
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
if (blit_op != BLIT_OP_BLIT)
|
if (blit_op != BLIT_OP_BLIT)
|
||||||
{
|
{
|
||||||
TRACE("Unsupported blit_op=%d\n", blit_op);
|
TRACE("Unsupported blit_op=%d\n", blit_op);
|
||||||
|
|
Loading…
Reference in New Issue