From 7e28debb6fffed395d7e6d8fa6ebdd3056fffb72 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Apr 2013 14:33:42 -0600 Subject: [PATCH] st/mesa: rewrite comment in st_manager.c --- src/mesa/state_tracker/st_manager.c | 5 ++--- 1 file 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).