diff options
author | Stephane Marchesin <[email protected]> | 2006-11-11 11:25:08 +0000 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2006-11-11 11:25:08 +0000 |
commit | 0850289d8c66f75ac72347b1bf4bf6d15fb60139 (patch) | |
tree | 59a994e365f567148176e6ae656490753dc6e8de /src/mesa/drivers/dri/nouveau/nouveau_context.h | |
parent | f82bc9110b3b06f3313e584e860d0e41d11965f0 (diff) |
Add the GL_LIGHING enable
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index d1abde68561..257d09f8b28 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h @@ -98,6 +98,7 @@ typedef struct nouveau_context { uint32_t clear_value; /* Light state */ + GLboolean lighting_enabled; uint32_t enabled_lights; /* The drawing fallbacks */ |