radeon: on update drawable don't firevertices as it might be call from GetLock
authorJerome Glisse <glisse@freedesktop.org>
Mon, 25 May 2009 14:05:45 +0000 (16:05 +0200)
committerJerome Glisse <glisse@freedesktop.org>
Mon, 25 May 2009 14:05:45 +0000 (16:05 +0200)
commit9dee2f20a204f375eb4321092cf5dea6476c1c24
tree6aad02f9ed17663cea45d030e76924eaaf4daced
parent714f5e689fb1a69142995260e3c8908c12407b47
radeon: on update drawable don't firevertices as it might be call from GetLock

To avoid locking bug we shouldn't not call firevertices from this path
as it's call from radeon get lock.
src/mesa/drivers/dri/radeon/radeon_common.c