diff options
author | Marek Olšák <[email protected]> | 2009-12-13 01:32:39 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-12-15 19:04:45 -0800 |
commit | 38a97148bf5df3c32087a5fdd799912d0275267d (patch) | |
tree | f58edff0a2b7ef7fc36ccaf3d92b7a508c9b989f /src/gallium/drivers/r300/Makefile | |
parent | 417ce06306962a9355cbb35cefcdea1951b0ce85 (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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile index 9c9fc6f64b3..8cfd4147c20 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 \ |