Commit a96f749c authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Add support for depth blits to the blitter.

parent 9e30a2f5
...@@ -1171,6 +1171,7 @@ enum wined3d_blit_op ...@@ -1171,6 +1171,7 @@ enum wined3d_blit_op
WINED3D_BLIT_OP_COLOR_BLIT, WINED3D_BLIT_OP_COLOR_BLIT,
WINED3D_BLIT_OP_COLOR_FILL, WINED3D_BLIT_OP_COLOR_FILL,
WINED3D_BLIT_OP_DEPTH_FILL, WINED3D_BLIT_OP_DEPTH_FILL,
WINED3D_BLIT_OP_DEPTH_BLIT,
}; };
/* Shaders for color conversions in blits. Do not do blit operations while /* Shaders for color conversions in blits. Do not do blit operations while
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment