diff options
author | Eric Anholt <[email protected]> | 2008-09-08 08:52:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-09-10 13:59:45 -0700 |
commit | 35fd72756a05463568d94862f4fcd234903e1204 (patch) | |
tree | e501028f9a9926cfbe46d4576cadf02db2f74741 /src/mesa/drivers/dri/i965/Makefile | |
parent | 3628185f566e178a12b493fb89abf52b4b281f99 (diff) |
intel: track move of bo_exec from drivers to bufmgr.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index e72790c6871..c2d555cd0cf 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -13,7 +13,6 @@ DRIVER_SOURCES = \ intel_decode.c \ intel_depthstencil.c \ intel_fbo.c \ - intel_ioctl.c \ intel_mipmap_tree.c \ intel_regions.c \ intel_screen.c \ |