summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorAxel Davy <axel.davy@ens.fr>2016-04-10 23:55:19 +0200
committerAxel Davy <axel.davy@ens.fr>2016-05-18 23:37:14 +0200
commitf7c3d27d18f1caa97b7f83f7f07fe9fabc81ec24 (patch)
treedb870590040df082b121b8af2c2eaccf4e34a3a4 /src/gallium/targets
parent0ae3c8ece7b7d957dff16e75b5fc261c7e3da672 (diff)
downloadexternal_mesa3d-f7c3d27d18f1caa97b7f83f7f07fe9fabc81ec24.zip
external_mesa3d-f7c3d27d18f1caa97b7f83f7f07fe9fabc81ec24.tar.gz
external_mesa3d-f7c3d27d18f1caa97b7f83f7f07fe9fabc81ec24.tar.bz2
d3dadapter9: Add ddebug, rbug and trace support
Add support for ddebug, rbug and trace Signed-off-by: Axel Davy <axel.davy@ens.fr>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/d3dadapter9/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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)