gallium/swr: Fix glVertexPointer race condition.
Sometimes using user buffer (not VBO) e.g. glVertexPointer one thread could free memory before other thread used it. Instead of copying this memory to driver simplier thing is to block until draw finish.
Reviewed-by: Jan Zielinski jan.zielinski@intel.com
Edited by Krzysztof Raszkowski