From c9a5930fe45a0a0299769bd2b672ca516d1bf39e Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 27 Jul 2009 11:36:24 +0100 Subject: llvmpipe: Rename preprocessor symbols too. --- src/gallium/drivers/llvmpipe/lp_tile_cache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ac3b17cce3..91e1466813 100644 --- a/src/gallium/drivers/llvmpipe/lp_tile_cache.h +++ b/src/gallium/drivers/llvmpipe/lp_tile_cache.h @@ -25,8 +25,8 @@ * **************************************************************************/ -#ifndef SP_TILE_CACHE_H -#define SP_TILE_CACHE_H +#ifndef LP_TILE_CACHE_H +#define LP_TILE_CACHE_H #define TILE_CLEAR_OPTIMIZATION 1 @@ -102,5 +102,5 @@ lp_get_cached_tile_tex(struct llvmpipe_context *llvmpipe, int face, int level); -#endif /* SP_TILE_CACHE_H */ +#endif /* LP_TILE_CACHE_H */ -- cgit v1.2.3