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:
8f2a13c
)
mesa: improve comment in build_tnl_program()
author
Brian Paul
<brianp@vmware.com>
Tue, 24 Jul 2012 15:54:50 +0000
(09:54 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 24 Jul 2012 15:54:50 +0000
(09:54 -0600)
src/mesa/main/ffvertex_prog.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/ffvertex_prog.c
b/src/mesa/main/ffvertex_prog.c
index 05ee0c2ca2a51e86290f566ed76ffb001ab971ce..e5ab201455b8baa0f6dc45523b6407b102e2c8de 100644
(file)
--- a/
src/mesa/main/ffvertex_prog.c
+++ b/
src/mesa/main/ffvertex_prog.c
@@
-1572,7
+1572,7
@@
static void build_array_pointsize( struct tnl_program *p )
static void build_tnl_program( struct tnl_program *p )
{
- /* Emit the program, starting with
modelviewproject
:
+ /* Emit the program, starting with
the modelview, projection transforms
:
*/
build_hpos(p);