mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
nouveau : nv10 comment icomplete command
This commit is contained in:
parent
c7c0a6ddcd
commit
c97540065c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue