Mesa (master): st/mesa: remove an obsolete comment

Nicolai Hähnle nh at kemper.freedesktop.org
Mon Jul 3 12:30:09 UTC 2017


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

Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date:   Sun Jun 25 18:10:32 2017 +0200

st/mesa: remove an obsolete comment

Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

---

 src/mesa/state_tracker/st_program.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/state_tracker/st_program.h b/src/mesa/state_tracker/st_program.h
index 57673e9fb0..3f0cf49f02 100644
--- a/src/mesa/state_tracker/st_program.h
+++ b/src/mesa/state_tracker/st_program.h
@@ -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;




More information about the mesa-commit mailing list