summaryrefslogtreecommitdiff
path: root/src/mesa/main/light.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-18Fixed off-by-one error in compute_shine_table(). Minor code clean-upBrian Paul1-47/+51
2000-06-29don't add light's ambient color to BaseColor in gl_update_lighting()Brian Paul1-14/+11
2000-06-26updating mat ambient/emissive was broke. always compute ctx->EyeZDirBrian Paul1-66/+99
2000-06-19fix GL_BACK color material bugKeith Whitwell1-2/+2
2000-01-31defined FLT_MIN if undefinedBrian Paul1-1/+6
2000-01-13commented out gl_reinit_light_attrib()Brian Paul1-5/+5
1999-11-22fixed potential bug in _mesa_ShadeModel()Brian Paul1-5/+8
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-50/+196
1999-11-10fix for colormaterialKeith Whitwell1-2/+57
1999-11-08clean-up of header includes (Daryll)Brian Paul1-2/+2
1999-10-19clean-up in gl_LightModelfv()Brian Paul1-5/+8
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell1-3/+11
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-4/+6
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell1-1/+8
1999-09-18Large patch:Keith Whitwell1-11/+13
1999-08-19Initial revisionjtg1-0/+1183