summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fog.c
Commit message (Expand)AuthorAgeFilesLines
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-4/+4
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+19
* clamp fog colorBrian Paul2003-05-101-8/+6
* Header file clean-up:Brian Paul2002-10-241-5/+1
* added test for EXT_fog_coordBrian Paul2001-05-301-4/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-5/+5
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-8/+6
* Major rework of tnl moduleKeith Whitwell2000-12-261-14/+36
* Committing in .Jouk Jansen2000-11-221-7/+7
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-103/+1
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-2/+2
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-159/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-2/+2
* New colormac.h file for color-related macros.Brian Paul2000-10-281-1/+2
* Basic work to support deep color channels:Brian Paul2000-10-281-6/+6
* Do per-pixel fog when GL_FOG_HINT is GL_NICEST.Keith Whitwell2000-10-281-6/+6
* restored test for __alpha in _mesa_win_fog_coords_from_z()Brian Paul2000-10-271-3/+4
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-197/+171
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-1/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-1/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-2/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-1/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-1/+2
* added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()Brian Paul2000-06-051-1/+3
* made gl_make_fog_coords() staticBrian Paul2000-03-071-2/+3
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-15/+70
* minor clean-upsBrian Paul2000-02-021-4/+4
* changed _gl prefix to _mesa_ on fog functionsBrian Paul2000-02-021-8/+14
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-11/+47
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+7
* Initial revisionjtg1999-08-191-0/+327