wined3d: Support WINED3D_BLIT_OP_COLOR_BLIT_ALPHATEST in the GLSL blitter.
commit536782bc1c74a65f72f0530141715f1f76acc001
authorHenri Verbeet <hverbeet@codeweavers.com>
Fri, 11 Jan 2019 17:31:10 +0000 (11 21:01 +0330)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 11 Jan 2019 17:35:46 +0000 (11 18:35 +0100)
tree2d327aac7e9435197f688702ec484f11461ea44f
parentbb0063af39268814e9d4d226c30f112735dd96fe
wined3d: Support WINED3D_BLIT_OP_COLOR_BLIT_ALPHATEST in the GLSL blitter.

Both the ARBfp and fixed-function blitter support
WINED3D_BLIT_OP_COLOR_BLIT_ALPHATEST, but the fixed-function blitter requires
a compatibility context, and the ARBfp blitter isn't created when the GLSL
blitter is available.

This fixes a regression introduced by commit
6fc027e5acfb7f7c7f50af421658e5442e896588.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45874
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/wined3d/glsl_shader.c