i915: Fix assertion failure on remapping a non-BO-backed VBO.
authorEric Anholt <eric@anholt.net>
Tue, 30 Jun 2009 01:48:27 +0000 (18:48 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 30 Jun 2009 20:29:37 +0000 (13:29 -0700)
commitc72261f2a886e1f53025c2cf4b38b33ccfd62857
treee88c96c5e7d68fc1f6ec20169195463f1f830332
parent57955451f80c64f70e369508705ae95a515d18d8
i915: Fix assertion failure on remapping a non-BO-backed VBO.

Failure to set the obj->Pointer back to null tripped up the assertion.
Bug #22428.
(cherry picked from commit 57a06d3a48c9af1067ec05e3ad96c58f4b9b99be)
src/mesa/drivers/dri/intel/intel_buffer_objects.c