memory alloc: Remove memory_heap flags replace with memory_property flags
Conflicts:
include/xgl.h
tests/image_tests.cpp
tests/init.cpp
tests/xgltestbinding.h
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp
index 2316b25..0441a9c 100644
--- a/tests/blit_tests.cpp
+++ b/tests/blit_tests.cpp
@@ -1162,6 +1162,8 @@
if (it->format.channelFormat == XGL_CH_FMT_UNDEFINED ||
(it->format.channelFormat >= XGL_CH_FMT_BC1 &&
it->format.channelFormat <= XGL_CH_FMT_BC7) ||
+ it->format.channelFormat == XGL_CH_FMT_R64G64B64 ||
+ it->format.channelFormat == XGL_CH_FMT_R64G64B64A64 ||
it->format.numericFormat == XGL_NUM_FMT_DS)
continue;