diff options
author | Brian Paul <[email protected]> | 2000-05-07 20:37:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-05-07 20:37:40 +0000 |
commit | 82b02f0ef24bf139778c8eec8d62dfa3366dff35 (patch) | |
tree | b997b9c9c631cfe3cd27a1dbefda1f52c7cae60a /src/mesa/main/config.h | |
parent | 9cff55806449786af8fade599a2b96487d55ea65 (diff) |
initial code for GL_EXT_histogram extension
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 8c91483767d..fc43ebcd5a5 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.11 2000/04/12 00:27:37 brianp Exp $ */ +/* $Id: config.h,v 1.12 2000/05/07 20:37:40 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -118,6 +118,9 @@ /* Size of histogram tables */ #define HISTOGRAM_TABLE_SIZE 256 +/* Max convolution filter sizes */ +#define MAX_CONVOLUTION_WIDTH 5 +#define MAX_CONVOLUTION_HEIGHT 5 /* |