summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2009-12-13 01:32:39 +0100
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-15 19:04:45 -0800
commit38a97148bf5df3c32087a5fdd799912d0275267d (patch)
treef58edff0a2b7ef7fc36ccaf3d92b7a508c9b989f /src/gallium/drivers/r300/Makefile
parent417ce06306962a9355cbb35cefcdea1951b0ce85 (diff)
r300g: add acceleration of the clear, surface_copy, and surface_fill functions
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r--src/gallium/drivers/r300/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile
index 9c9fc6f64b..8cfd4147c2 100644
--- a/src/gallium/drivers/r300/Makefile
+++ b/src/gallium/drivers/r300/Makefile
@@ -4,8 +4,8 @@ include $(TOP)/configs/current
LIBNAME = r300
C_SOURCES = \
+ r300_blit.c \
r300_chipset.c \
- r300_clear.c \
r300_context.c \
r300_debug.c \
r300_emit.c \