gallium: call_flush_front_buffer() from st_glFinish()
This commit is contained in:
@@ -132,6 +132,8 @@ void st_finish( struct st_context *st )
|
||||
static void st_glFinish(GLcontext *ctx)
|
||||
{
|
||||
st_finish( ctx->st );
|
||||
|
||||
flush_front_buffer(ctx->st, PIPE_FLUSH_RENDER_CACHE, NULL);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user