gallium: Disable memory debugging for Windows OGL.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 14 Jan 2009 11:39:12 +0000 (11:39 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 14 Jan 2009 11:40:32 +0000 (11:40 +0000)
commitd96c89e57916ffcc72742107caaa3a90f2b78a80
treefd2b31a66fbed4f3567854775350c76a934eb25c
parenteb1f01a9d9543e241adf9e2d6bb776c991a4f05b
gallium: Disable memory debugging for Windows OGL.

Unfortunately both Mesa and Gallium use the same defines for memory
allocation (MALLOC, FREE, etc), and worse, some times memory is allocated
with one set and freed with the other set, causing the homegrown memory
debugger to trip on itself.

In the future mesa and gallium should use different names, but for now,
memory debugging on Windows will have to be carried with different tools..
src/gallium/auxiliary/util/u_memory.h