summaryrefslogtreecommitdiff
path: root/src/mesa/main/light.c
AgeCommit message (Expand)Author
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-07-18Fixed off-by-one error in compute_shine_table(). Minor code clean-upBrian Paul
2000-06-29don't add light's ambient color to BaseColor in gl_update_lighting()Brian Paul
2000-06-26updating mat ambient/emissive was broke. always compute ctx->EyeZDirBrian Paul
2000-06-19fix GL_BACK color material bugKeith Whitwell
2000-01-31defined FLT_MIN if undefinedBrian Paul
2000-01-13commented out gl_reinit_light_attrib()Brian Paul
1999-11-22fixed potential bug in _mesa_ShadeModel()Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-10fix for colormaterialKeith Whitwell
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-19clean-up in gl_LightModelfv()Brian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell
1999-09-18Large patch:Keith Whitwell
1999-08-19Initial revisionjtg