summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-10-31 18:40:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-10-31 18:40:55 +0000
commit450e917c9d71f696bca2ba11960a521e64385ec2 (patch)
tree3a14e4e2ebc69a1356d6f856333aada2bbdbed44 /src/mesa/main/pixel.h
parent331cc1dcba8705116288e487f43f460852c2159f (diff)
Use the _mesa_scale_and_bias_rgba() function in the convolution functions.
Minor clean-ups.
Diffstat (limited to 'src/mesa/main/pixel.h')
-rw-r--r--src/mesa/main/pixel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h
index 13dee25510..9eef0cff5a 100644
--- a/src/mesa/main/pixel.h
+++ b/src/mesa/main/pixel.h
@@ -5,7 +5,7 @@
/*
* Mesa 3-D graphics library
- * Version: 6.1
+ * Version: 6.3
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
@@ -79,7 +79,7 @@ _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor );
/*@{*/
extern void
-_mesa_scale_and_bias_rgba(const GLcontext *ctx, GLuint n, GLfloat rgba[][4],
+_mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4],
GLfloat rScale, GLfloat gScale,
GLfloat bScale, GLfloat aScale,
GLfloat rBias, GLfloat gBias,