diff options
author | Keith Whitwell <[email protected]> | 2009-11-05 15:15:04 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-05 15:15:04 +0000 |
commit | 203adb8ea68da0fbb2e4643e36e273f31c29980f (patch) | |
tree | bb5270f40e04222518b9a81c130bf1a75c17dae5 /src/gallium/drivers/i965/Makefile | |
parent | 61a8ab3359e7b4886af95a6cce2d6cfc4302678e (diff) |
i965g: remove old dumping code
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r-- | src/gallium/drivers/i965/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile index 6c0d3541d74..f0a5bc7ee54 100644 --- a/src/gallium/drivers/i965/Makefile +++ b/src/gallium/drivers/i965/Makefile @@ -41,7 +41,6 @@ C_SOURCES = \ brw_sf_state.c \ brw_state_batch.c \ brw_state_cache.c \ - brw_state_dump.c \ brw_state_upload.c \ brw_structs_dump.c \ brw_swtnl.c \ |