Module: Mesa Branch: master Commit: 64762af008ec9333c7f3561ea3c930d407c911c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64762af008ec9333c7f3561ea3c930d407c911c7
Author: Brian Paul <[email protected]> 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 { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
