summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-15 16:44:29 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-15 16:44:29 -0700
commit263e8f057290961c9dd603ffa69f25a7a253301a (patch)
tree3798e5a3ddf1012fb8ab5fa1f6355a4a801d4032 /src/mesa/sources
parentbccc4c5c0116987041dec2327ddb43eff1bcfadf (diff)
Use tile functions in new p_tile.[ch]
This removes quite a bit of code duplicated in the drivers.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index f889fb30c1..5d29d20aed 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -196,6 +196,9 @@ STATECACHE_SOURCES = \
pipe/cso_cache/cso_hash.c \
pipe/cso_cache/cso_cache.c
+PIPEUTIL_SOURCES = \
+ pipe/util/p_tile.c
+
STATETRACKER_SOURCES = \
state_tracker/st_atom.c \
state_tracker/st_atom_alphatest.c \
@@ -383,6 +386,7 @@ SOLO_SOURCES = \
$(DRAW_SOURCES) \
$(TGSIEXEC_SOURCES) \
$(TGSIUTIL_SOURCES) \
+ $(PIPEUTIL_SOURCES) \
$(STATECACHE_SOURCES) \
$(STATETRACKER_SOURCES) \
$(TNL_SOURCES) \