summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2013-04-23 11:20:25 -0400
committerRob Clark <[email protected]>2013-04-24 21:09:46 -0400
commit7a837da556c17a8dc5eb7c609ba2cf4628c2c310 (patch)
tree41cb5f53d97453c0de29a8dc9ee06e9c2457ca76 /src/gallium/targets
parenteec37f1cdc1651588a4fcd5e87b57d85a57e431f (diff)
freedreno: add noop driver
It is useful for debugging. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/dri-freedreno/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-freedreno/Makefile.am b/src/gallium/targets/dri-freedreno/Makefile.am
index 59293a694f5..cfa1f37fd37 100644
--- a/src/gallium/targets/dri-freedreno/Makefile.am
+++ b/src/gallium/targets/dri-freedreno/Makefile.am
@@ -33,7 +33,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/mapi \
-I$(top_builddir)/src/mesa/drivers/dri/common \
-DGALLIUM_RBUG \
- -DGALLIUM_TRACE
+ -DGALLIUM_TRACE \
+ -DGALLIUM_NOOP
dridir = $(DRI_DRIVER_INSTALL_DIR)
dri_LTLIBRARIES = kgsl_dri.la
@@ -55,6 +56,7 @@ kgsl_dri_la_LIBADD = \
$(top_builddir)/src/gallium/drivers/freedreno/libfreedreno.la \
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
$(top_builddir)/src/gallium/drivers/rbug/librbug.la \
+ $(top_builddir)/src/gallium/drivers/noop/libnoop.la \
$(GALLIUM_DRI_LIB_DEPS) \
$(LIBDRM_LIBS) \
$(FREEDRENO_LIBS)