diff options
author | Eric Anholt <[email protected]> | 2007-09-26 13:57:08 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-09-27 10:16:08 -0700 |
commit | 38c30a81844214b030c9c637f9cf97bd2bf19cde (patch) | |
tree | d52b6a91211dac223cad522480a59aaf5d851447 /src/mesa/drivers/dri/i965/Makefile | |
parent | f2d9a07efe0d6967b0b4583e18db3ac571a3dd33 (diff) |
[965] Remove AUB file support.
This code existed to dump logs of hardware access to be replayed in simulation.
Since we have real hardware now, it's not really needed.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index 15a6752e0ff..5748d7ff05e 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -22,8 +22,6 @@ DRIVER_SOURCES = \ intel_tex.c \ intel_tex_layout.c \ intel_tex_validate.c \ - brw_aub.c \ - brw_aub_playback.c \ brw_cc.c \ brw_clip.c \ brw_clip_line.c \ |