Destroy the GL context after driDestroyTextureHeap, because the driver's
authorEric Anholt <anholt@FreeBSD.org>
Sun, 9 Apr 2006 17:48:28 +0000 (17:48 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Sun, 9 Apr 2006 17:48:28 +0000 (17:48 +0000)
commit8c3d15ce28f90e41002eaddc8ac9304c8b3dbab9
treeea72be444884157b86694f78449ba76698fb32e5
parent83a43aca233cfdf8f8cac26895ef4ea4105d96af
Destroy the GL context after driDestroyTextureHeap, because the driver's
DestroyTexObj has a dependence on the glCtx and may segfault otherwise.
src/mesa/drivers/dri/r128/r128_context.c
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/radeon/radeon_context.c