From: Alex Deucher Date: Mon, 24 Mar 2008 18:49:43 +0000 (-0400) Subject: R300: fix typo r300 fog reg X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b469e9e93cfa3e11aab78dd8676635f976fe2ac1;p=mesa.git R300: fix typo r300 fog reg Noticed by pzad on IRC --- diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 0d78fb8e84e..ac6b0e63b59 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -1890,7 +1890,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. /* Fog: Green Component of Fog Color */ #define FG_FOG_COLOR_G 0x4bcc /* Fog: Blue Component of Fog Color */ -#define FG_FOG_COLOR_B 0x4db0 +#define FG_FOG_COLOR_B 0x4bd0 # define FG_FOG_COLOR_MASK 0x000001ff /* Fog: Constant Factor for Fog Blending */