summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2017-06-25 18:10:32 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-07-03 13:57:01 +0200
commit2f89c39861e910467283fbb39be35ff11b7667df (patch)
tree092e589a514a302339fe861537dcf0e1e523c8ed
parent7c5b204e38d8cae70f5bf26e7223da5bc448bb5c (diff)
st/mesa: remove an obsolete comment
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
-rw-r--r--src/mesa/state_tracker/st_program.h1
1 files changed, 0 insertions, 1 deletions
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;