summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/light.c
Commit message (Expand)AuthorAgeFilesLines
* compiler warningsKarl Schultz2001-09-181-6/+6
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-281-8/+1
* Don't scale basealpha by 255 now it's a float.Keith Whitwell2001-05-091-7/+7
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-8/+2
* Removed DD_Z_NEVER.Brian Paul2001-03-291-3/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-20/+18
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-4/+4
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-43/+43
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-2/+9
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-13/+53
* fixed bug in gl_validate_all_lighting_tables() found with CI mode conformance...Brian Paul2001-02-131-3/+5
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-2/+2
* Fix crash in book/stencil.Keith Whitwell2001-01-131-10/+8
* added underflow check in validate_shine_table()Brian Paul2001-01-041-2/+5
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-7/+7
* Major rework of tnl moduleKeith Whitwell2000-12-261-181/+242
* Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul2000-11-271-4/+4
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-241-3/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-91/+22
* Committing in .Jouk Jansen2000-11-221-53/+53
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-141/+9
* added includes to silence warningsBrian Paul2000-11-151-1/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-131/+123
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-120/+120
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-37/+8
* renamed Current.ByteColor Current.ColorBrian Paul2000-10-291-2/+2
* New colormac.h file for color-related macros.Brian Paul2000-10-281-9/+13
* Basic work to support deep color channels:Brian Paul2000-10-281-3/+3
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-2/+3
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* Fixed off-by-one error in compute_shine_table(). Minor code clean-upBrian Paul2000-07-181-47/+51
* don't add light's ambient color to BaseColor in gl_update_lighting()Brian Paul2000-06-291-14/+11
* updating mat ambient/emissive was broke. always compute ctx->EyeZDirBrian Paul2000-06-261-66/+99
* fix GL_BACK color material bugKeith Whitwell2000-06-191-2/+2
* defined FLT_MIN if undefinedBrian Paul2000-01-311-1/+6
* commented out gl_reinit_light_attrib()Brian Paul2000-01-131-5/+5
* fixed potential bug in _mesa_ShadeModel()Brian Paul1999-11-221-5/+8
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-50/+196
* fix for colormaterialKeith Whitwell1999-11-101-2/+57
* clean-up of header includes (Daryll)Brian Paul1999-11-081-2/+2
* clean-up in gl_LightModelfv()Brian Paul1999-10-191-5/+8
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-3/+11
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-4/+6
* more hooks for mga driver, including an immediate fastpathKeith Whitwell1999-09-301-1/+8
* Large patch:Keith Whitwell1999-09-181-11/+13
* Initial revisionjtg1999-08-191-0/+1183