diff options
author | Brian Paul <[email protected]> | 2000-05-07 20:41:30 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-05-07 20:41:30 +0000 |
commit | 6698b2294f9a151b777dd4e0d1f1c3e86204617a (patch) | |
tree | 4de98b0ecf088bd6b9af5fdfd053704c1f7dc070 /src/mesa/main/pixel.c | |
parent | 82b02f0ef24bf139778c8eec8d62dfa3366dff35 (diff) |
Err, initial code for GL_EXT_convolution, not histogram
Diffstat (limited to 'src/mesa/main/pixel.c')
-rw-r--r-- | src/mesa/main/pixel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index 8538ae0d638..7d5d23ec504 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -1,4 +1,4 @@ -/* $Id: pixel.c,v 1.10 2000/05/07 20:37:40 brianp Exp $ */ +/* $Id: pixel.c,v 1.11 2000/05/07 20:41:30 brianp Exp $ */ /* * Mesa 3-D graphics library |