From 9927f1978da8530416f699d084dda099720e43e6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 10 Jan 2002 16:54:28 +0000 Subject: Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere --- src/mesa/swrast/s_pixeltex.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/swrast/s_pixeltex.h') diff --git a/src/mesa/swrast/s_pixeltex.h b/src/mesa/swrast/s_pixeltex.h index 6a53f5b6b41..73aebe22d1c 100644 --- a/src/mesa/swrast/s_pixeltex.h +++ b/src/mesa/swrast/s_pixeltex.h @@ -1,10 +1,10 @@ -/* $Id: s_pixeltex.h,v 1.3 2001/03/12 00:48:42 gareth Exp $ */ +/* $Id: s_pixeltex.h,v 1.4 2002/01/10 16:54:29 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -33,7 +33,7 @@ extern void _mesa_pixeltexgen(GLcontext *ctx, GLuint n, const GLchan rgba[][4], - GLfloat s[], GLfloat t[], GLfloat r[], GLfloat q[]); + GLfloat texcoord[][4]); #endif -- cgit v1.2.3