From: Brian Paul Date: Tue, 2 Apr 2013 20:33:42 +0000 (-0600) Subject: st/mesa: rewrite comment in st_manager.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e28debb6fffed395d7e6d8fa6ebdd3056fffb72;p=mesa.git st/mesa: rewrite comment in st_manager.c --- 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).