From: michal Date: Wed, 22 Aug 2007 16:37:32 +0000 (+0100) Subject: Add deco_caps.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e94ea99254a5f160d115a53abace7a6f159a0749;p=mesa.git Add deco_caps.c. --- diff --git a/src/mesa/sources b/src/mesa/sources index 0fe97e0287d..e78db591abb 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -173,6 +173,9 @@ TGSICORE_SOURCES = \ pipe/tgsi/core/tgsi_parse.c \ pipe/tgsi/core/tgsi_util.c +TGSIDECO_SOURCES = \ + pipe/tgsi/deco/deco_caps.c + TGSIMESA_SOURCES = \ pipe/tgsi/mesa/mesa_to_tgsi.c @@ -357,6 +360,7 @@ SOLO_SOURCES = \ $(VF_SOURCES) \ $(DRAW_SOURCES) \ $(TGSICORE_SOURCES) \ + $(TGSIDECO_SOURCES) \ $(TGSIMESA_SOURCES) \ $(STATETRACKER_SOURCES) \ $(TNL_SOURCES) \