diff options
author | Brian Paul <[email protected]> | 2002-01-10 16:54:28 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-01-10 16:54:28 +0000 |
commit | 9927f1978da8530416f699d084dda099720e43e6 (patch) | |
tree | 5ec35f60227bec8efa9ffe410f7984126b7adc66 /src/mesa/swrast/s_context.h | |
parent | 2e99cbd9539cf686a45ffdfb9ec6c6a88e3aaa47 (diff) |
Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r-- | src/mesa/swrast/s_context.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index bf1b12fb4db..317317a2687 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -1,10 +1,10 @@ -/* $Id: s_context.h,v 1.13 2001/12/17 04:54:35 brianp Exp $ */ +/* $Id: s_context.h,v 1.14 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"), @@ -38,7 +38,7 @@ */ typedef void (*TextureSampleFunc)( GLcontext *ctx, GLuint texUnit, const struct gl_texture_object *tObj, - GLuint n, GLfloat texcoords[][3], + GLuint n, GLfloat texcoords[][4], const GLfloat lambda[], GLchan rgba[][4] ); |