diff options
author | Brian Paul <[email protected]> | 2009-12-07 08:59:38 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-07 08:59:38 -0700 |
commit | 8468234bfa98be77cbceecc8e91325c00e4e424b (patch) | |
tree | 65967e3effb873ac6e01f86b22d0d9dfe12baac3 | |
parent | 8796dbf5196bcc75d39372570fa6347cd018354d (diff) |
st/mesa: fix up comment
-rw-r--r-- | src/mesa/state_tracker/st_program.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_program.c b/src/mesa/state_tracker/st_program.c index d66f45d13ea..5c81a033f9c 100644 --- a/src/mesa/state_tracker/st_program.c +++ b/src/mesa/state_tracker/st_program.c @@ -49,8 +49,11 @@ #include "st_mesa_to_tgsi.h" #include "cso_cache/cso_context.h" - /* Clean out any old compilations: - */ + + +/** + * Clean out any old compilations: + */ void st_vp_release_varients( struct st_context *st, struct st_vertex_program *stvp ) |