mesa: Rename 4 color component unsigned byte MESA_FORMATs
[mesa.git] / src / mesa / drivers / dri / nouveau / nv04_state_raster.c
index ed21e540501c07117dfc3f4168a3771089c6aff9..41261195d814e99026b293f408f30210f65655ce 100644 (file)
@@ -222,6 +222,6 @@ nv04_emit_blend(struct gl_context *ctx, int emit)
        /* Fog. */
        if (ctx->Fog.Enabled) {
                nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_FOG_ENABLE;
-               nv04->fog = pack_rgba_f(MESA_FORMAT_ARGB8888, ctx->Fog.Color);
+               nv04->fog = pack_rgba_f(MESA_FORMAT_B8G8R8A8_UNORM, ctx->Fog.Color);
        }
 }