diff options
author | Brian Paul <[email protected]> | 2010-08-03 16:21:57 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-08-03 16:37:58 -0600 |
commit | 8c3cc83432bbbc190b0f71f87e3e9583ae11f0b2 (patch) | |
tree | 2303fcfe51e531a65179390c684c5d2f1802a1df /src/gallium/auxiliary/draw | |
parent | 0e7b53c75be6051b2a935e65f4dbc02449714ee1 (diff) |
draw: added a comment
Diffstat (limited to 'src/gallium/auxiliary/draw')
-rw-r--r-- | 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 0229bcc7fe1..5568fbb9f88 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, |