diff options
author | Eric Anholt <[email protected]> | 2009-01-30 14:18:03 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-02-02 15:34:09 -0800 |
commit | 14321fcfde9e30d0b9f15aab3c9a057271ae6295 (patch) | |
tree | 009a57dd8edb5f95b80e0e8f931c681cb770e780 /src/mesa/drivers/dri/i965/Makefile | |
parent | c96bac0950eda6e707455b0c1ee29c1d87daf727 (diff) |
i965: Delete old metaops code now that there are no remaining consumers.
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 b7d52e5db51..2934414d99a 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -51,7 +51,6 @@ DRIVER_SOURCES = \ brw_gs.c \ brw_gs_emit.c \ brw_gs_state.c \ - brw_metaops.c \ brw_misc_state.c \ brw_program.c \ brw_queryobj.c \ |