summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/Makefile
diff options
context:
space:
mode:
authorMaciej Cencora <m.cencora@gmail.com>2010-03-09 21:41:00 +0100
committerMaciej Cencora <m.cencora@gmail.com>2010-03-09 21:46:14 +0100
commitac2b7835d5e61629f0a1f8b6c35eb1efa2ffbfa2 (patch)
treedc31e5e9963e0adc54ff289dc7afdc3c4a3c3b1c /src/mesa/drivers/dri/radeon/Makefile
parent3355ae1925dc3c868ec196d09c3a6121ed77849a (diff)
radeon: add hw accelerated glReadPixel support (not enabled yet)
Diffstat (limited to 'src/mesa/drivers/dri/radeon/Makefile')
-rw-r--r--src/mesa/drivers/dri/radeon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile b/src/mesa/drivers/dri/radeon/Makefile
index 6904ebbee3b..19df62742ec 100644
--- a/src/mesa/drivers/dri/radeon/Makefile
+++ b/src/mesa/drivers/dri/radeon/Makefile
@@ -22,6 +22,7 @@ RADEON_COMMON_SOURCES = \
radeon_fbo.c \
radeon_lock.c \
radeon_mipmap_tree.c \
+ radeon_pixel_read.c \
radeon_queryobj.c \
radeon_span.c \
radeon_texture.c \