From 87c383a2e5cbd026966e29c4a869617d4d4da255 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 21 Aug 2009 09:00:47 +0100 Subject: llvmpipe: Clean dead tile cache code. --- src/gallium/drivers/llvmpipe/lp_tile_cache.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_tile_cache.h') diff --git a/src/gallium/drivers/llvmpipe/lp_tile_cache.h b/src/gallium/drivers/llvmpipe/lp_tile_cache.h index f1869b0d2b..c7c4c9af47 100644 --- a/src/gallium/drivers/llvmpipe/lp_tile_cache.h +++ b/src/gallium/drivers/llvmpipe/lp_tile_cache.h @@ -77,18 +77,11 @@ struct llvmpipe_tile_cache struct pipe_transfer *transfer; void *transfer_map; - struct pipe_texture *texture; /**< if caching a texture */ - unsigned timestamp; - struct llvmpipe_cached_tile entries[NUM_ENTRIES]; uint clear_flags[(MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32]; uint8_t clear_color[4]; /**< for color bufs */ uint clear_val; /**< for z+stencil, or packed color clear value */ - struct pipe_transfer *tex_trans; - void *tex_trans_map; - int tex_face, tex_level, tex_z; - struct llvmpipe_cached_tile *last_tile; /**< most recently retrieved tile */ }; -- cgit v1.2.3