projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae7404
)
Fix copy-and-paste mistake in comment ("scaling" should read "translation").
author
Gary Wong
<gtw@gnu.org>
Fri, 15 Dec 2006 22:18:36 +0000
(17:18 -0500)
committer
Gary Wong
<gtw@gnu.org>
Fri, 15 Dec 2006 22:18:36 +0000
(17:18 -0500)
Before _mesa_Translatef().
src/mesa/main/matrix.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/matrix.c
b/src/mesa/main/matrix.c
index 7339b0ce4092a4b0d3c7883557a09afb3af523b3..b2aa83e18906efd6834c2867c4b21bb320e582e9 100644
(file)
--- a/
src/mesa/main/matrix.c
+++ b/
src/mesa/main/matrix.c
@@
-427,7
+427,7
@@
_mesa_Scalef( GLfloat x, GLfloat y, GLfloat z )
/**
- * Multiply the current matrix with a
general scaling
matrix.
+ * Multiply the current matrix with a
translation
matrix.
*
* \param x translation vector x coordinate.
* \param y translation vector y coordinate.