Don't special-case FOG attribute initialization.
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 15 Jan 2007 14:30:16 +0000 (14:30 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 15 Jan 2007 14:30:16 +0000 (14:30 +0000)
commit6ff9b48fe2bb2113689e45c89a7c643e44906d67
treec11cd4a0598915c7351f72acfd754fd58749b72b
parent50f76b9d9b4b17940798b44233b9b5af2f932117
Don't special-case FOG attribute initialization.

Initial fog value was being set to {0,0,0,0}.  This results in vector
size 4, but isn't necessary.  The regular {0,0,0,1} works fine.
src/mesa/main/context.c