From 2101c2941c1ff3ae7f3f587e6e9921ed336ce17c Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 10 Aug 2009 08:16:31 +0100 Subject: llvmpipe: Tiles in rgba8 format. --- src/gallium/drivers/llvmpipe/lp_tile_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 2f904d9e53..df63d47e1b 100644 --- a/src/gallium/drivers/llvmpipe/lp_tile_cache.h +++ b/src/gallium/drivers/llvmpipe/lp_tile_cache.h @@ -66,7 +66,7 @@ struct llvmpipe_cached_tile union { /** color in SOA format (rrrr, gggg, bbbb, aaaa) */ - float color[4][TILE_SIZE][TILE_SIZE]; + uint8_t color[4][TILE_SIZE][TILE_SIZE]; uint color32[TILE_SIZE][TILE_SIZE]; uint depth32[TILE_SIZE][TILE_SIZE]; -- cgit v1.2.3