From f6483aa6947437c42928c879dd28d758b7d12901 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 21 Jun 2014 13:48:52 +0100 Subject: targets/dri-swrast: convert to gallium megadrivers :) Export the approapriate new symbol, and keep backwards compat via the megadriver_stub helper library. Our next step would be to unify dri/drm and dri/sw, leading to a complete megadrivers solution, and having a single library that provides dri across all targets. Signed-off-by: Emil Velikov Tested-by: Rob Clark Tested-by: Thomas Helland Acked-by: Tom Stellard --- src/gallium/Automake.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/Automake.inc') diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index e70a136..1a21cad 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -28,6 +28,8 @@ GALLIUM_DRIVER_CXXFLAGS = \ GALLIUM_DRI_CFLAGS = \ -I$(top_srcdir)/include \ + -I$(top_srcdir)/src/gallium/state_trackers/dri/common \ + -I$(top_srcdir)/src/mesa/drivers/dri/common \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/drivers \ -- cgit v1.1