summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-04-02 14:33:42 -0600
committerBrian Paul <[email protected]>2013-04-03 08:16:36 -0600
commit7e28debb6fffed395d7e6d8fa6ebdd3056fffb72 (patch)
tree6af9d2ddeac552bc56ed18dbc55bfc5cfa79c3a8 /src/mesa
parent80eef069f032af921554ba0e03062d84488d3f6c (diff)
st/mesa: rewrite comment in st_manager.c
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/state_tracker/st_manager.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/state_tracker/st_manager.c b/src/mesa/state_tracker/st_manager.c
index 0b025d9d508..03e086a72cd 100644
--- a/src/mesa/state_tracker/st_manager.c
+++ b/src/mesa/state_tracker/st_manager.c
@@ -170,9 +170,8 @@ st_context_validate(struct st_context *st,
/**
* Validate a framebuffer to make sure up-to-date pipe_textures are used.
- * The context we need to pass in is s dummy context needed only to be
- * able to get a pipe context to create pipe surfaces, and to have a
- * context to call _mesa_resize_framebuffer():
+ * The context is only used for creating pipe surfaces and for calling
+ * _mesa_resize_framebuffer().
* (That should probably be rethought, since those surfaces become
* drawable state, not context state, and can be freed by another pipe
* context).