diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-18 20:05:36 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-18 20:05:36 +0100 |
commit | cb9f0a589623397c3437911aeef39f189213527a (patch) | |
tree | 55425c438f5825cf5b384bbc17c68e4624b22ec6 /src/gallium/auxiliary/draw/draw_pt_emit.c | |
parent | 7b34a43d1ab74974bd157a2339d7a491aed9c9b4 (diff) |
draw: remove draw_vf code, use translate instead
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_emit.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_emit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_emit.c b/src/gallium/auxiliary/draw/draw_pt_emit.c index a6a3ff6cac..490da4cca3 100644 --- a/src/gallium/auxiliary/draw/draw_pt_emit.c +++ b/src/gallium/auxiliary/draw/draw_pt_emit.c @@ -62,8 +62,7 @@ void draw_pt_emit_prepare( struct pt_emit *emit, vinfo = draw->render->get_vertex_info(draw->render); - /* In passthrough mode, need to translate from vertex shader - * outputs to hw vertices. + /* Translate from pipeline vertices to hw vertices. */ dst_offset = 0; for (i = 0; i < vinfo->num_attribs; i++) { |