summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2008-01-18 19:08:30 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2008-01-18 19:11:30 +0100
commite44bdcf9789caf9971c3c94605fbff7ce66af7ba (patch)
treecd906e10125440159e82849cd2c427be0f877021 /src/mesa/sources
parent25e2b8d669e01aac551276af7f34d8708d8cb9d0 (diff)
Unify copy_rect helpers.
Some of the copies were buggy.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 90ce9ce370..d8760ba134 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -191,7 +191,8 @@ STATECACHE_SOURCES = \
pipe/cso_cache/cso_cache.c
PIPEUTIL_SOURCES = \
- pipe/util/p_tile.c
+ pipe/util/p_tile.c \
+ pipe/util/p_util.c
STATETRACKER_SOURCES = \
state_tracker/st_atom.c \