summaryrefslogtreecommitdiff
path: root/src/mesa/main/fog.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogf.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogi.Vinson Lee
2009-08-13mesa: fix some potential uninitialized memory referencesBrian Paul
2006-03-29 Committing in .Jouk Jansen
2006-03-21GLSL fixes:Michal Krol
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-05-10clamp fog colorBrian Paul
2002-10-24Header file clean-up:Brian Paul
2001-05-30added test for EXT_fog_coordBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-28Do per-pixel fog when GL_FOG_HINT is GL_NICEST.Keith Whitwell
2000-10-27restored test for __alpha in _mesa_win_fog_coords_from_z()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-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-06-05added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()Brian Paul
2000-03-07made gl_make_fog_coords() staticBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-02minor clean-upsBrian Paul
2000-02-02changed _gl prefix to _mesa_ on fog functionsBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg