From ad1df471d083630106da8c39ec076f49e779e965 Mon Sep 17 00:00:00 2001 From: Vadim Girlin Date: Tue, 30 Apr 2013 20:53:15 +0400 Subject: r600g: plug in optimizing backend Optimization is enabled with "R600_DEBUG=sb". Signed-off-by: Vadim Girlin --- src/gallium/drivers/r600/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/r600/Makefile.am') diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am index 43c8704618d..35c75ad76c7 100644 --- a/src/gallium/drivers/r600/Makefile.am +++ b/src/gallium/drivers/r600/Makefile.am @@ -10,8 +10,16 @@ AM_CFLAGS = \ $(RADEON_CFLAGS) \ $(VISIBILITY_CFLAGS) +AM_CXXFLAGS = \ + -I$(top_srcdir)/src/gallium/drivers \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ + $(DEFINES) + libr600_la_SOURCES = \ - $(C_SOURCES) + $(C_SOURCES) \ + $(CXX_SOURCES) libr600_la_LIBADD = ../radeon/libradeon.la -- cgit v1.2.3