gallium: fix fragment/vertex typo
authorBrian <brian.paul@tungstengraphics.com>
Mon, 11 Feb 2008 15:18:43 +0000 (08:18 -0700)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:51:10 +0000 (13:51 +1100)
src/mesa/pipe/draw/draw_vertex_shader.c

index 574ac67..9c31df1 100644 (file)
@@ -304,7 +304,7 @@ draw_bind_vertex_shader(struct draw_context *draw,
    draw->vertex_shader = dvs;
    draw->num_vs_outputs = dvs->state->num_outputs;
 
-   /* specify the fragment program to interpret/execute */
+   /* specify the vertex program to interpret/execute */
    tgsi_exec_machine_init(&draw->machine,
                           draw->vertex_shader->state->tokens,
                           PIPE_MAX_SAMPLERS,