Added MaxClipPlanes and MaxLights to gl_constants struct so T&L
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Nov 2000 18:22:13 +0000 (18:22 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Nov 2000 18:22:13 +0000 (18:22 +0000)
commita864432fb4333dfbbe669554de7485d8426e1c38
treeda0b272a0784a1f830e15a529778c1021a65628b
parent50478ded80fe04ab384b702723f227f53516212c
Added MaxClipPlanes and MaxLights to gl_constants struct so T&L
drivers can report non-default numbers of lights and clip planes.
src/mesa/main/clip.c
src/mesa/main/context.c
src/mesa/main/get.c
src/mesa/main/light.c
src/mesa/main/mtypes.h
src/mesa/main/rastpos.c
src/mesa/main/state.c