mesa: don't re-use the meta glDrawPixels VBO; create a new one each time
authorBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 21:58:12 +0000 (15:58 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 21:58:49 +0000 (15:58 -0600)
commit926b965ed53efc06a9d7cc6e07eff853b263960a
treed5a37eb130129394b2e5fa6a4c8b3deb0c929d9a
parentf338de4018f2cfcb462f98c7d76bf6cc36ab6f47
mesa: don't re-use the meta glDrawPixels VBO; create a new one each time

This should help to work around bugs 24083 and 23670.
src/mesa/drivers/common/meta.c