Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / main / light.c
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-02 Roland Scheideggerfix no error generated when calling glLight{if}[v]...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-05-30 Keith Whitwellmesa: undo accidental setting of _ForceEyeCoords
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-27 Keith Whitwellffvertex: emit full LIT when attenuating (needs the...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-27 BrianRestore old _TriangleCaps code to fix Blender problem...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-21 Brianif light position is local, treat it as a homogeneous...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-13 BrianMove all the code for computing ctx->_TriangleCaps...
2006-10-22 Brian PaulColor clamping fixes.
2006-04-25 Michal KrolRemove carriage returns.
2006-03-21 Michal KrolGLSL fixes:
2005-11-12 Brian PaulAdded _mesa_light() helper function so we can avoid...
2005-11-10 Brian Pauls/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some...
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-02-11 Keith Whitwellmesa-main-0-NULL.patch from Jeff Muizelaar
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-04-02 Brian Pauladded FLUSH_CURRENT() call in GetMaterial() calls
2004-01-23 Keith WhitwellDon't set extra bits in FLUSH_VERTICES, fix several...
2003-12-27 Keith WhitwellCorrect sense of ctx->_ForceEyeCoords (Felix Kuhling)
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-18 Brian PaulRemove FLT_MIN definition to imports.h
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-08-05 Keith WhitwellFix samples/fog.c regression - missing test for NeedEye...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-30 Ian RomanickAdded support for NV_light_max_exponent.
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-25 Brian Paulwrapped a few more C library functions
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