diff options
author | Dave Airlie <[email protected]> | 2009-01-21 02:10:32 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-01-21 02:10:56 +1000 |
commit | 33dc14c707734df37fb02b7bcc278ddeb94036f1 (patch) | |
tree | 97866f1eca208c3b91ef06c8ee7914b1e4784cd9 /src/mesa/drivers/dri/r200/Makefile | |
parent | d9c4a01bad3a7d4a965fc09d8605afc6ca48f6f9 (diff) |
radeon/r200/r300: start to move to common miptree/texobj
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/r200/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index 6b90018a288..5f1cfc889ee 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -32,6 +32,7 @@ DRIVER_SOURCES = r200_context.c \ common_misc.c \ radeon_bo_legacy.c \ radeon_cs_legacy.c \ + radeon_mipmap_tree.c \ $(EGL_SOURCES) C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES) @@ -62,7 +63,9 @@ COMMON_SYMLINKS = \ common_lock.h \ common_misc.h \ common_misc.c \ - common_cmdbuf.h + common_cmdbuf.h \ + radeon_mipmap_tree.c \ + radeon_mipmap_tree.h DRI_LIB_DEPS += -ldrm_radeon |