Header file clean-up:
[mesa.git] / src / mesa / main / light.c
2002-10-24 Brian PaulHeader file clean-up:
2002-09-16 Brian Paulmore detailed _mesa_error() messages
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-02-13 Keith WhitwellMore suport for t&l drivers
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-09-18 Karl Schultzcompiler warnings
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-05-09 Keith WhitwellDon't scale basealpha by 255 now it's a float.
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-02-13 Brian Paulfixed bug in gl_validate_all_lighting_tables() found...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-13 Keith WhitwellFix crash in book/stencil.
2001-01-04 Brian Pauladded underflow check in validate_shine_table()
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-27 Brian PaulAdded MaxClipPlanes and MaxLights to gl_constants struc...
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-15 Brian Pauladded includes to silence warnings
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-07-18 Brian PaulFixed off-by-one error in compute_shine_table(). Minor...
2000-06-29 Brian Pauldon't add light's ambient color to BaseColor in gl_upda...
2000-06-26 Brian Paulupdating mat ambient/emissive was broke. always compute...
2000-06-19 Keith Whitwellfix GL_BACK color material bug
2000-01-31 Brian Pauldefined FLT_MIN if undefined
2000-01-13 Brian Paulcommented out gl_reinit_light_attrib()
1999-11-22 Brian Paulfixed potential bug in _mesa_ShadeModel()
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-10 Keith Whitwellfix for colormaterial
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-19 Brian Paulclean-up in gl_LightModelfv()
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-30 Keith Whitwellmore hooks for mga driver, including an immediate fastpath
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision