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 17:41:18 +0000 (10:41 -0700)
commit57a06d3a48c9af1067ec05e3ad96c58f4b9b99be
tree8c6ab07e2722d97e389d62dd4c2a8e35fa31c2b4
parentb40dc7e7fcafc30ebaa3778ee847c8983987de83
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.
src/mesa/drivers/dri/intel/intel_buffer_objects.c