Mesa (master): svga: fix typo

Roland Scheidegger sroland at kemper.freedesktop.org
Mon Dec 21 17:21:02 UTC 2009


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

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Mon Dec 21 18:20:01 2009 +0100

svga: fix typo

---

 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 e650a25..8e7b5b3 100644
--- a/src/gallium/drivers/svga/svga_context.h
+++ b/src/gallium/drivers/svga/svga_context.h
@@ -369,7 +369,7 @@ struct svga_context
 #define SVGA_NEW_FRAME_BUFFER        0x800
 #define SVGA_NEW_STIPPLE             0x1000
 #define SVGA_NEW_SCISSOR             0x2000
-#define SVGA_NEW_BLEND_COLOR         0x5000
+#define SVGA_NEW_BLEND_COLOR         0x4000
 #define SVGA_NEW_CLIP                0x8000
 #define SVGA_NEW_VIEWPORT            0x10000
 #define SVGA_NEW_PRESCALE            0x20000




More information about the mesa-commit mailing list