diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-21 03:35:08 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-21 03:35:08 +0000 |
commit | 978ef2bb6d9ca4996a24f95820a699e22c84f70b (patch) | |
tree | 3108bab719321d1064762fb4ab08080210e3d359 /src/mesa/swrast/s_accum.c | |
parent | 3e37bafab0a339021354b9c78f983d05d433d735 (diff) |
Remove ACCUM_BITS.
Diffstat (limited to 'src/mesa/swrast/s_accum.c')
-rw-r--r-- | src/mesa/swrast/s_accum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_accum.c b/src/mesa/swrast/s_accum.c index e9946c55df..cf6dab912b 100644 --- a/src/mesa/swrast/s_accum.c +++ b/src/mesa/swrast/s_accum.c @@ -62,7 +62,7 @@ */ -#if CHAN_BITS == 8 && ACCUM_BITS <= 32 +#if CHAN_BITS == 8 /* enable the optimization */ #define USE_OPTIMIZED_ACCUM 1 #else |