projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b3e40
)
mesa: fix comment typo
author
Brian Paul
<brianp@vmware.com>
Tue, 10 Aug 2010 14:35:47 +0000
(08:35 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 10 Aug 2010 14:38:19 +0000
(08:38 -0600)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index 32f7d969d8da183a549fb7cd9cccef057f4e7355..0f2d1a8f8da5993220f870180817f0f8570721c2 100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-177,7
+177,7
@@
/**
* Per-program constants (power of two)
*
- * \c MAX_PROGRAM_LOCAL_PARAMS and \c MAX_UNIFORMS are just the ass
me
bly shader
+ * \c MAX_PROGRAM_LOCAL_PARAMS and \c MAX_UNIFORMS are just the ass
em
bly shader
* and GLSL shader names for the same thing. They should \b always have the
* same value. Each refers to the number of vec4 values supplied as
* per-program parameters.