From: Brian Paul Date: Wed, 16 Jun 2004 15:33:33 +0000 (+0000) Subject: don't use // comments (Thomas Hellstrom) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed60bc6fdcccde800a242bfe4c39670951b03ed3;p=mesa.git don't use // comments (Thomas Hellstrom) --- diff --git a/src/mesa/drivers/dri/unichrome/via_dd_vbtmp.h b/src/mesa/drivers/dri/unichrome/via_dd_vbtmp.h index f0144b3e5e1..73c9b17d555 100644 --- a/src/mesa/drivers/dri/unichrome/via_dd_vbtmp.h +++ b/src/mesa/drivers/dri/unichrome/via_dd_vbtmp.h @@ -251,7 +251,7 @@ static void TAG(emit)(GLcontext *ctx, } if (DO_FOG) { - //UNCLAMPED_FLOAT_TO_UBYTE(v->v.specular.alpha, fog[0][0]); + /*UNCLAMPED_FLOAT_TO_UBYTE(v->v.specular.alpha, fog[0][0]);*/ v->v.specular.alpha = fog[0][0]; /*=* [DBG] exy : fix lighting on + fog off error *=*/ STRIDE_4F(fog, fog_stride);