summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tile_cache.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-21 14:01:58 -0600
committerBrian Paul <brianp@vmware.com>2009-08-21 14:01:58 -0600
commit3adc8c3779895c483ba8a1004939e7dd7d76fa9a (patch)
tree58a28a547eff209731b78e012e5a9d383075f272 /src/gallium/drivers/softpipe/sp_tile_cache.h
parent4256c5829f8c23f8bd5c7c29491210f0f7813bf9 (diff)
softpipe: minor code refactoring to remove softpipe/tile cache dependencies
The tile cache code now has no hard dependencies on softpipe.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_tile_cache.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_tile_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_tile_cache.h b/src/gallium/drivers/softpipe/sp_tile_cache.h
index ac2aae5875..1596cd0ae7 100644
--- a/src/gallium/drivers/softpipe/sp_tile_cache.h
+++ b/src/gallium/drivers/softpipe/sp_tile_cache.h
@@ -34,7 +34,6 @@
#include "pipe/p_compiler.h"
-struct softpipe_context;
struct softpipe_tile_cache;