summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-20 10:48:20 -0700
committerBrian Paul <brianp@vmware.com>2009-02-20 11:44:38 -0700
commitfc320d4641e54e19a1f1211e9ecffca7933773f6 (patch)
tree36441b562438eb08fcb2c0063cace730e25e9a1d
parentda2b661ee45a2754bab06359477428ef7df570ca (diff)
i965: added comment
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index df90c2027f..9106b748ad 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -163,7 +163,7 @@ struct brw_vertex_program {
struct brw_fragment_program {
struct gl_fragment_program program;
- GLuint id;
+ GLuint id; /**< serial no. to identify frag progs, never re-used */
};