diff options
author | Brian Paul <[email protected]> | 2000-04-07 00:19:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-04-07 00:19:41 +0000 |
commit | 0771d159d59a856135e375ba89f6af2a057d4f5b (patch) | |
tree | 5801ae2a121b7d89fa7358e8edb97034242c49d7 /src/mesa/main/config.h | |
parent | 3eae261da989f44c4920b1bfe247c2e1be8724ad (diff) |
initial histogram and min/max work
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 0a25acc69f9..ffafd3e78d6 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.8 2000/03/16 07:36:33 keithw Exp $ */ +/* $Id: config.h,v 1.9 2000/04/07 00:19:41 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -112,6 +112,9 @@ /* Subpixel precision for antialiasing, window coordinate snapping */ #define SUB_PIXEL_BITS 4 +/* Size of histogram tables */ +#define HISTOGRAM_TABLE_SIZE 256 + /* |