diff options
author | Corbin Simpson <[email protected]> | 2009-01-24 02:03:35 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:27 -0800 |
commit | 1aa2ecf3533154337947dbac2ace54fadf031692 (patch) | |
tree | 6b21cc82c7d2a2c4ee05cd27e51de85b9d5ef329 /src/gallium/drivers/r300/Makefile | |
parent | 7d3d3c75cc1bade8eeb7cbbabd290e2b30dc3100 (diff) |
r300: Put r300_blit to bed.
Not going to be using the blitter. Period.
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r-- | src/gallium/drivers/r300/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile index 1f676921660..1d61b31605d 100644 --- a/src/gallium/drivers/r300/Makefile +++ b/src/gallium/drivers/r300/Makefile @@ -4,7 +4,6 @@ include $(TOP)/configs/current LIBNAME = r300 C_SOURCES = \ - r300_blit.c \ r300_chipset.c \ r300_clear.c \ r300_context.c \ |