mesa/st: don't call finish in st_glFlush()
authorKeith Whitwell <keithw@vmware.com>
Fri, 13 Mar 2009 15:45:21 +0000 (15:45 +0000)
committerKeith Whitwell <keithw@vmware.com>
Fri, 13 Mar 2009 15:53:48 +0000 (15:53 +0000)
commitaf34fa316db32c09e0753f58d8275a357e187729
treed559a7f1134393fc0021b6c30d65ab566835de59
parent7d6478cfccf03c87f2b9daa541ae486dc24bb388
mesa/st: don't call finish in st_glFlush()

It is not the state tracker's responsibilty to inject sleeps and
pessimize performance in the hope of avoiding buffer synchronization
issues in buggy drivers.

Calling finish() here will just hide problems that need to be fixed
elsewhere.
src/mesa/state_tracker/st_cb_flush.c