mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 01:08:03 +02:00
gallium: don't set buffer status to undefined in display_front_buffer()
This commit is contained in:
parent
36feb5eacf
commit
1977fbff60
1 changed files with 2 additions and 0 deletions
|
|
@ -67,7 +67,9 @@ display_front_buffer(struct st_context *st)
|
|||
st->pipe->winsys->flush_frontbuffer( st->pipe->winsys, front_surf,
|
||||
st->pipe->priv );
|
||||
|
||||
/*
|
||||
st->frontbuffer_status = FRONT_STATUS_UNDEFINED;
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue