diff options
author | Adhemerval Zanella <[email protected]> | 2013-01-21 05:19:31 -0600 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2013-02-11 13:41:28 -0500 |
commit | a8016b2f607ce8921972acb6ee6723c5a2d54017 (patch) | |
tree | ce81a5fb8ca36d51db02c1bee6877e22af36e5b0 /src/gallium/drivers/llvmpipe/lp_memory.h | |
parent | 44a5d7371c97d71d7dc0f7e81bf0a91cf7add0e0 (diff) |
llvmpipe: remove lp_swizzled_cbuf
Ununsed since 75da95c5.
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_memory.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_memory.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_memory.h b/src/gallium/drivers/llvmpipe/lp_memory.h index 5552c2908e1..0acd4e6b8ef 100644 --- a/src/gallium/drivers/llvmpipe/lp_memory.h +++ b/src/gallium/drivers/llvmpipe/lp_memory.h @@ -35,9 +35,6 @@ #include "gallivm/lp_bld_type.h" extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) -uint8_t lp_swizzled_cbuf[LP_MAX_THREADS][PIPE_MAX_COLOR_BUFS][TILE_SIZE * TILE_SIZE * 4]; - -extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t lp_dummy_tile[TILE_SIZE * TILE_SIZE * 4]; #endif /* LP_MEMORY_H */ |