From 60e1703727d7a84ae2dcd80f95b40c50e12cc06c Mon Sep 17 00:00:00 2001 From: Christoph Brill Date: Mon, 25 Feb 2008 21:48:25 +0100 Subject: [r300] Sync fog color register names --- src/mesa/drivers/dri/r300/r300_reg.h | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/mesa/drivers/dri/r300/r300_reg.h') diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 17d051da4a..3425fc387f 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -1469,11 +1469,17 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. # define FG_FOG_BLEND_FN_CONSTANT (3 << 1) # define FG_FOG_BLEND_FN_MASK 0x00000006 -#define R300_FOG_COLOR_R 0x4BC8 -#define R300_FOG_COLOR_G 0x4BCC -#define R300_FOG_COLOR_B 0x4BD0 -/* Constant Factor for Fog Blending */ -#define R300_FG_FOG_FACTOR 0x4bc4 +/* Fog: Red Component of Fog Color */ +#define FG_FOG_COLOR_R 0x4bc8 +/* 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_MASK 0x000001ff + +/* Fog: Constant Factor for Fog Blending */ +#define FG_FOG_FACTOR 0x4bc4 +# define FG_FOG_FACTOR_MASK 0x000001ff /* Fog: Alpha function */ #define FG_ALPHA_FUNC 0x4bd4 -- cgit v1.2.3