vbo: stricter checks on Driver.NeedFlush
authorKeith Whitwell <keithw@vmware.com>
Mon, 9 Mar 2009 12:17:28 +0000 (12:17 +0000)
committerKeith Whitwell <keithw@vmware.com>
Mon, 9 Mar 2009 12:18:51 +0000 (12:18 +0000)
commit0756dc876c01a3d07da34e2da1899b340b0fb819
treea3d078f69763eb1016f6cc2dc4781f70839d2890
parenta2aedf95d8f6ea7ecff3dc2c2f8db4a20e42e9d0
vbo: stricter checks on Driver.NeedFlush

This variable is being used in the r300 driver to trigger a flush under
circumstances unrelated to the use in the vbo module.  Tighten up the
checks in vbo so as to avoid conflict with r300.

Reported by Maciej Cencora <m.cencora@gmail.com>
src/mesa/vbo/vbo_exec_api.c