projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e37d54
)
mesa: remove obsolete matrix comment
author
Brian Paul
<brianp@vmware.com>
Wed, 25 Jul 2012 13:33:19 +0000
(07:33 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 26 Jul 2012 19:59:44 +0000
(13:59 -0600)
src/mesa/math/m_matrix.c
patch
|
blob
|
history
diff --git
a/src/mesa/math/m_matrix.c
b/src/mesa/math/m_matrix.c
index d6c77c599433ba27e2237698ade16bee7588faf9..40f92293b02c4027d69565a4b5ec36b8a24bf5f2 100644
(file)
--- a/
src/mesa/math/m_matrix.c
+++ b/
src/mesa/math/m_matrix.c
@@
-45,7
+45,6
@@
* \defgroup MatFlags MAT_FLAG_XXX-flags
*
* Bitmasks to indicate different kinds of 4x4 matrices in GLmatrix::flags
- * It would be nice to make all these flags private to m_matrix.c
*/
/*@{*/
#define MAT_FLAG_IDENTITY 0 /**< is an identity matrix flag.