Module: Mesa
Branch: master
Commit: 7e28debb6fffed395d7e6d8fa6ebdd3056fffb72
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e28debb6fffed395d7e6d8fa6ebdd3056fffb72

Author: Brian Paul <[email protected]>
Date:   Tue Apr  2 14:33:42 2013 -0600

st/mesa: rewrite comment in st_manager.c

---

 src/mesa/state_tracker/st_manager.c |    5 ++---
 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 0b025d9..03e086a 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).

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to