Add mechanism to destroy mutexes. Important on OS's where mutex initialization
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 12 Dec 2002 13:03:15 +0000 (13:03 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 12 Dec 2002 13:03:15 +0000 (13:03 +0000)
commite15fd85727636627e0cc7d4fd2d5367e178e42cc
treebf71880e9da3502750d509739ebb7afe06d43f40
parent76d2a77291eb323c138751c0c605d120efe6cb38
Add mechanism to destroy mutexes.  Important on OS's where mutex initialization
allocates memory (like FreeBSD).
src/mesa/glapi/glthread.h
src/mesa/main/context.c
src/mesa/main/hash.c
src/mesa/main/texobj.c