Mesa (master): draw: added a comment

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 3 22:39:39 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug  3 16:21:57 2010 -0600

draw: added a comment

---

 src/gallium/auxiliary/draw/draw_pt_emit.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_pt_emit.c b/src/gallium/auxiliary/draw/draw_pt_emit.c
index 0229bcc..5568fbb 100644
--- a/src/gallium/auxiliary/draw/draw_pt_emit.c
+++ b/src/gallium/auxiliary/draw/draw_pt_emit.c
@@ -182,6 +182,7 @@ void draw_pt_emit( struct pt_emit *emit,
 			 0,
 			 ~0);
 
+   /* fetch/translate vertex attribs to fill hw_verts[] */
    translate->run( translate,
 		   0, 
 		   vertex_count,




More information about the mesa-commit mailing list