summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_tex_cache.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-30 12:03:49 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-30 12:37:03 +0100
commitffe1b7bad82726da44bf91bd61ca62e5cf6645de (patch)
tree2afc43b12897667469de36453c478429a49243f1 /src/gallium/drivers/llvmpipe/lp_tex_cache.h
parent3d305243938980af520c6d3e0ce02f4ee3a6126c (diff)
llvmpipe: Texture cache is read-only. No need to flush.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_tex_cache.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_tex_cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_tex_cache.h b/src/gallium/drivers/llvmpipe/lp_tex_cache.h
index f521b2ae0b..106b5059b7 100644
--- a/src/gallium/drivers/llvmpipe/lp_tex_cache.h
+++ b/src/gallium/drivers/llvmpipe/lp_tex_cache.h
@@ -111,9 +111,6 @@ lp_tex_tile_cache_set_texture(struct llvmpipe_tex_tile_cache *tc,
void
lp_tex_tile_cache_validate_texture(struct llvmpipe_tex_tile_cache *tc);
-extern void
-lp_flush_tex_tile_cache(struct llvmpipe_tex_tile_cache *tc);
-
extern const struct llvmpipe_cached_tex_tile *
lp_find_cached_tex_tile(struct llvmpipe_tex_tile_cache *tc,
union tex_tile_address addr );