Mesa (master): svga: fix incorrect comment

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 17 00:16:20 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb 15 13:24:41 2011 -0700

svga: fix incorrect comment

---

 src/gallium/drivers/svga/svga_context.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h
index 106ea8d..6fd0bdb 100644
--- a/src/gallium/drivers/svga/svga_context.h
+++ b/src/gallium/drivers/svga/svga_context.h
@@ -246,7 +246,7 @@ struct svga_prescale {
 };
 
 
-/* Updated by calling svga_update_state( SVGA_STATE_HW_VIEWPORT )
+/* Updated by calling svga_update_state( SVGA_STATE_HW_CLEAR )
  */
 struct svga_hw_clear_state
 {




More information about the mesa-commit mailing list