diff options
author | Brian <[email protected]> | 2007-12-15 16:44:29 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-15 16:44:29 -0700 |
commit | 263e8f057290961c9dd603ffa69f25a7a253301a (patch) | |
tree | 3798e5a3ddf1012fb8ab5fa1f6355a4a801d4032 /src/mesa/sources | |
parent | bccc4c5c0116987041dec2327ddb43eff1bcfadf (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/sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index f889fb30c1a..5d29d20aed4 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) \ |