From: Matthieu Castet Date: Mon, 29 Jan 2007 22:19:12 +0000 (+0100) Subject: nouveau : nv10 comment icomplete command X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c97540065c6dce20dd6ace9a15d9872a3a66f71c;p=mesa.git nouveau : nv10 comment icomplete command --- diff --git a/src/mesa/drivers/dri/nouveau/nv10_state.c b/src/mesa/drivers/dri/nouveau/nv10_state.c index 4e9bccb2430..f6e47b7f480 100644 --- a/src/mesa/drivers/dri/nouveau/nv10_state.c +++ b/src/mesa/drivers/dri/nouveau/nv10_state.c @@ -322,7 +322,7 @@ static void nv10Fogfv(GLcontext *ctx, GLenum pname, const GLfloat *params) switch(pname) { case GL_FOG_MODE: - BEGIN_RING_CACHE(NvSub3D, NV10_TCL_PRIMITIVE_3D_FOG_MODE, 1); + //BEGIN_RING_CACHE(NvSub3D, NV10_TCL_PRIMITIVE_3D_FOG_MODE, 1); //OUT_RING_CACHE (params); break; /* TODO: unsure about the rest.*/