projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83fb8c3
)
fix a comment
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 2 Oct 2004 15:56:33 +0000
(15:56 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 2 Oct 2004 15:56:33 +0000
(15:56 +0000)
src/mesa/main/image.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/image.c
b/src/mesa/main/image.c
index
fcac043
..
81cf985
100644
(file)
--- a/
src/mesa/main/image.c
+++ b/
src/mesa/main/image.c
@@
-1,6
+1,6
@@
/*
* Mesa 3-D graphics library
- * Version: 6.
1
+ * Version: 6.
2
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
@@
-988,7
+988,7
@@
_mesa_apply_rgba_transfer_ops(GLcontext *ctx, GLuint transferOps,
/*
- * Used to pack an array [][4] of RGBA
GLchan
colors as specified
+ * Used to pack an array [][4] of RGBA
float
colors as specified
* by the dstFormat, dstType and dstPacking. Used by glReadPixels,
* glGetConvolutionFilter(), etc.
*/