diff options
author | Corbin Simpson <[email protected]> | 2009-10-21 06:44:16 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-10-21 06:52:22 -0700 |
commit | 58abfebaad80b72c4a4bedad2d96a3959651eea3 (patch) | |
tree | 4af6bda6604691568867421c96928518a91b2ef8 /src/gallium/drivers/r300/Makefile | |
parent | d56125a298106d81e10674f1c4b3b43b51a5139d (diff) |
r300g: Kill r300_surface with fire.
If you really want to see it again, check the history.
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r-- | src/gallium/drivers/r300/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile index 69e4724790a..c4f2c021c4b 100644 --- a/src/gallium/drivers/r300/Makefile +++ b/src/gallium/drivers/r300/Makefile @@ -20,7 +20,6 @@ C_SOURCES = \ r300_state_derived.c \ r300_state_invariant.c \ r300_vs.c \ - r300_surface.c \ r300_texture.c \ r300_tgsi_to_rc.c |