d3d1x: flush properly
This commit is contained in:
@@ -1139,7 +1139,7 @@ struct GalliumDXGISwapChain : public GalliumDXGIObject<IDXGISwapChain, GalliumDX
|
||||
if(dst_surface)
|
||||
pipe->screen->tex_surface_destroy(dst_surface);
|
||||
|
||||
pipe->flush(pipe, PIPE_FLUSH_RENDER_CACHE | PIPE_FLUSH_FRAME);
|
||||
pipe->flush(pipe, PIPE_FLUSH_RENDER_CACHE | PIPE_FLUSH_FRAME, 0);
|
||||
|
||||
if(db)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user