diff options
author | Eric Anholt <[email protected]> | 2008-06-03 14:43:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-06-03 14:43:48 -0700 |
commit | 4b5b008d54e86ac4f0a2176429d062100978ca8c (patch) | |
tree | 034024ec34df06863f7568273872b22bb895a45b /src/mesa/drivers/dri/i965/Makefile | |
parent | fccc427aac17b3fa17160332e6e6f3c2cef25ca5 (diff) |
[intel] Convert drivers to using libdrm bufmgr code.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index 001f63ba12a..c15418df062 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -9,8 +9,6 @@ DRIVER_SOURCES = \ intel_blit.c \ intel_buffer_objects.c \ intel_buffers.c \ - intel_bufmgr_fake.c \ - intel_bufmgr_gem.c \ intel_context.c \ intel_decode.c \ intel_depthstencil.c \ @@ -85,7 +83,6 @@ DRIVER_SOURCES = \ C_SOURCES = \ $(COMMON_SOURCES) \ - $(COMMON_BM_SOURCES) \ $(MINIGLX_SOURCES) \ $(DRIVER_SOURCES) |