From 62873796c4a96554cc139e9aa49e25ce19cd65cd Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Fri, 24 Jun 2011 11:42:03 -0700 Subject: intel-gpu-tools/debugging: shader debugger high level summary of the files: * debug_rdata - get current state from debug registers. Helpful when developing the debugger, and could serve some purpose in the future. * eudb - the debugger itself * eviction_macro - generate the proper macro to flush the EU render cache until I get control flow working * pre_cpp - an evaluating c preprocesser like thing, to be used before cpp * sr - the system routine, exception handler which runs on the EU * test - a very basic test system routine * debug.h --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 78f63a42..9375823e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,4 +21,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = lib man tools scripts tests benchmarks +if HAVE_SHADER_DEBUGGER +SHADER_DEBUGGER_SUBDIR = debugger +endif + +SUBDIRS = lib man tools scripts tests benchmarks $(SHADER_DEBUGGER_SUBDIR) -- cgit v1.2.3