mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
R300: fix typo r300 fog reg
Noticed by pzad on IRC
This commit is contained in:
parent
c986421694
commit
b469e9e93c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue