mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 23:10:23 +01:00
r300: Fix EXP2 fog
This commit is contained in:
parent
8910da5b7a
commit
5ee71bad7b
1 changed files with 1 additions and 0 deletions
|
|
@ -783,6 +783,7 @@ static void r300Fogfv(GLcontext * ctx, GLenum pname, const GLfloat * param)
|
|||
R300_FG_FOG_BLEND_FN_EXP2;
|
||||
fogScale.f = 0.3 * ctx->Fog.Density;
|
||||
fogStart.f = 0.0;
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue