[Mesa-dev] [PATCH] d3dadapter9: Add ddebug, rbug and trace support
Axel Davy
axel.davy at ens.fr
Wed May 18 20:31:54 UTC 2016
Add support for ddebug, rbug and trace
Signed-off-by: Axel Davy <axel.davy at ens.fr>
---
src/gallium/targets/d3dadapter9/Makefile.am | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am
index 8b27938..c37da98 100644
--- a/src/gallium/targets/d3dadapter9/Makefile.am
+++ b/src/gallium/targets/d3dadapter9/Makefile.am
@@ -34,6 +34,12 @@ AM_CFLAGS = \
$(GALLIUM_TARGET_CFLAGS) \
$(VISIBILITY_CFLAGS)
+AM_CPPFLAGS = \
+ $(DEFINES) \
+ -DGALLIUM_DDEBUG \
+ -DGALLIUM_RBUG \
+ -DGALLIUM_TRACE
+
ninedir = $(D3D_DRIVER_INSTALL_DIR)
nine_LTLIBRARIES = d3dadapter9.la
@@ -64,6 +70,9 @@ d3dadapter9_la_LIBADD = \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(top_builddir)/src/gallium/state_trackers/nine/libninetracker.la \
$(top_builddir)/src/util/libmesautil.la \
+ $(top_builddir)/src/gallium/drivers/ddebug/libddebug.la \
+ $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
+ $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
$(EXPAT_LIBS) \
$(GALLIUM_COMMON_LIB_DEPS)
--
2.8.2
More information about the mesa-dev
mailing list