mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
nouveau: argh
This commit is contained in:
parent
f9345c7c4e
commit
a4ddd64f36
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ static void nv30Enable(GLcontext *ctx, GLenum cap, GLboolean state)
|
|||
OUT_RING_CACHE(state);
|
||||
break;
|
||||
case GL_FOG:
|
||||
if (!NOUVEAU_CARD_USING_SHADERS)
|
||||
if (NOUVEAU_CARD_USING_SHADERS)
|
||||
break;
|
||||
BEGIN_RING_CACHE(NvSub3D, NV30_TCL_PRIMITIVE_3D_FOG_ENABLE, 1);
|
||||
OUT_RING_CACHE(state);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue