summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/Makefile
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2009-08-30 12:49:53 +0200
committerNicolai Hähnle <[email protected]>2009-08-30 17:57:20 +0200
commitd6d71e5bf4a720a1ee84c96231aec539ec17a7c6 (patch)
tree9b8d2eaee7b69b42c2568d53c3303ccd199c25a6 /src/mesa/drivers/dri/r300/Makefile
parenta192da37ed2b8e7c9cc1525687233ad59611a3f8 (diff)
r300: Move Mesa -> RC program conversion to classic Mesa driver
This really doesn't belong into the compiler itself, since the compiler should eventually be independent of Mesa's program representation. Signed-off-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r300/Makefile')
-rw-r--r--src/mesa/drivers/dri/r300/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile
index 188efcb7a07..5d1e2c0adc7 100644
--- a/src/mesa/drivers/dri/r300/Makefile
+++ b/src/mesa/drivers/dri/r300/Makefile
@@ -53,6 +53,7 @@ DRIVER_SOURCES = \
r300_vertprog.c \
r300_fragprog_common.c \
r300_shader.c \
+ radeon_mesa_to_rc.c \
r300_emit.c \
r300_swtcl.c \
$(RADEON_COMMON_SOURCES) \