From 7a39d2f833807f8defd2304b0ff180944c23ea0c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 10 May 2000 14:39:53 +0000 Subject: more GL_EXT_convolution work --- src/mesa/main/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/image.h') diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 27ca7dbe93e..1526491b810 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -1,4 +1,4 @@ -/* $Id: image.h,v 1.8 2000/04/18 14:32:10 brianp Exp $ */ +/* $Id: image.h,v 1.9 2000/05/10 14:39:53 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -102,7 +102,7 @@ _mesa_unpack_float_color_span( GLcontext *ctx, GLenum srcFormat, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *unpacking, - GLboolean applyTransferOps ); + GLboolean applyTransferOps, GLboolean clamp ); extern void -- cgit v1.2.3