summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-07-31 21:09:04 -0700
committerEric Anholt <[email protected]>2011-09-27 12:12:07 -0700
commitd1fda903eca3dd93a5b3dabbeeb0dc99efb67473 (patch)
tree703d614f0c5d5f5e6faa3cc68079d73f4d49c0d3 /src/mesa/drivers/dri/r300
parent6731c6cfb1cd2f82b8b20c0f39a8fb13df87a55a (diff)
radeon: Drop mapping we were doing around glGetTexImage().
It's handled by MapTextureImage() now.
Diffstat (limited to 'src/mesa/drivers/dri/r300')
-rw-r--r--src/mesa/drivers/dri/r300/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile
index a0a00e095f5..55c75802cef 100644
--- a/src/mesa/drivers/dri/r300/Makefile
+++ b/src/mesa/drivers/dri/r300/Makefile
@@ -27,7 +27,6 @@ RADEON_COMMON_SOURCES = \
radeon_span.c \
radeon_texture.c \
radeon_tex_copy.c \
- radeon_tex_getimage.c \
radeon_tile.c
DRIVER_SOURCES = \