In free_shared_state(), use new _mesa_HashDeleteAll() function to delete
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 30 Jun 2006 15:44:30 +0000 (15:44 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 30 Jun 2006 15:44:30 +0000 (15:44 +0000)
commitc7e164f091d26f8286bbc9ba2a05a7098a58cede
treedaa44d11cc9fa28e3dce964cba241ab839b8ca35
parentd179e16501c408e1c57e436d5cf597c91f7ef040
In free_shared_state(), use new _mesa_HashDeleteAll() function to delete
textures, display lists, programs, VBOs, etc.  Less code and more efficient.
src/mesa/main/context.c