Mesa (master): mesa: improve comment in build_tnl_program()

Brian Paul brianp at kemper.freedesktop.org
Tue Jul 24 16:33:46 UTC 2012


Module: Mesa
Branch: master
Commit: a271a0c9f66bdc88a4635a7aecb6606f78871846
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a271a0c9f66bdc88a4635a7aecb6606f78871846

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jul 24 09:54:50 2012 -0600

mesa: improve comment in build_tnl_program()

---

 src/mesa/main/ffvertex_prog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c
index 05ee0c2..e5ab201 100644
--- 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);
 




More information about the mesa-commit mailing list