From: Brian Paul Date: Sun, 7 May 2000 20:41:30 +0000 (+0000) Subject: Err, initial code for GL_EXT_convolution, not histogram X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6698b2294f9a151b777dd4e0d1f1c3e86204617a;p=mesa.git Err, initial code for GL_EXT_convolution, not histogram --- 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 diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index fc43ebcd5a5..5edc3b4f5c2 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.12 2000/05/07 20:37:40 brianp Exp $ */ +/* $Id: config.h,v 1.13 2000/05/07 20:41:30 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 645fe63e2f4..14446130c1b 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.63 2000/05/07 20:37:40 brianp Exp $ */ +/* $Id: context.c,v 1.64 2000/05/07 20:41:30 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c index 9a64a00e7ab..e49528e0ae3 100644 --- a/src/mesa/main/enable.c +++ b/src/mesa/main/enable.c @@ -1,4 +1,4 @@ -/* $Id: enable.c,v 1.18 2000/05/07 20:37:40 brianp Exp $ */ +/* $Id: enable.c,v 1.19 2000/05/07 20:41:30 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index e5e11f051fe..c3024365176 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -1,4 +1,4 @@ -/* $Id: get.c,v 1.23 2000/05/07 20:37:40 brianp Exp $ */ +/* $Id: get.c,v 1.24 2000/05/07 20:41:30 brianp Exp $ */ /* * Mesa 3-D graphics library 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