From ffe1b7bad82726da44bf91bd61ca62e5cf6645de Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sun, 30 Aug 2009 12:03:49 +0100 Subject: llvmpipe: Texture cache is read-only. No need to flush. --- src/gallium/drivers/llvmpipe/lp_tex_cache.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_tex_cache.h') 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 ); -- cgit v1.2.3