Added _mesa_light() helper function so we can avoid transforming then
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 12 Nov 2005 18:58:12 +0000 (18:58 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 12 Nov 2005 18:58:12 +0000 (18:58 +0000)
commit662fbf8a629d93ae210837fefc0765381bf0b708
treea047c7363bb0e694a8ed5d7738f53a2917a7513d
parentba3da6154c324cc916845bc5de3de077d0b59ffc
Added _mesa_light() helper function so we can avoid transforming then
un-transforming light positions and spot directions when popping light
state off the attribute stack.
src/mesa/main/attrib.c
src/mesa/main/dd.h
src/mesa/main/light.c
src/mesa/main/light.h