Compute/setup fog coordinates even if vertex program is enabled.
authorH. Verbeet <hverbeet@gmail.com>
Mon, 16 Jun 2008 16:40:32 +0000 (10:40 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Jun 2008 16:40:32 +0000 (10:40 -0600)
commite9d1889891ce32ffb3d6425f1e70510ea2c3e24b
treeddbf903fc2c8574c0e5d552ea12cc581c69f41a3
parentec2d0decbd739df99cac4baba57fe0005bf4894d
Compute/setup fog coordinates even if vertex program is enabled.

Only when fog's enabled, of course.
In the usual case, this is just a pass-through operation.
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_vb_fog.c