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/attrib.c | |
parent | 82b02f0ef24bf139778c8eec8d62dfa3366dff35 (diff) |
Err, initial code for GL_EXT_convolution, not histogram
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 2e6516f2d00..41714dd20a9 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -1,4 +1,4 @@ -/* $Id: attrib.c,v 1.22 2000/05/07 20:37:40 brianp Exp $ */ +/* $Id: attrib.c,v 1.23 2000/05/07 20:41:30 brianp Exp $ */ /* * Mesa 3-D graphics library |