diff options
author | michal <michal@michal-laptop.(none)> | 2007-08-22 17:37:32 +0100 |
---|---|---|
committer | michal <michal@michal-laptop.(none)> | 2007-08-22 17:37:32 +0100 |
commit | e94ea99254a5f160d115a53abace7a6f159a0749 (patch) | |
tree | 6605d2372b7739e2f57544be13d5109ae0c3ebaf /src/mesa | |
parent | 89c0d32b458aa467987a42f2c634900729b4df36 (diff) |
Add deco_caps.c.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 0fe97e0287..e78db591ab 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) \ |