util/os_memory: never use os_memory_debug.h
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 6 May 2020 13:33:37 +0000 (15:33 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 7 May 2020 13:34:30 +0000 (13:34 +0000)
commit7ba2333cc17e7f0a1520866bcfd60a991d34295e
tree3b3519a9e70cbf26be007e103b360d982b4b51c1
parent905edc376dd1ace6ac2af0fc351606210a0141a1
util/os_memory: never use os_memory_debug.h

This is currently broken hard, because this code is being used in more
places that it used to be, and fixing that is prohibitively hard right
now.

This is far from ideal, as it leaves the same inconsistency in the
EMBEDDED_DEVICE code-path. But that only used by VMWare, so it's
probably better if they fix it, as they know their requirements better
than we do.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2911
Fixes: 76f79db3f5d ("util: stop including files from mesa/main")
Acked-by: Jose Fonseca <jfonseca@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4919>
src/gallium/state_trackers/wgl/stw_device.c
src/util/os_memory.h