mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
Remove wait for fence at the end of intelFlush.
This commit is contained in:
parent
c848a65b5e
commit
6ce7055dcc
1 changed files with 0 additions and 3 deletions
|
|
@ -251,9 +251,6 @@ void intelFlush( GLcontext *ctx )
|
|||
/* XXX: Need to do an MI_FLUSH here. Actually, the bufmgr_fake.c
|
||||
* code will have done one already.
|
||||
*/
|
||||
|
||||
bmFinishFence( intel->bm, intel->batch->last_fence );
|
||||
|
||||
}
|
||||
|
||||
void intelFinish( GLcontext *ctx )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue