OSDN Git Service

st/mesa: remove an obsolete comment
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Sun, 25 Jun 2017 16:10:32 +0000 (18:10 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 3 Jul 2017 11:57:01 +0000 (13:57 +0200)
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/state_tracker/st_program.h

index 57673e9..3f0cf49 100644 (file)
@@ -212,7 +212,6 @@ struct st_vertex_program
    /* used when bypassing glsl_to_tgsi: */
    struct gl_shader_program *shader_program;
 
-   /** maps a Mesa VERT_ATTRIB_x to a packed TGSI input index */
    /** maps a TGSI input index back to a Mesa VERT_ATTRIB_x */
    ubyte index_to_input[PIPE_MAX_ATTRIBS];
    ubyte num_inputs;