mesa: Unbind ARB_transform_feedback2 binding points on Delete too.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 4 Jun 2012 07:51:34 +0000 (00:51 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Jun 2012 21:41:34 +0000 (14:41 -0700)
commit3edd2ba22bdb9abd4e2b10db4379f4182b5c3ecd
treee73c3fa33640104a0b0d87065e821895e3c0c207
parent05b086ce934fa2967da736db8db429d0886735a9
mesa: Unbind ARB_transform_feedback2 binding points on Delete too.

DeleteBuffer needs to unbind from these binding points as well, based on
the same rationale as the previous patch.

+51 oglconforms (together with the last patch).

NOTE: This is a candidate for stable release branches.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/bufferobj.c