summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2012-12-05 09:04:21 +0000
committerJosé Fonseca <[email protected]>2012-12-06 17:12:31 +0000
commit4da4e8ee2ac337a765afd828880efe5a5a168088 (patch)
tree8520c12386ccd88c935eb0de60ffda000d31af6f /src/gallium/auxiliary/Makefile.sources
parentd296326e065ed9685bd27d62a3ba20d8a8996e6f (diff)
gallium/util: Move the util_copy/fill_rect into u_surface.
u_rect.h said these should move to a different file, and u_surface seems a better home. Leave #include "util/u_surface.h" to avoid having to touch thousand of files. Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 6258861f0c8..724178535e8 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -124,7 +124,6 @@ C_SOURCES := \
util/u_math.c \
util/u_mm.c \
util/u_pstipple.c \
- util/u_rect.c \
util/u_ringbuffer.c \
util/u_sampler.c \
util/u_simple_shaders.c \