summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/Makefile.sources
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-04-22 09:12:07 -0700
committerTom Stellard <thomas.stellard@amd.com>2013-04-25 13:32:22 -0700
commit53fbae7eace466d8fe22173c01518fbde7102d6c (patch)
treea1861d70669cade3cf73e07a8d9eaab58a56d2af /src/gallium/drivers/r600/Makefile.sources
parentf986087d5ce7b0dee3287263acae856ea70e0777 (diff)
r600g/compute: Removed unused and untested code
There was a lot of code in evergreen_compute_internal.c that was not being used at all and most of it was duplicating code from other parts of the driver. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/gallium/drivers/r600/Makefile.sources')
-rw-r--r--src/gallium/drivers/r600/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/Makefile.sources b/src/gallium/drivers/r600/Makefile.sources
index 17ea03b1d33..ec376ef488e 100644
--- a/src/gallium/drivers/r600/Makefile.sources
+++ b/src/gallium/drivers/r600/Makefile.sources
@@ -16,7 +16,6 @@ C_SOURCES = \
eg_asm.c \
r600_state_common.c \
evergreen_compute.c \
- evergreen_compute_internal.c \
compute_memory_pool.c \
r600_uvd.c