diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-26 14:01:28 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-26 14:01:28 +0000 |
commit | d01292bc546b8ea4beacffa6aa466d51478d371a (patch) | |
tree | 5098f127b4a9f8e4cd9fdcb64c24b28a10c360e6 /src/mesa | |
parent | b07390c8fddfc88016a9fcb2d46b9fc3c918685b (diff) |
just fix a comment and update date
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/texformat_tmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texformat_tmp.h b/src/mesa/main/texformat_tmp.h index 5d45ef78df..3df72291a1 100644 --- a/src/mesa/main/texformat_tmp.h +++ b/src/mesa/main/texformat_tmp.h @@ -2,7 +2,7 @@ * Mesa 3-D graphics library * Version: 6.3 * - * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2005 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"), @@ -190,7 +190,7 @@ static void FETCH(luminance)( const struct gl_texture_image *texImage, texel[ACOMP] = CHAN_MAX; } -/* Fetch texel from 1D, 2D or 3D LUMIN texture, returning 4 GLchans */ +/* Fetch texel from 1D, 2D or 3D LUMIN texture, returning 4 GLfloats */ static void FETCH(f_luminance)( const struct gl_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel ) { |