summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorMatthieu Castet <castet.matthieu@free.fr>2007-01-29 23:19:12 +0100
committerMatthieu Castet <mat@mat-pc.(none)>2007-01-29 23:19:12 +0100
commitc97540065c6dce20dd6ace9a15d9872a3a66f71c (patch)
treea964c6b4baa0a580b17c2f23bef042951ebd0be1 /src/mesa
parentc7c0a6ddcddc8d91fde0a7cb5a2bce85c708d438 (diff)
nouveau : nv10 comment icomplete command
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/nouveau/nv10_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_state.c b/src/mesa/drivers/dri/nouveau/nv10_state.c
index 4e9bccb243..f6e47b7f48 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.*/