summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/Makefile
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-01-18 20:51:15 -0500
committerAlex Deucher <alexdeucher@gmail.com>2010-01-18 20:56:58 -0500
commit1ced546577745d361ad06577914f44f484656d37 (patch)
treee95f363858c057a78bfd50fc4f8075c647ae55f2 /src/mesa/drivers/dri/r200/Makefile
parent047719182f2df147449535d7573b2f9653306a2e (diff)
r200: add blit support
Only enabled with KMS.
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile')
-rw-r--r--src/mesa/drivers/dri/r200/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile
index 8212dc1203..2155ece216 100644
--- a/src/mesa/drivers/dri/r200/Makefile
+++ b/src/mesa/drivers/dri/r200/Makefile
@@ -46,6 +46,8 @@ DRIVER_SOURCES = r200_context.c \
r200_sanity.c \
r200_fragshader.c \
r200_vertprog.c \
+ r200_blit.c \
+ r200_texcopy.c \
radeon_screen.c \
$(EGL_SOURCES) \
$(RADEON_COMMON_SOURCES) \