summaryrefslogtreecommitdiff
path: root/src/mesa/main/fog.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogf.Vinson Lee1-1/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogi.Vinson Lee1-2/+4
2009-08-13mesa: fix some potential uninitialized memory referencesBrian Paul1-1/+1
2006-03-29 Committing in .Jouk Jansen1-12/+12
2006-03-21GLSL fixes:Michal Krol1-12/+23
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-4/+4
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+19
2003-05-10clamp fog colorBrian Paul1-8/+6
2002-10-24Header file clean-up:Brian Paul1-5/+1
2001-05-30added test for EXT_fog_coordBrian Paul1-4/+5
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-5/+3
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-5/+5
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-8/+6
2000-12-26Major rework of tnl moduleKeith Whitwell1-14/+36
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-103/+1
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-2/+2
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-159/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-2/+2
2000-10-28New colormac.h file for color-related macros.Brian Paul1-1/+2
2000-10-28Basic work to support deep color channels:Brian Paul1-6/+6
2000-10-28Do per-pixel fog when GL_FOG_HINT is GL_NICEST.Keith Whitwell1-6/+6
2000-10-27restored test for __alpha in _mesa_win_fog_coords_from_z()Brian Paul1-3/+4
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell1-197/+171
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-2/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-1/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-1/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-2/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-1/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-1/+2
2000-06-05added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()Brian Paul1-1/+3
2000-03-07made gl_make_fog_coords() staticBrian Paul1-2/+3
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell1-15/+70
2000-02-02minor clean-upsBrian Paul1-4/+4
2000-02-02changed _gl prefix to _mesa_ on fog functionsBrian Paul1-8/+14
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-11/+47
1999-11-08clean-up of header includes (Daryll)Brian Paul1-4/+1
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-1/+7
1999-08-19Initial revisionjtg1-0/+327